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 |
Is it possible to pass data to and from include programs explicitly?
can any post me all steps in MM ,SD, PP FLOW in detail?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What is the last entry in all bdc tables? : abap bdc
. what is badi? 10. what is the difference between user-exit & BADIs? 12. how do you get functional specs when you are assigned some object? (specs through email..??) 13. How do you write technical specs?
What are the data classes in abap?
will a break-point statement trigger in background job? say yes or no. then whats is the reason?
By default SAP provides locking mechanism if db is being used by a user ,then what is the use of writing enque method in your code?
what are the diff types of dispatcher in sap ?
Hi Experts, I faced the below questions in written exam, its simple only but i am not able to find the answer in Google also. Can any of our family ppls pls give the answer the below questions? 1.How many days once password will get expire? is it really in adminstrator hands or what? 2.SAP Logon Password length for ECC-6 and ECC-5 3.Which is the highest organizational level in SAP? Explain the various level of organizational structure in SAP? 4. You have one idoc, we need to send 3 different system. It will generate how many master idoc and how many communication idocs? 5.What is the default parameter in subroutne? call by value or call by refference? 6. Scope creep is responisible for what? 7.Who approves the project design? 8.When LUW will starts? 9.Which Website used for SAP support? 10.When a print request is not sent, which of the following is used to send the request again to the printer?..... a) print changes b) print directly c) both of the above d) none of the above 11. Its possible to transfer data into same client using ALE? 12. Customization changes are automatically stored in a Transport request or not? Explain 13 User id in SAP support system is called as what? a) Userid b). SAP userid c) S userid d) None of the above. 14. The sap for utilities is a. Program b) Function c) Approach d) Industry Solution 15.In Work flow whats the use of WF-BATCH?
why sapscripts are client dependent and smartforms are cliet independent,plz give me a brief explanation,thank u.
how to create view in bdc..??