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

URGENT!!!!!!!!!!!!!!!!!!!!!!!!!!!

Former Member
0 Likes
667

hi all,

i am doing a purchase order form. In the header part i need inco terms and payment terms which i am fetching from Ekko.

both are giving some codes as output.

Example : like for payment terms the output is comming

as ->004 for a certain po number.

But the required output should be :"Payable immediately Due net Baseline date on End of the month” instead of 004 which is the Own explanation for 004 as per SAP.

So can any body say how to bring that description instead of the payment & inco term code.whether i need to fetch it from some table if it is the case please help me with the table name.

regards

Cheenangshuk das

hi all,

i am doing a purchase order form. In the header part i need inco terms and payment terms which i am fetching from Ekko.

both are giving some codes as output.

Example : like for payment terms the output is comming

as ->004 for a certain po number.

But the required output should be :"Payable immediately Due net Baseline date on End of the month” instead of 004 which is the Own explanation for 004 as per SAP.

So can any body say how to bring that description instead of the payment & inco term code.whether i need to fetch it from some table if it is the case please help me with the table name.

regards

Cheenangshuk das

4 REPLIES 4
Read only

Former Member
0 Likes
631

Hi,

Try with the function module READ_TEXT in the print program of your screipt.

regards,

vineela.

Read only

Former Member
0 Likes
631

Hi,

Payment terms texts are stored in table T052U, I found this by looking at the data element for field ZTERM in EKKO then doing a 'where-used' to find the config table.

Regards,

Nick

Read only

Former Member
0 Likes
631

hi u may forgot the texts or error in displaying the texts,

or use the table tinc for texts of inco .

reward points if useful,

venkat.

Read only

vinod_vemuru2
Active Contributor
0 Likes
631

Hi, Use the FM SD_PRINT_TERMS_OF_PAYMENT if u have single payment term and

FM SD_PRINT_TERMS_OF_PAYMENT_SPLI for split payment terms.

U have to pass the dates, Payment term and language to these FMs.

U will get the payment term text in the tables parameter TOP_TEXT.

Thanks,

Vinod.