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

payment term SD

Former Member
0 Likes
1,221

HI gurus,

I need help in getting the entire description of a payment term.

In table TVZBT i get only one line,

if in VA02 in F4 help when i see more then 1 line then where to get the total description of the payment term from?

i tried various functional modules but all are majorly used for MM module and none for SD module.

Please help me as i wanna print the whole complete text of the payment term in field VBKD-ZTERM.

Regards,

Roshan Lilaram Wadhwani.

8 REPLIES 8
Read only

ferry_lianto
Active Contributor
0 Likes
987

Hi,

Welcome to SDN.

Please check tables T052 and T052U.

Regards,

Ferry Lianto

Read only

0 Likes
987

hi there,

Both these tables give one line description.

I need to know the details from where i will get the multi line description if it exists.

Regards,

Roshan Lilaram Wadhwani.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
987

Look at T052 "Terms of Payment" and text table T052U "Own Explanations for Terms of Payment" (Module Financial accounting 'Basis')

<i>Look at PAI AT REQUEST on field ZTERM on dynprio 4440 of SAPMV45A (VA02) you found MODULE MV45AV0V_VBKD-ZTERM_VALUES which use CALL FUNCTION "FI_F4_ZTERM"</i>

Regards

Read only

0 Likes
987

hi there,

i tried studing this module FI_F4_ZTERM,

It directly gives the O/P

I did not understand that from where it is populating the values, basically multi line values or even single line values.

Regards,

Roshan Lilaram Wadhwani.

Read only

ferry_lianto
Active Contributor
0 Likes
987

Hi,

Please check form TEXT_AUFBAUEN (FM FI_F4_ZTERM) where there are a logic to populate the description of payment term from text symbols of program SAPLFHL2.

Regards,

Ferry Lianto

Read only

0 Likes
987

Thanks for the Effort, I am unable to get the Logic

Regards,

Roshan Lilaram Wadhwani.

Read only

Former Member
0 Likes
987

Please HELP!!!

Regards,

Roshan Lilaram Wadhwani.

Read only

0 Likes
987

Use this Function Module.

SD_PRINT_TERMS_OF_PAYMENT

bold can be blank

<b> BLDAT

BUDAT

CPUDT </b>

LANGUAGE EN

TERMS_OF_PAYMENT PT10

COUNTRY IN

<b>HOLDBACK

TOP_HOLDBACK_INFO 000000 00.00.0000 0.00

DOCUMENT_CURRENCY </b>

here what you are been looking for.

reward if useful.

Amit Singla