‎2006 Aug 12 7:45 AM
Hi All,
I need to get the payment terms text. Specifically First payment term, second payment term and Net payment terms.
I see the structure R052. But i am not able to find the table corresponding to R052.
Or is there a function module to get the text.
Regards
Arun
‎2006 Aug 12 7:54 AM
‎2006 Aug 12 7:54 AM
‎2006 Aug 12 9:57 AM
You will the text from T052U table. or try to search in T052* tables.
Regds
Manohar
‎2006 Aug 12 10:01 AM
Try using this FM
/SAPNEA/SMAPI_TRMS_PAY_GETLIST
SD_PRINT_TERMS_OF_PAYMENT
SD_PRINT_TERMS_OF_PAYMENT_SPLI
Cheers
VJ
‎2006 Aug 12 10:13 AM
The corresponding transparent table is T052U..just check out and see if its helpful...
cheers,
pankaj
‎2007 Mar 07 4:16 PM
Hello Arun,
These texts are stored in the text pool. Fetch them with READ_TEXT as Sid proposed. For table STXH (text pool header) the value of TDOBJECT is 'TEXT' and TDID is 'SDTP'. For a particular payment term, let's say Z123, take TDNAME = 'Z123'.
By the way, these so-called "payment explanations" are maintained through transaction OBB8.
Best regards //Georg