‎2008 Jun 25 5:07 AM
Hi Experts,
I have 4 fields in the flatfile which i am trying to upload.
They are PLANT (werks), MATERIAL(matnr),BRAND(atwrt) ,& BRAND DESCRIPTION (atnam)
I have done validation in a REPORT and after validation all the valid values are stored in an Internal Table.
Now I want to upload those things in to the database tables
For that I found RCCLBI03 standard program for uploading .
QTN 1:
I not getting how to use that standard program.
QTN 2:
Is there any other way ?
Urgent req.
waiting for early response ...
Thanks
Krushna
‎2008 Jun 25 5:26 AM
‎2008 Jun 25 5:29 AM
looks like these bapi might help you..
BAPI_BATCH_CREATE, BAPI_BATCH_CHANGE, BAPI_BATCH_REPLICATE, BAPI_BATCH_SAVE_REPLICA
check this [link |http://sapworld.proboards10.com/index.cgi?board=MaterialManagement&action=display&thread=163]for some more info
‎2008 Jun 25 5:43 AM
Hey Vinay,
Could u explain how can I upload values through MSC1.
I have never used that Tcode before.
Thanks
‎2008 Jun 25 8:16 AM
go to tcode SHDB create a new recording for tcode MSC1 creating batch and classification with some values and generate the code . check the code and use that code in your program. put that code a loop for internal table .