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: 

Re: Problem in LSMW

Former Member
0 Kudos

Hi all,

I am having a situation where in I have to upload fields in Transaction VF02

like Invoice no,Billing item AND DESPATCH DETAILS.

Now I want to know whether there is a standard direct i/p program to upload or how to upload the data using LSMW,,

Thanks in advance..

Ravi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ravi,

There is no standard direct i/p pgm for billing transaction.

you can use the recording method for VF02 & upload the data.

let me know , if u have any concerns

Thanks,

Manjunath MS

3 REPLIES 3

Former Member
0 Kudos

Hi Ravi,

There is no standard direct i/p pgm for billing transaction.

you can use the recording method for VF02 & upload the data.

let me know , if u have any concerns

Thanks,

Manjunath MS

0 Kudos

Thanks Manjunath

I want to how to handle the text which is in third sceen of Tcode VF02 ussing LSMW can u explain it for me( Text is Despatch Details,Interst clause and

Former Member
0 Kudos

while recording , record with texts with 3-4 lines in the screen, also note down the TEXTNAME, LANGUAGE, TEXT ID, TEXT OBJECT from the MENU BAR--> Header or GOTO.. . then declare one more structure which is specially f for this texts.structure contains the fields which r required . for example 1.Billing Number,2.language,3.Text line ( Char - 72 ). then in the field mapping step. assign the text fields with texts structure , declare OBJECT , NAME , ID , SPRAS as constant values ...as this will be same for all the lines.

Thanks,

Manjunath MS