on 2007 Sep 24 11:46 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.