In SE11 we created two database tables say some 1000
fields each.Now f we want both the tables combined into one
table, how do we do that?
Answer Posted / chvpavankumar
append
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain how to create any functions? How to go about it?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
What are the major steps will you use for tuning?
What are the advantages and disadvantages of using views in abap programming ?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What are the page windows? How many main windows will be there in a page window?
How do you import pay scale data from non sap to sap? : sap abap hr
How to write a code for multiple transactions? : abap bdc
What is a development class? : abap data dictionary
When to use logical database?
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.
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What are null values?
What are the restrictions on subscreens?
What is a sequence of event-triggered in report?