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 |
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
I need some information regarding Vcentric Test pattern ? with questions.
0 Answers vCentric Technologies,
What was the purpose of the BADI you have used?
How can we handle table control in bdc? : abap bdc
In which table the material master data is stored?
How to Reprocess an Idoc ?
How to add segments to IDOC?
How can one distinguish between different kinds of parameters? : abap modularization
how can i fetch the records of 3 tables with a single select query,without using join.
12 Answers CTS, IBM,
Can we use binary search in internal table sorted in decending order ? if no why?
What are the differences between sap memory and abap memory?
What is parameter id? Where you can find parameter id for a field?