How to get the table name from a field?
NOTE:if only the field name is given in a flat file.
Answer Posted / kumar
we can find the table for a specific field from table DD03L which will contain all table names for corresponding fields.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is gui status? How to create /edit gui status?
Folder types in smatforms? 2)What is Command line?
How to debug rfc function module?
Name some data dictionary objects?
What are interface/conversion programs in SAP?
What type of user exits have you written ?
What are the components in sap application server?
What has to be done to the packed fields before submitting to a BDC session.
Performance tuning techniques
What is Field group?
What is the reserve command?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
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 a text table ?
What is a match code? : abap data dictionary