Suppose u r using FOR ALL ENTRIES. What happens when there
is no data in the itab which is using all the entries?
Answer Posted / chvpavankumar
all data will upload to main internal table with out any
checking
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How can we handle table control in bdc? : abap bdc
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
What are the buffering types?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Which one is better joins or views and why?
How do you execute the payroll
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.
How do you find out whether a file exits on the presentation server?
Explain what is step-loop?
What are the differences between table controls and step loops?
Explain Singleton class
Give an example of interface from your project explaining why you used it?
What are the functions of lock objects?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What will you code in start-of-selection & end-of-selecton & why?