Answer Posted / guest
work flow is for error handling.
work flow is for business tracking.
In case of ALE if user come across errors it will be
processed by using function modules.
In case of ALE integration with workflow errors can be
processed using workflow instead of function modules.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are logical databases? What are the advantages of logical databases?
What are spa/gpa parameters (sap memory)?
Explain what is a foreign key relationship? Explain this with the help of an example.
How can we handle table control in bdc? : abap bdc
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is payroll area
Explain some essential objects in abap dictionary?
Create any functions? How to go about it?
What are user exits? What is involved in writing them? What precations are needed?
What is alv programming in abap?
What are the uses of table pool or table cluster.
What is the lock object?
Can you create a table with fields not referring to data elements? : abap data dictionary
What is hotspot?