cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing two sap script forms from program RFFOM100

Former Member
0 Kudos

Hi Experts,

I developed two sap scripts. one is Payments slip, second is Supplier Remittance Slip. i have to call both forms at a time from single stantard driver program RFFOM100

while calling i am not able to access two forms at a time. can any one help me the logic/configuration

Thanks in advance.

Srinu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Here you have to call OPEN_FORM AND CLOSE_FORM only once.But for every form you have to call one START_FORM and END_FORM.

In this case you have to call START_FORM and END_FORM two times.

Thanks and regards,

shyla

Former Member
0 Kudos

Hi,

Copy the standard report to Z report then call the both forms this will trigger your forms

Check the specifvic include to write the code for forms

Regards

Shiva

Former Member
0 Kudos

Hi,

Thanks for the reply.

But my requirement is Driver Program must be the same.

then suggest me in configuration settings.

thanks in advance.

Srinu

Former Member
0 Kudos

Hi

Copy the STD program into ZPROGRAM

To use 2 scripts you have to call the 2 forms in the code

so you have to call function module OPEN_FORM 2 times and assign one FORM each to each Fun module

then you can print the both forms data in the scripts

try this and see

<b>Reward points for useful Answers</b>

Regards

Anji