Application Development and Automation 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: 
Read only

Reg Purchase Orders

Former Member
0 Likes
553

Hi PPL,

When you create a Purchase order in the item details section you have the

item text tab which contains the HERS Text.My requirement is that i need to find

from where the HERS Text which gets populated in the PO after saving it comes from.I tried deubugging the standard program when saving the PO after creation

but could not locate the source of the HERS Text.Can anybody plz help me out

in this ?

I ll be very grateful for ur Advice.

Regards,

Kevin Nick.

Hi PPL,

When you create a Purchase order in the item details section you have the

item text tab which contains the HERS Text.My requirement is that i need to find

from where the HERS Text which gets populated in the PO after saving it comes from.I tried deubugging the standard program when saving the PO after creation

but could not locate the source of the HERS Text.Can anybody plz help me out

in this ?

I ll be very grateful for ur Advice.

Regards,

Kevin Nick.

3 REPLIES 3
Read only

Former Member
0 Likes
528

/E ITEM_TEXT

/: IF &TTXIT-TDTEXT& NE ' '

IT ,,&TTXIT-TDTEXT&

/: ENDIF

/: INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID& LANGUAGE

The above include is responsible for getting text. This is not a standard text, this is a PO level entry. Probably you can find the above code in main window.

Regards,

Ratna

Read only

Former Member
0 Likes
528

Hi kevin,

The texts will get stored in teh tables STXH and STXL.

However you cannot see the data which is encrypted inside the tables.

You have to pass the TEXT ID, TEXT name language etc to the FM READ_TEXT to get the innformation.

Regards,

Ravi

Read only

Former Member
0 Likes
528

Hi,

If your question is Where from the Item texts are copied to PO when it is created:

It comes from the previous documents of the PO from which it is created using as reference(like Pur Reqn or RFQ). whatever texts you define in the previous reference doc, that will be copied into po by default.

reward if useful.

regards,

Anji