Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

doubt in uploading values

Former Member
0 Likes
569

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

4 REPLIES 4
Read only

Former Member
0 Likes
542

why dont you record transaction code MSC1

Read only

former_member156446
Active Contributor
0 Likes
542

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

Read only

Former Member
0 Likes
542

Hey Vinay,

Could u explain how can I upload values through MSC1.

I have never used that Tcode before.

Thanks

Read only

0 Likes
542

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 .