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 |
when does the secondary index should be used what role it play when we use secondary index in tables
What is the first thing you do after vendor setup is complete?
What are the aggregate objects in the data dictionary? : abap data dictionary
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
How do you read the data from clusters
What are logical databases? What are the advantages of logical databases?
what is the difference between user-exit & BADIs ?
Can you define a field without a data element?
Hello All ABAP Experts I am new player in ABAP field will you guide me. 1.How to check the program?(whether we have to put values of output in respective table plz explain) 2. How to show table links by reading technical specs ie., if we put vbeln from vbak to vbap we get plant no etc show by example 3. step by step process of abap debugger?After setting break point how to see internal table value field value etc
What are Standard Texts?
can i use data element or domain in the program and how
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'