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

Getting Payment Terms Text

Former Member
0 Likes
2,817

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,920

you can use READ_TEXT function module to read the text

5 REPLIES 5
Read only

Former Member
0 Likes
1,921

you can use READ_TEXT function module to read the text

Read only

0 Likes
1,920

You will the text from T052U table. or try to search in T052* tables.

Regds

Manohar

Read only

Former Member
0 Likes
1,920

Try using this FM

/SAPNEA/SMAPI_TRMS_PAY_GETLIST

SD_PRINT_TERMS_OF_PAYMENT

SD_PRINT_TERMS_OF_PAYMENT_SPLI

Cheers

VJ

Read only

messier31
Active Contributor
0 Likes
1,920

The corresponding transparent table is T052U..just check out and see if its helpful...

cheers,

pankaj

Read only

Former Member
0 Likes
1,920

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