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 is the last entry in all bdc tables? : abap bdc
Difference between .Include and .append?
how to create f1 help and where f1 help is stored
How do you get your task to perform?
What is performance tuning?
How to upload the customizing data using LSMW?
A situation: An ABAP program creates a batch-input session. We need to submit the program and the batch session in background. How to do it?
Differentiate between abap memory and sap memory?
9) We give KEEP in BDC structure...what is its purpose?
How do you find the menu path for a given transaction in SAP?
What are the events in ABAP/4 language?
wat does BDCRECXX contains?