cancel
Showing results for 
Search instead for 
Did you mean: 

BOMs

Former Member
0 Kudos

hi friends,

there are BOMs from last ten years in non sap system, now they are implementing SAP, they want to transfer all the BOMs into SAP, i dont know how to do this,

can some one please help me how to do this.

rgds.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hello Sanjana-

First collect all the legacy data into flatfile and map the legacy data with sap.

Record the BOM create cs01 process using shdb t-code.

Then upload the flat file data to internal table using gui_upload.

Loop the internal table and pass internal table values to the screen fields.

I think this info is enough if u are not clear let me know i will send you the whole code.

Cheers,

~Srini....

Former Member
0 Kudos

hi...

for this u have to create a bdc program ...

for this u have to do the recording from ... SHDB transaction ... by mention in it the transaction for which u are creating a recording ... i.e CS01.

and then load the recording into the program from the same transaction ... by chossing the create program button ...

u also have to create a flat file .. containing all the data that has to be entered ... into the database...

Former Member
0 Kudos

hi balaji,

thanks for the reply,

can u please be more detailed,

should i be using BDC call transaction using CS01.

or is there a sample program already for transfering BOMs.

thanks.

Former Member
0 Kudos

Hi,

use TRANSACTION CODE CS01

Reward if usefull