Quantcast
Channel: SCN: Message List
Viewing all 8667 articles
Browse latest View live

Re: Reg : SAP Workflow training materials

$
0
0

Hi Karthik

 

The BIT series of Workflow are copyright material of SAP and sharing openly like this is not a good idea.

if you need them, contact SAP education, via your organization, to get this material.

 

SAP Education - India:

https://training.sap.com/in/en

 

SAP Workflow Associate training and certification:

https://training.sap.com/shop/certification/c_bitwf_73-sap-certified-development-associate---sap-business-workflow-with-sap-netweaver-70-g/

 

 

If you need these to prepare for Workflow Certification and do not have the funds to invest on the full blown certification training program, just get your hands on the following "Best Book Ever':

http://workflowbook.com/

 

This will be quite cheaper as compared to wf certification training....AND much comprehensive as it has been written by some great minds!

 

 

If you need to build your knowledge from basics and need some free stuff, check the following links:

 

An introduction to SAP Business Workflow
http://scn.sap.com/docs/DOC-31056

 

Building a Workflow From Scratch
http://scn.sap.com/docs/DOC-3224

 

A Beginner's Guide to Workflow and WebFlow
http://scn.sap.com/docs/DOC-3024


A little help for SAP Workflow 'freshers' (part 1)
http://scn.sap.com/community/bpm/business-workflow/blog/2011/02/15/a-little-help-for-sap-workflow-freshers-part-1#

 


Workflow Recipe for Passionate Starters - Part I (Spice up!!)
http://scn.sap.com/community/bpm/business-workflow/blog/2012/05/18/workflow-recipe-for-passionate-starters--part-i-spice-up

 

Workflow Recipe for Passionate Starters - Part II (Spice up!!)
http://scn.sap.com/community/bpm/business-workflow/blog/2012/05/18/workflow-recipe-for-passionate-starters--part-ii-spice-up


Workflow Tutorial:
http://****************/Tutorials/Workflow/Workflow.htm


SAP Business Workflow on SAP Help
http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm


Workflow transcations:
http://help.sap.com/erp2005_ehp_02/helpdata/en/9b/572614f6ca11d1952e0000e82dec10/frameset.htm


Using ABAP OO in Workflows:
http://scn.sap.com/community/bpm/business-workflow/blog/2006/07/25/using-abap-oo-methods-in-workflow-tasks

 

 

regards,

Modak


Re: WHEN AM CREATING SALES ORDER, IF MATERIAL IS NOT AVAILABEL THEN IT SHOULD DIRECTLY CONVERT IT TO PURCHASE ORDER... HOW TO DO IT...

$
0
0

Dear Raj Very good mng

 

Dont write with capital letters ----by the by as per my understanding if stock is not there in your plant  automatically in the sales order Line item TAS Should be populated instead of TAN

So automatically PO Creation ?

 

As per my knowledge no way as per standard

only way is we can do manually 

Get the message "Could not load measurement file for system XXX".

$
0
0

Hi Gurus,

Im facing an issue related to "Could not load measurment file for system XXX" on my License Administrator Workbench (SOLMAN) when try to update txt.file of a system.

I took the system measurement in wich server as BW and ECC (both NO-UNICODE systems based on AS400) via USMM transaction and save it into a local directory.

When I've tried to import the measurement files into SOLMAN (UNICODE system based on Windows) I get the message error.

 

Details:

ECC 6.0

SAP_BASIS 701 - SP14

SAPGui 730

Meas. LAW Version   6.10

 

I already read all these notes:

 

765763 - Setting the Upload/Download codepage for a SAPGUI connection -

1493880 - LAW: Uploading file with code page selection

855367 - LAW: Problems with UNICODE/non-UNICODE systems -

1379826 - LAW: Current RSLAW_PLUGIN up to Version 6.2

1493945 - System meas.: Also transferring code page names to LAW file

 

I saw what some ones had expected the same issues with old versions of the SAP_BASIS and SAPGui.

They setup the code page  in SAPGUI to utf-8 and the problem was solved but I dont know where set it ??

 

Kind Regards,

 

Thank you,

Juan

