cancel
Showing results for 
Search instead for 
Did you mean: 

SRM PO SMARTFORM

Former Member
0 Kudos

Hello Friends,

I've to make some changes to std. srm purchase order smartform(BBP_PO).Since standard smartform does not have fileds like PRODUCT CATEGORY,MATERIAL NUMBER,PRODUCTCATEGORY DESCRIPTION,MFG NAME/PART NUMBER , I've to pass those values to my custom smartform ZBBP_PO. In case of SAPScript I know that we make changes to print program. but I don't know in the case of smartforms.So can someone tell me where should i write the code to pass those field values to smartforms. Please help.

Thanks a lot

-Nash

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member195032
Active Contributor
0 Kudos

Hi Nash John,

This is more easy in smartforms.

Use transaction ; Smartforms

Use Copy and copy smartform BBP_PO into some ZBBP_PO.

Make changes in smartform.

In spro

SRM-SRM server-Cross Application basic Settings->Set output Actions and output format->Define Action for output document.

Select Action profile as BBP_PD_PO

Click on processing type

choose smart form print or fax or e-mail as per your requirement and change

PO name as ZBBP_PO.

You can code all the logic inside smartform itself.You can put code in smartform.

You can format smartform output in the way you want using form painter.

regards,nishant

please reward if this helps

Message was edited by:

Nishant Rajan

Ramki
Active Contributor
0 Kudos

Hi Nash

Txn: SMARTFORMS

If you have experience in sapscript, then this would be simpler.

Suggest you to explore the above txn and BBP_PO smartform once and I am sure you will get it easily.

Remember to also use BADI BBP_OUTPUT_CHANGE_SF to replace the BBP_PO and pass your new form.

Best regards

Ramki