cancel
Showing results for 
Search instead for 
Did you mean: 

How to differentiate between printed form and form sent by Mail

0 Kudos

Hello All,

We have a requirement where we need to print a different text in the smartform based on whether the PO is being printed or being sent by mail. There is a radio button in PO Output screen which lets you select whether to print the PO or send it by mail. Would anyone know which table holds this data?

Thanks for your time.

Regards,

Johnson

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ?

<u>You can change smartform in transaction SMARTFORMS. Choose From BBP_PO and click on edit button. Go to Global Settings\Global definitions and go to Initialization tab.</u>

<u><b>You will find the relevant field in SF_PO structure</b>

Based on the PO GUID, read the PO relevant data using the function module BBP_PD_PO_GETDETAIL. Hope here you can identify the table / field names as well.

</u>

<u>Also, you can add

IF... ENDIF statements and add a flag variable

based on the current status of document. And use this flag to differntiate between the two statuses.</u>

<i><u>Related link -></u></i>

<u>SRM PO Print</u>

<u>Trigerring Smartform</u>

Do let me know.

Regards

- Atul