cancel
Showing results for 
Search instead for 
Did you mean: 

Printing SAP Forms

Former Member
0 Kudos

Hi,

Is it possible to have MII trigger the printing of a form in SAP.

I want to have a BLS call a bapi, store data in SAP and then print an SAP form.

Can I create a BLS that will trigger the printing of a SAP form?

This is instead of having to develop a form in MII to print as the form is already in SAP.

Thanks

Andy

Accepted Solutions (0)

Answers (1)

Answers (1)

HariCS23
Contributor
0 Kudos

Yes,You can definitely call a BAPI from MII using JCO.

So,all your bussines logic present in BAPI? I  mean doess bapi takes care of triggering your SAP form?

Thanks

Hari

Former Member
0 Kudos

Hi Hari,

I am looking for a way to print a SAP Form from MII with a Bapi or RFC.

Has anybody done that or is it possible?

Andy

HariCS23
Contributor
0 Kudos

Andy, I would ask that question in 'ABAP Development' forum to find out whether  triggering SAP ADS form from out side of SAP is possible.

Thanks

Hari

former_member188831
Contributor
0 Kudos

I too have to work on same requirement, MII wanted to print forms from SAP ?

what the are possible and best ways ?

1. Is it calling BAPI -> create a custom BAPI , intern it calls Form FM

2. Create a iView

3. Create a WD Link ?

4. Send out xml form output of smartform ?

Thanks,

Mahesh