Learning BDC Programming
I want to learn how to upload data using BDC. If I have a excel data file how will upload it using BDC. I don't know the full process of doing it, if someone help me in this. I want it using BDC session process and processing that session. I was trying to upload material master other day. But could not follow the process of uploading using BDC though I know LSMW. Please explain me the BDC process in details with examples. For a BDC upload you need to write a program which created BDC sessions. Steps:
2. Use transaction SHDB to
record the creation of one material master data.
3. Save the recording, and then go back a screen and go to the overview. 4. Select the recording and click on Edit - Create Program. Give the program a Z name, and select transfer from recording. 5. Edit the program. You will see that all the data you
entered is hard-coded into the program. You need to make the following
changes:
Execute the program. It will have options to create a batch session or to process directly. These are all my finds . Might be it will be useful to you. Direct call of transactions, session handling:
/n This terminates the transaction. This generally corresponds to pressing F15 to go back. /nend This termiantes all separate sessions and logs off (corresponds to System - Logoff). /nex This terminates all separate sessions and logs off immediately (without any warning!). /oxxxx This opens a new session and starts transaction xxxx in This session. /o This lists existing sessions and allows deletion or opening of a new session. /i This terminates the current session (corresponds to System End /i1, /i2,... This terminates the session with the number given. .xyzw Fast path: 'xyzw' refers to the underlined letters in the menus. This type of navigation is uncommon and is provided more for emergencies (such as a defective mouse). Batch
/n This terminates the current batch input transaction and characterizes it as /bdel This deletes the current batch input transaction. /bend This terminates batch input processing and sets the session to Failed /bda This switches from Display errors only to Process in foreground /bde This switches from Process in foreground to Display errors only ABAP/4
/hs This switches into debugging mode and activates the debugging of system functions. Buffer
/$SYNC This resets all buffers of the application server /$CUA This resets the CUA buffer of the application server /$TAB This resets the TABLE buffers of the application server /$NAM This resets the nametab buffer of the application server /$DYNP This resets the screen buffer of the application server ABAP Tips by: Vijay K. What is recording?
Why it is used?
What is its need?
How it is related with bdc?
Get help for your ABAP problems
Running your BDC program without having to use SM35
to process it:
BDC program examples:
ABAP Books
BDC Tips and Tricks
ABAP Programming Tips
Best regards,
All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|