How will you do in session method?
Answers were Sorted based on User's Feedback
Answer / senthil
1.Flat file creation(ex. text file or excel file).
2.Declare internal table and bdc structure.
3.Upload the data to internal table(ws_upload or gui_upload)
4.Upload the data to the corresponding screen from internal
table.
5.open bdc
6.insert bdc.
7.close bdc.
Is This Answer Correct ? | 14 Yes | 1 No |
1. First Identify name of the transaction FOR DOING bdc
session.
2.Write a program to built a bdctable,that will be used to
submit the data into SAP.
3.Final Step is Submit the BDC TABLE INTO system using
single transaction (CALL TRANSACTION) OR SESSION METHOD.
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / lakshmi reddy
1.Declare internal table and bdc structure.
2.Upload the data to internal table(ws_upload or gui_upload)
3.Upload the data to the corresponding screen from internal
table.
4.open bdc
5.insert bdc.
6.close bdc.
Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to write code in LSMW if so when will you write?
pls tel me......how we link two fields by using foregin keys between two tables in sap abap?
How to generate and processing the session in the same program?
How did you test the form you developed? How did you taken print?
Define external layer?
what is a package is SAP
how to create view in bdc..??
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
looking for sap abap training with real time project, call @ 9972123004
how many times a main window can be placed on placed on the same page in a layout
What are the disadvantages of abap query tool?
what is an user exit?