Answer Posted / nan
while doing joining between two tables by foreign key the
table which contain foreign key is called text table.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between tables and structures?
How to read 5th record from Hash Internal Table?
Where can you find error log for call transaction? : abap bdc
What does the extract statement do in extract datasets? : abap modularization
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What is difference between dependent and independent data?
What is the difference between get and get late?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
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 cts and what do you know about it? : abap hr
How do you convert non-char field into char type fields ?
How do we handle multiple line items in BDC's.
How can a lock object be called in the transaction?
How will you find manager of an employee
How can cluster table be created?