Re: dump with CX_SY_CONVERSION_OVERFLOW

$
0
0

Hi,

 

Looks like a conversion error. in the dump in T-Code ST22, you will know the line of code causing the issue. Chances are Type conversion from one to another is causing the issue. Shortdumps are very informative analyze that first should give you lot more hints.

 

Cheers,

Arindam

Re: Please wait while fetching messages...

$
0
0

Hi Robbe,

 

Please implement note 1928712. We did this and it fixed the issue.

 

Thanks

Siva

Re: LITs Include user name of who posted and also letters US in front of user name

Triggering OVERRIDE_EVENT_OVP method when a button is clicked in the webdynpro VIEW

$
0
0

Is there any way to trigger the PROCESS_EVENT method /  OVERRIDE_EVENT_OVP method when a button is clicked in the view.

 

These methods will trigger fine when we click on any toolbar buttons configured at FPM level.

 

But as per my requirement I would like to write some piece of code in these methods when a button is clicked which is created at VIEW level of Webdynpro.

Re: F4 Dropdown in SALV report

$
0
0

Hi Manish,

 

Thanks for reply!

 

That is what I was thinking. It should come automatically. Here is my rest of the code.

 

TYPES: BEGIN OF ty_output,
          vbeln TYPE vbeln_vf,
          fkart TYPE fkart,
          vkorg TYPE vkorg,
          netwr TYPE netwr,
          waerk TYPE waerk,
          erzet TYPE erzet,
          erdat TYPE erdat,
          kunrg TYPE kunrg,
          kunag TYPE kunag,
          xblnr TYPE xblnr_v1,
          bupla TYPE bupla,
          rfbsk TYPE rfbsk,
          belnr TYPE belnr_d,
          gjahr TYPE gjahr,
          monat TYPE monat,
          blart TYPE blart,
          bldat TYPE bldat,
          budat TYPE budat,
          xblnr1 TYPE xblnr1,
          awtyp TYPE awtyp,
          awkey TYPE awkey,
          xref1_hd TYPE xref1_hd,
          xref2_hd TYPE xref2_hd,
          xblnr_alt TYPE xblnr_alt,
        END OF ty_output.

 


DATA: ts_output TYPE STANDARD TABLE OF ty_output.


SELECT v~vbeln v~fkart v~vkorg v~netwr v~waerk v~erzet
          v~erdat v~kunrg v~kunag v~xblnr v~bupla v~rfbsk
          b~belnr b~gjahr b~monat b~blart b~bldat b~budat
          b~xblnr b~awtyp b~awkey b~xref1_hd b~xref2_hd
          b~xblnr_alt
     INTO TABLE ts_output
     FROM vbrk AS v
     LEFT OUTER JOIN bkpf AS b
       ON b~awtyp = 'VBRK'
      AND b~awkey = v~vbeln
    WHERE v~erdat IN r_date
      AND v~vkorg = s_vkorg-low
      AND v~vbeln IN s_vbeln.


Re: How to apply transaction log backup in Sybase

$
0
0

If all the transactional activity that's occurred since the database dump is still in the transaction log, then yes you could do a dump tran and get your other database up to date by applying the database dump (from 10 days ago) and the tran log dump you just took.

 

If however the transaction log has been truncated at any point during the last 10 days (ie, transactions have been discarded), then you'll need to take perform a new dump database and then load the resulting dump file into your target dataserver.

 

