cancel
Showing results for 
Search instead for 
Did you mean: 

Print Terms & codition in last page of PO/pass varaible in Po text

Former Member
0 Kudos

Hi All,

I need to print the PO , in which the Terms & condition should be printed on the back side of the PO.

While designing the sapscript , how to do this . My requirement is if the PO is more than 1 page i need to print the PO on last page ( at the back side of the PO).

2 . In PO text User has requirement to print ECC No , Excise no ( passed as varaible 0.

is it possible to pass the varaible in PO text.

THANKS .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1- When u create the secondary window for printing the PO text u can chk that it shld be printed only on the last page.

2- Maintain the a standard text for the PO text with variables required and when calling it pass the variables.

Eg: Standard PO text maintain in SO10 : THIS IS THE LAST PAGE OF THE PO NUMBER : &ekko-ebeln&.

Regards,

Aditya

Former Member
0 Kudos

How to read the PO text in PO

former_member203305
Active Contributor
0 Kudos

hi, if u want to read the text of the PO u need to use the FM READ_TEXT

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

There are some table that will hold the PO text entered during the PO creation..

Tables tht r realted to So10 (standard Text)

TTXOB - Text objects

TTXID - Text ids

STXL - Text file lines

STXH - Text file header

Regards,

Aditya