Answer Posted / saurabh
BDCDATA STRUCTURE represents the predefined ABAP dictionary structure of internal table.
this structure consists of five fields.
fields Type length Short text
Program CHAR 8 BDC MODULE POOL
DYNPRO NUMC 4 BDC SCREEN NO
DYNBEGIN CHAR 1 BDC START SCREEN
FNAM CHAR 35 BDC FIELD NAME
FVAL CHAR 80 BDC FIELD VALUE
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to analysis Background Job for performance Issue?
How are BAPI different from normal function modules?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
How do you write a function module in sap?
How to combine multiple billing into one RV document ( Step by Step)?
What is netweaver???what is the relationship with ABAP?
What is the project you are currently working and work that you are doing
What is the difference between internal tables and extract datasets? : abap modularization
What is an Open Item in SAP? How will you find an Open Item in SAP?
Explain the difference between tables and structures?
In which cluster time results are stored? : abap hr
How to read files and process BDC's automatically ?
What two statements are required in an abap program to output an icon using a write statement?
Does every abap/4 have a modular structure? : abap modularization
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc