cancel
Showing results for 
Search instead for 
Did you mean: 

print option in SUS

sap_2605
Active Participant
0 Kudos

Dear SAP experts,

we are in SRM 7.01 with backend ECC 6.05 deploying classic scenario and using MM-SUS. previously we have po printed out in ECC but as we are going to use SUS we intend not to print the po anymore. we see that there is a print button in SUS. can we use this button to printout form with the same logic and data from ecc?

as we understand there is a badi in sus to change the form being called, but it seems that we still need to bild a form from scratch as the form that we usually use is in ecc and not exist in sus. am i right? or is there a quick way to utilize the form in ecc to be used in sus?

john

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You need to custom build the form, if you like the output to the similar to what is shown in ECC.

You cannot use the form from ECC directly, because the underlying tables and function modules for SRM and ECC are completely different.

former_member208244
Active Participant
0 Kudos

Hello John,

The BADI available at SRM-SUS allows you to change template smartform to be used in the print output.

Also, the smartforms has their own logic code, there you are able to make RFC calls to complete the smartform with ECC data but if you want to print your ECC smartform, you could create your own button and make your own printout logic. I think that last is not necessary.

The best solution is to create your custom smartform in SUS and complete with data you dont have from ECC.

Regards,

SG

Former Member
0 Kudos

Hi Sebastian,

Do yo think it's best to create a custom Smartform on SUS and retrieve all required data from ECC via RFC calls? Don't you see any security risks on this method?

I see another option: to keep sending ECC Smartform to vendors via email (normal output message NEU) and disabling Print button on SUS side, avoiding any security issue.

Any advice on these options, what would be the best option considering less programming effort and less security issues?

Thanks in advance.

Former Member
0 Kudos

We do send it direct from ECC to vendor. But self-print option in SUS is good for supplier - as there may be more than one supplier user (accounting clerk, Delivery Department etc.,) in suppliers company who would like to print the PO.