What should be the approach for writing a BDC program?
Answers were Sorted based on User's Feedback
Answer / sree
The legacy system data has to be converted to a flat file
and convert the flat file to a internal table. You need to
transfer the flat file into sap system which is called sap
data transfer.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / yogendra pandey
• Analyzing data from local file.
• Analyzing transaction
• Declaring internal table
Similar to local file.
Similar to BDCDATA.
• Transferring data from local file to internal table.
• Population of BDCDATA. using call transaction/session method)
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitish sharma
STEP 1: CONVERTING THE LEGACY SYSTEM DATA TO A FLAT FILE to internal table CALLED "CONVERSION".
STEP 2: TRANSFERING THE FLAT FILE INTO SAP SYSTEM CALLED "SAP DATA TRANSFER".
STEP 3: DEPENDING UPON THE BDC TYPE
i) call transaction(Write the program explicitly)
ii) create sessions (sessions are created and processed.if success data will transfer).
Is This Answer Correct ? | 0 Yes | 0 No |
Hi, I want to import my Transport request from DEV. to Test system (from STMS buffer of DEV.(domain only) but I don’t want Login/PWD screen while importing from DEV to Test System. But I need login/pwd screen while importing TR from Test to PRD system. Presently I have activated all systems as a non trusted systems. If any one has idea please let me know. Thanks in advance! Regards, Raj Chavan.
Which type of Backup and Redo log backup is performed daily? And which type of Backup and Redo log backup is performed Weekly in the organization?
How to find sap transaction codes?
What are the different types of job status? Can you unschedule an active job?
Where XML file is generated in solution manager?
What are the different user types in sap system that an admin can use while creating a new user?
What is the link between roles profiles and projects?
hai tell me that which back ground program is run when we using tp param , client copy and back ground jobs schduling, and if any other you know tell me guys?
Wat s SAP? Hw u ll council a person who dont know anything abt it..
How to lock a transaction?
what is front-end printing
i m try to disable multi user login with same user and password in same cleint for example client 800. so how can i do it? pls give me in details steps.