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 codeRFC enable FM to populate look up values(f4) for terms of paymen

Former Member
0 Kudos

Hi,

I need to create RFC enable a Z FM (function module) for f4 help to display the look up values for terms of payment.

i am not able to find out table from where the text description can be fetched. i know t052,t052u,tvzbt

table but no table hold the complete description for all payment terms in split form . Below i give one example also.

in table tvzbt i get , for payment terms 0002, i get description like 14 days 2%, 30 net.

but i need to display that description

Within 14 days 2 % cash discount

Within 30 days Due net

............ in that format.

Thanks & Regards

Tutun

2 REPLIES 2

Former Member
0 Kudos

Try using FM: SD_PRINT_TERMS_OF_PAYMENT (for SD) and and FM /SAPNEA/SMAPI_TRMS_PAY_GETLIST (for MM)/

They output full text of payment terms.

andreas_mann3
Active Contributor
0 Kudos

Tutun,

compare fm's like ME_PRINT_T052

Andreas