Application Development 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: 

Upload program for V_T604

Former Member
0 Kudos

Hi,

I need to upload data to the table V_T604 ,can any one of them tell me is their any BAPI or standard program is available Is their to LOAD table V_T604 using LSMW.

Thanks

Ravi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use SM30 to update the values into it.

Regards,

Anji

5 REPLIES 5

Former Member
0 Kudos

Hi,

Use SM30 to update the values into it.

Regards,

Anji

Former Member
0 Kudos

HI.

Goto SM30 and press Maintain and give the values and press save button, so the values will stored in that table, so write the BDC for these steps or You can use the LSMW also, but there you need to select the recording method and record the SM30 transaction and do the programming

Regards

Sudheer

Former Member
0 Kudos

you can write a program to upload data from file by keeping the file data in internal table itab and usint comments inset TABLE V_T604 FROM ITAB.

Former Member
0 Kudos

you can write a program to upload data from file by keeping the file data in internal table itab and using comments inset TABLE V_T604 FROM ITAB.

reward this with points

Former Member
0 Kudos

Hi,

The client is not accepting the BDC concept,I need to do Trough LSMW using BAPI objects or IDOC.

Thanks

Ravi