cancel
Showing results for 
Search instead for 
Did you mean: 

Information about Smartform

Former Member
0 Kudos

Hi All,

We are presently working with SRM 4.0 with extended classic scenario .

I want to know the following things about PO output smartforms.

1)Regarding PO output smartform : in u2018smartformsu2019 transciation system is showing many smartforms for PO output, In this regard , I want to know, which smartform system is calling when we click on PO print preview.

2)Where we can see that which smart form is linked to PO preview button ?

3)How to switchover to external de-bugging and how to debug smart form ?

Thanks in advance

Sachin.

Edited by: sachin patil on Feb 12, 2009 12:45 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the information.The BADI's suggested are not implemented in our system.

We are facing problem as :When we see PO 'print preview' item data ( like manufacturer part number, vendor part number, vendor text ) is getting copied on each page.

We have custom smartform and we want to debug that one so that we can find out how the data from PO is displayed in the output.

How we can debug the custom smartform and as these BADI's are not implemented in our system where we can set break points ?

Former Member
0 Kudos

Hi,

As you mention that you are using Custom SF. You can directly test that smart form through TCODE 'smartforms'.

1- Hard Code the 'break-point' statement into the code where you are facing problem

2- Goto>Form Menu>Test or press (F8).

3- Put the data into the SF_PO Parameter.

try this .

Regards,

Sachin

former_member206968
Active Contributor
0 Kudos

Hi,

In order to debug from output preview of PO, put an external breakpoint in FM-BBP_OUTPUT_PO_PREVIEW_SMART and debug.

Regards,

Sanjeev

Former Member
0 Kudos

HI,

1- System is using 'BBP_PO' Smart form

2- you can check by putting a break point in the BADI 'BBP_OUTPUT_CHANGE'.

3- For activating external debugging GOTO>Utilities>Settings>ABAP Editor>Debugging

give the User id from which you want to debug.

Regards,

Sachin

Former Member
0 Kudos

Hi Sachin,

Please check the following documentation in IMG settings:

Supplier Relationship Management --> SRM Server --> Cross application basic settings --> set output actiona and output format --> define actions for document output.

Also see the implementation for the BAdI: BBP_OUTPUT_CHANGE_SF

Thanks,

Pradeep

Edited by: Pradeep Purushottam on Feb 12, 2009 5:24 PM