cancel
Showing results for 
Search instead for 
Did you mean: 

Finding the place where the Script is called in Program.

Former Member
0 Kudos

Hello Everybody,

I found the ProgName='J_1IPRNE_OUTPUT'

have using the Script 'J_1I_EXC_INVOICE'

But I am not able to find the place where in the program they are calling the

Script Function.

Can anybody help me to find it out.

Thanks in advance......

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

<b>----


  • Start of printing the form *

----


  • --> US_SCREEN Output on screen *

  • ' ' = Printer *

  • 'X' = Screen *

  • --> US_COUNTRY County for telecommunication and SET COUNTRY *

----


form form_open using us_screen us_country.

include rvadopfo.

endform.</b>

check this block in that program.please go inside of this include, then u will find out open_form .

<b>or search in the program for J_1IEXCP_OUTPUT , u will get it .</b>

Regards

prabhu

h_senden2
Active Contributor
0 Kudos

You have to look for calls of function modules OPEN_FORM WRITE_FORM and CLOSE_FORM.

regards,

Hans

Please reward all helpful answers !!!!!

Former Member
0 Kudos

Thanks for your replay,

But my problem is that,

I have gone through the program 3 to 5 times even

OPEN_FORM WRITE_FORM and CLOSE_FORM. I can't find.

Is there any other way to find it out.

Please help me It is very urgent........

Thanks in advance.

Former Member
0 Kudos

The program which you are looking is just printing list of invoices...once, you selet invoice(s) from the list it submits different program based on output type....Use transaction NACE to find out program name based on your application/output type...It is probably J_1IEXCP.