i had to write the code in such a way that duplicate
entries should not entered in sap data base
Answer Posted / g.shankar
to avoid duplicat entries use FOR ALL ENTRIES..
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
How do you populate data into a multiple line field? : 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.
What is table attribute? : abap data dictionary
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What kind of financial periods exist in SAP? What is the relevant table for that?
What abap statement will trigger list generation?
What is repository info. Systems?
Type casting and error handling
what is the t-code to link technical and functional operation?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
In delivery processing which step comes first picking, packing, posting goods issue ?
Explain the difference between a dialog program and a report?
Explain the difference between tables and structures?
What is the meaning of table buffer? This buffer is used by which type oftable?