BDC Structure?
Answers were Sorted based on User's Feedback
BDC structure contains five field.
1. Program name = program name of transaction to be used
2. dyn-pro = screen number .
3. dyn-begin = represents the new screen.
4. fname = name of specific field on a screen
5. fval = value that field can take.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / guest
Field Name Type Length Description
Program Char 8 BDC module pool
Dynpro Numc 4 BDC dynpro number
Dynbegin Char 1 BDC starting a dynpro
Fnam Char 35 BDC Field name
Fvalue Char 80 BDC Field value
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / saveen kumar
1 program name
2 dynpro Screen numbner
3 Dynbegin Begin of screen
4 Fnam Field name
5 Fvalue Field value
Is This Answer Correct ? | 7 Yes | 2 No |
What functions does a data dictionary perform ?
what is the difference b/w driver program & print program?
the sap standard SAPSCRIPT for picking a list ?
HOW TO CREATE INDEXES IN TABLES?
Can we use flow logic control key words in abap/4 and vice-verse?
how to transfer smartforms?
differnce between user and customer exit
What is the difference between Exit and Stop?
How to compare the two tables between the two systems? what is the process if anyone tell me please give me the answer?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What is the Size of the internal tables ?
What is the different between abap and ooabap? Why do we use ooabap?