WHEN TO GO LSMW ,BAPI,BDC FOR UPLOADING DATA.GIVE ME
DIFFERENT SCENARIOS(EXAMPLES).
Answers were Sorted based on User's Feedback
Answer / parthan_feb25
Basically data transfer method divided into
1)direct input
2)batch input (call transaction & session method)-BDC
3)BAPI.
Then LSMW is a tool which can be done the above method by
using this tool.
Then LSMW is only for Master data Transfer...i.e Mass data
transfer
For Transactional Data Transfer Better go to BAPI then BDC.
Why bcoz BDC is screen flow logic.. where as BAPI is update
data directly to the data base..
Is This Answer Correct ? | 18 Yes | 1 No |
Answer / angirasa
lsmw is the tools which can be provided by SAP . By using
this tool the programing procedure can be optimized.
BAPI and BDC are the two techniques which was used to upload
the data , These BAPI's are used for uploading bulk data
when we are uploading the data , when the case arises for
updating the data.Where in bapi's no need to update the
technical info like screen numbers etc., where in bdc we
have to upload these data also .
Mostly we will go to bdc's instead of bapi's is when the
function modules are not occured on that cases we have to
choose bdc's
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / vikas badhan
Srinivas,
These Technologies can be Used when.
LSMW - When its a one time upload or Master Data upload.
BAPI's - When the Data has to be distribute whith in the
R/3.
ALE/IDOC - When the data has to be distribute with external
system non-SAP or third party package.
BDC - When all the options closed BDC should be the last
option we should go for.
Hope it Helps...
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / coolinterviews.com
Dont mix SAP With silly Stuff, and dont post jokes here..
The site is first of all week, and sometimes it cant load
properly, Knows Why so,... Keep it atleast dust-free !!
btw, Bullshit Answer (5).
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / bandivenkateswarlu
Go to the transaction code the 'LSMW'
There we can define the these
project:
sub project:
object:
then we can go throgh the 14 steps.
1. Maintain object attributes
2. Maintain the source stucture.
3. Maintain source fields.
4. Maintain structrue realtion
5. Maintain field mapping and the conversion rules
Is This Answer Correct ? | 1 Yes | 11 No |
Answer / harpal singh
When SAP ( Software aus Pakistan) fails, go for BDC (
Bangladesh Data center ). When SAP ( Software aus pakistan)
runs, go for BAPI ( Bangladesh Accepts Pakistan Items).
Hope this helps.
Reagards,
Harpal Singh
Is This Answer Correct ? | 4 Yes | 22 No |
difference between enhancement and modifying
by which function module we are going to put data into sapscript ?
what are ALV reports? how they are different from normal reports?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
hw to explain scripts? like medruck, rvorder01, rvinvoice. help me, coz my resume is almost prepard bt nt geting confidence to attend interview bcoz i dnt knw hw to xpain few objects
What is the Difference between Header and Item in ABAP? VBAK-Sales Order Header,VBAP-Sales Order Item, how can u use these tables in one query,means by using these tables write a select query.
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
If u r working with call transaction method .any problem occurs error records r stored in BDCMSGCOLL structure.How do u find that an error has occured at a particular point,how can u handle to rectify and process it successfully? If a file has 10000 records where 3 records doent having right format,how do u tackle with this issue either by using call transaction or session method to transfer data perfectly into database table?tell me the steps how to procede?
differnce between user and customer exit
Can you create an internal table dynamically?(at run time)
What are datasets?