'transactions have been discarded' means a) someone has issued a dump tran with {truncate_only|no_log} or b) someone issued a dump tran ... to <file> but said dump file has been lost/misplaced/deleted or c) the database has the trunc log on chkpt option set (which means the log is truncated each time the database is checkpointed (which happens throughout the day).

 

So, if you can account for all transactional activity since that database dump (10 days ago), then yes you can load the db dump plus a new tran log dump ... otherwise you'll need to take a new database dump.

Smartform variable height of window

$
0
0

I am currently designing a smartform for process order.

 

I have made a template for header data, plus a table for summary of the components in that process order.

 

Below the summary, i want to display the item details. I have made another window in which i have displayed the table for item details.

Here, if the number of items in the summary increase, and go beyond the limit of the window, the excess items are not shown.

 

Is there anything i can do to make the height of the window variable.

 

Ninad Joshi.

Re: LT0G 2 Step Picking issue

$
0
0

Hi, result is still the same

 

Picking becomes Red in LX39

Allocation is Green

Re: BOP still changing SO's shipping dates despite delivery is created

$
0
0

Dears,

I tested again in our Q system:

 

What i did was to split the delivery of an SO with order qty of 5. 2qty (with DN but not GRed) and 3 qty which i moved to a later date (to split the delivery) during my ATP Check. In my new scenario below, you can see that 2nd delivery sched line no. (#3) was changed when i triggered ATP Check for the remaining 3 qty.

 

Is it normal that BOP or either ATP Check on SOs to change schedule line dates despite having DN (not yet GRed)?

 

new scene.jpg

Please help, or should i go for OSS message?

 

TR,

Zeke

Back Dated Invoices incorrectly affects inventory value

$
0
0

Is there any solution to let the back dated sales invoice pick moving average price on the document date rather than system date. Currently it caused to create negative value in stock where the actual stock Qty is and value is zero.

Re: DTP load is running long time at "Updating to Infocube substep"

$
0
0

Hi Konanda pani,

 

I have not changed any DTP settings, just increased the parallel processing..

I have just dropped the cube content with removing data from dimension table and reprocessed them.. In the initial loads, i found some improvement and now the performance is back to line..

I will keep posted if I find-out something new.!

 

Thanks,

 

Bharath. S

Re: LT0G 2 Step Picking issue

$
0
0

Also,

 

i tried creating 3 line items for 1 delivery

After creating a group

 

1.) Create and Confirm 1st Step TO (for item 1 and 2 only)

2.) Create and confirm 2nd step TO for item 1 and 2 only

3.) return to stock item 1

 

I was able to create and confirm 1st and 2nd TO for the item 1.


Windows Server 2012 and 10.0 Pb printers are not displayed

$
0
0

Best Regards

Someone could help me to solve this. Assume a more updated version of pb has been solved. But it is now possible to migrate to a larger version. Can someone help me how to fix it?

 

Thanks.

 

Helbert Jiménez

Re: Material stock not coming to quality stock

$
0
0

Amol,

 

Just to share. Preferred need to be set only when

 

  • You have more than one inspection types activated for as single lot origin.
  • Of all the activated inspection types, you need inspection lots of the variance other than 1.

 

If only one inspection type is active, Variance doesn't matter here, No need to set it for Preferred.

 

This is as per my best knowledge

 

ntn

Re: Problem displaying task from workflow in Universal Work List (UWL)

$
0
0

Hi

 

As you told The first image shown a task working well, and the second image shown a task with the bad operation.

 

So would you like to open Task in backend apect or SAP NW Portal Aspect.

 

Is the Task  is custom defined or standard Task?

 

All the task will be controlled from backend SWFVISU table and Workflow.

 

I would suggest you that please double check for that task what parameters are defined in SWFVISU and Workflow in the backed system.

 

BR

SS

Action could not be performed. See note 0490748

$
0
0

Dear Experts,

 

We have a problem when we are replicating materials from R3 to EBP with the materials maintained EAN number. The system displays the status text 'Action could not be performed. See note 0490748 in EBP system.

 

SMQ2.jpg

It's following setting about SE91/COMCPRMSG/SM30.

 

1) In SE91, Maintain COM_PRODUCT_CUSTMSG Number 20

SE91_COM_PRODUCT_CUSTMSG.jpg

2) In COMCPRMSG, make the entry as W, W, W.
COMCPRMSG.jpg

3) In SM30, Table T100S, make the entry as COM_PRODUCT_CUSTMSG 020   EW    W    Check the flag.

SM30_T100S.jpg

Kindly suggest what needs to be done.

 

Thanks & regards

Andrew Ma

Re: Supressing technique in sap pi 7.1

$
0
0

HI Harish,

 

PFA input XML.

 

FYI: SYSTEM field value will be either SAP or ISP.

Viewing all 8667 articles
Browse latest View live




Latest Images