cancel
Showing results for 
Search instead for 
Did you mean: 

How to get service order description

Former Member
0 Kudos

in vf03 after entering doc number , i need the description of the service order in a variable.where to get the description of the service order?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi

please clear what exactly you want in VF03?

If you want your sales order details from which this invoice has been created, goto Vf03 enter invoice number and goto item details, there in item details tab you could find "sales document".

try and revert.

Former Member
0 Kudos

Hi yadav,

I am a abaper ..i need to get the service order description in a variable..i could not find any table which has that description

Former Member
0 Kudos

HI

Goto VBPA table pass BIlling document number as VBELN and fetch VBELV(Sales order number).

Pass this sales order number to VBAK table and fetch AUART (Sales document type).

Then pass this AUART to TVAT/V_TVAK table as AUART and fetch BEZEI.

Or better hard code description for each sales docuemnt type.

try and revert.

Former Member
0 Kudos

didnt solve

Former Member
0 Kudos

Explain your requirement...........Sales order description means What?????

Former Member
0 Kudos

i need work decription, which will come from the linked service order.

Former Member
0 Kudos

Pass sales order number (VBELN) to table VBAP and fetch the value from field description (ARKTX)