When using call transaction method for 1000 records , If u
found error in 64th record then how can u find it and how
can u send this to user
Answer Posted / vandan
By using T.code [SLG1] we can find 64 record. or we can
know by BDCMSGCOLL.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is a logical database a requirement/must to write an abap/4 query?
Explain the difference between a dialog program and a report?
Describe data classes? : abap hr
What is a bsp application? : sap abap hr
wat is the default file name of BAPI trace?
What is the purpose of sum statement?
How do you use structures in the abap programs?
On which even we can validate the input fields in module progams?
Can you print decimals in type n? What is difference between float and packed data type?
Why are insert and append statement used in sap abap?
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 amdp (abap managed data procedures)?
Explain the structure of a bdc sessions?
What is the difference between data elements and domains? : abap data dictionary
What is the use of the statement leave to list-processing?