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 |
What application areas are you comfortable in?
what is OSS notes..what it contains?
How is the command suppress-dialog useful?
WHAT IS FIELD-SYMBOLS?
what is the print program for smartforms .pls give me one example .
How i can make a enabled and disabled code using SAP ABAP? www.saponly.com
What does a lock object involve?
as a tem leader whats tools u have used in sap
What are the check tables and value tables?
what are the events in lsmw?
What are screen painter and menu painter?
can we change the output value of LIST ?