what is the transaction code used for triggering sap
script ?
Answer Posted / venkateswarlu
transaction code is SE71
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is its? : abap hr
What are the two ways of producing a list within a transaction?
What are the disadvantages of different types of bdc's?
Difference between domain and data element? What are aggregate object?
Can we access static attribute from instance method
why particularly lock object name starts with EZ OR EY?
Explain the difference between function group and function module?
How do you document ABAP programs? Do you use program documentation menu option?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Explain the advantage of structures?
What are the different modes of processing batch input sessions? : abap bdc
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.
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What are the differences between table controls and step loops?
What are null values? : abap data dictionary