2007 Mar 21 7:29 AM
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.
2007 Mar 21 9:18 AM
/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
2007 Mar 21 9:26 AM
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
2007 Mar 21 9:40 AM
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