cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding sapscript

Former Member
0 Kudos

Hi,

I am doing modifiction in sapscript for Excise invoice.

From transaction NACE,for JEXC application for Excise Invoice,I found teo 2 processing routings.

Program:J_1IEXCP_OUTPUT

Form Routine: ENTRY.

Form: J_1I_EXC_INVOICE

Program:J_1IEIOT

Form Routine: ENTRY

Form: J_1I_EXC_INVOICE

In sapscrip J_1I_EXC_INVOICE,I need do changes.

How do I proceed?Should I make ZSCRIPT for it and attach it instead of J_1I_EXC_INVOICE.Or apply sap note something like that?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

It depends. If you are doing layout changes to the script,then you can replace the standard script with the Z script keeping the same standard print program.

If you need to pass any additional data from Print Program to Script, then you have to change the program and have your own.

Hope I am clear.

Regards,

Vishwa.

Former Member
0 Kudos

Hi ,

Am doing chanages in Script itself.So I made zprogram.But how do I attach ZSCRIPT standard print progra.As in stansard print proram J_1IEIOT, in OPEN_FORM,standard script is called.So what is a way to attach zscript to stanadr print program?

Former Member
0 Kudos

As far as I know, you can definitely do layout changes to script and attach it to the standard program. Just check that...If it does not work. Let me know.

Regards,

Vishwa.

Edited by: Vishwa Sri Hari on Oct 22, 2008 11:01 AM

Former Member
0 Kudos

Hi,

Yes.So I copied that standard program J_1IEIOT in

ZJ_1IEIOT AND COLLED MY zscript there.As per my requiremt it is working.But how in j1is it will find?

Former Member
0 Kudos

Hi

You have to configure the script and program in the NACE tcode. Did u do that? If you make changes only in NACE, then you can see the output in the tcode.

Regards,

VIshwa.

Former Member
0 Kudos

hi,

But do we have that authorization in NACE?

iF YES..in change mode i should add 3'rd processing unit AS BELOW:

Program:zJ_1IEIOT

Form Routine:ENTRY

Form: zJ_1I_EXC_INVOICE

And if this is correct ,what to do that earlier processing routinh sor the script?

Former Member
0 Kudos

Hi

For the output type,you are using. You can just replace the standard program and script with your own.. Keep the routine as it is.

Now, you have the authorization to change it or not is something I cant tell. Maybe your BASIS can tell you.

Regards,

Vishwa.

Edited by: Vishwa Sri Hari on Oct 22, 2008 11:26 AM

Former Member
0 Kudos

Thanks...In NACE itsel I am doing changes..

Former Member
0 Kudos

OK. No Problem.

Close the Thread If issue is Resolved.

Regards,

Vishwa.