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 |
suppose uploading the flat file data using bdc program when error is occur then what vil u do
What is an index? By default system will create the primary index or User can create,if user How? And also Secondary indexes by User or by defaultly system?
how to write code alv with interactive?when i clicked 1field i will generated next-level report,is it possible in alv?
How do you find if a logical database exists for your program requirements?
what are version management functions?
Can we use on change of between select and endselect?
what is T.Code to write ABAP program?
9 Answers FutureSoft, SAP Labs,
how to find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.
I have two applications one is 'cov letter' and Purchase order.how will you process these forms in your driver program and tell me the sequence of the FM?
Suppose we are transfer data through BDC from legacy to SAP and their is some duplicate data in legacy system but we don’t want this in SAP system .So how can we check that this data is already exist ?
What is the meaning of sap r/3?
What are secondary indexes. How can we know which index is being used in a select query?