cancel
Showing results for 
Search instead for 
Did you mean: 

SRM PO Adobe Form

Former Member
0 Kudos

Hello Frn's.

I am creating a z Adobe by copying a exisitng PO Adobe form (bbp_po_adb) .

Beacuse i need some more fileds calculation, so have to create a Z interface as well by copying a existing interface (if_bbp_po_adb). But then i need to implement a BADI name DOC_PERSONALIZE_BCS (Method PERSONALIZE_PDF_DOC_PDFIF) with some filter value .

But i got stuck in implemenitng BADI ....So request you to please resolve the issue.

Thanks and Regards ....

Priyank Dixit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Priyank,

Maybe this suggestion might help.

In order to change the preview smartform based on certain conditions/parameters, there is a BADI

"BBP_OUTPUT_CHANGE_SF" which needs to be implemented. In your

scenario, please implement this BADI and change the smartform name

based on the header process_type.

for example, in the BADI first call

call function 'BBP_PROCDOC_GETDETAIL'

exporting

i_guid = iv_PO_guid

importing

e_header = ls_header.

then check for ls_header-PROCESS_TYPE, if it is PO, then change the

smartform name to the one which you require.

Hope this helps,

Kind Regards,

Matthew

Answers (1)

Answers (1)

Former Member
0 Kudos

any Suggestion Faor Frn's..Still waiting for yours valuable reply