how to create bdc for sales order ? if any one kow the
steps plz mail me at toamitshri@gmail.com
Answer Posted / bandivenkateswarlu
This is done by using the some process steps:
These steps are given below. and go through that steps.
1. Analyze the data from the local file or flat file.
2. Analyze the transaction.
3. Declaring the internal table (BDCDATA)
program: name of the module pool program name
dynpro: screen number.
dynbegin: it indicates for the new screen.
fname: name of the fields in the screen
fval : the values are assigned with the fields.
4.Transferring the data from the local file to internal table
5. Populating the internal table.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between ABAP and HR ABAP
what is difference between set screen and call screen ?
What are the different types of locks? : abap data dictionary
What is lock object ? : abap data dictionary
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What is internal payroll process? : sap abap hr
What are the types of subroutines? : abap modularization
What is the relationship existing between the various data elements? : abap data dictionary
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
Why grouping of fields is required? What is the max no of modification groups for each field?
Is main window mandatory in smartforms?
Explain what is sap script? What is the purpose of sap script?
In order to upload purchase order details, how you handle multiple values for a single field?
What is a data dictionary? : abap data dictionary
Explain how to write a bdc - how do you go about it?