in real time with the help of scripts what we can do?
Answer Posted / siva
script is nothing but a business documents it is used to
print the business documents like sales order invoice order
purchase order and deleviry orders and offer
lettres......... like that each and every form is their own
way for display based on the requirement
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the differrences between structure and table in data dictionary in abap? : abap hr
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is payroll driver
when u prefer lsmw?
Which transaction code can I used to analyze the performance of ABAP program.?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What is an rfc?
What is view? Different types of view.
What are the difference between call screen and leave screen?
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 is macro? : abap hr
Can you delete data element, which is being used by table fields?
What is lock object ? : abap data dictionary
What is the use of message command in a report? What are the different message types?