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: 

how to read sales order header text...

Former Member
0 Kudos

hi,

For any sales order, at the header level there will be multiple texts. I want to read one of them named 'Letter of credit numbr'. How can I do that in my program. I have the sales order number with me.

thks

1 ACCEPTED SOLUTION

valter_oliveira
Active Contributor

First of all, use FM READ_TEXT.

But for that, must find (in tcode SE75) wich is the object and text ID. Object is, VBBK, ID you can find (I don't have SAP system here now).

You must use:

name = sales order number

language = 'E'?

object = 'VBBK'

ID = found in SE75 tcode.

Regards,

Valter Oliveira.

2 REPLIES 2

valter_oliveira
Active Contributor

First of all, use FM READ_TEXT.

But for that, must find (in tcode SE75) wich is the object and text ID. Object is, VBBK, ID you can find (I don't have SAP system here now).

You must use:

name = sales order number

language = 'E'?

object = 'VBBK'

ID = found in SE75 tcode.

Regards,

Valter Oliveira.

0 Kudos

hey thanks...yeah i got that it is Z100...thank u very much