can u create internal table dynamically ? how?
Answer Posted / dmitriy
Yes, Using CREATE DATA statement
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do you process errors in session method ? : abap bdc
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What are the Synchronous and asynchronous methods in bdc ?
What is payroll area
What are the data types of the abap/4 layer?
How do you work with semi colon se[arated files in BDC ?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Explain what is the difference between sy-tabix and sy-index? Where it is used?
What is the difference between leave transaction and call transaction?
What are the basic components of dialog program?
How many default tab strips are there?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?