cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure zform and gprog in nace

Former Member
0 Kudos

Hi friends,

I have the zform and zprogram how to do the configuration in nace, if i change prog and form in nace .

but, when we execute the transaction it shows the error form_entry(form routine) is not available, then wat we have to do .

plz help me i will give the nuts.

Regards,

Venkat

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

In NACE transaction, We will assign the Form name and the driver program name and the corresponding routine to be triggered in the driver program.

We should be able to tell the system to pick up the desired form layout and trigger the routine and get the data from the database and put it on to the form. All these stuff the system will come to know from the NACE settings.

NACE is used to create output type while creating the output type you will mention forms, and driver program.

that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.

so check in NAST, TNAPR table

You can view all forms and driver programs for standard SAP Scripts.

Assigning Form and Driver proram to an Output type is as follows.

1) Go to NACE transaction

2) Select an Applicatin(V1-Sales,V2-Shipping,V3-Billing)

3) Click on Outputtypes Button

4) Comes to Change Mode

5) Click on New Entries button

6) Specify Output type,Form name and Program and Save it.

Check these links

http://help.sap.com/saphelp_erp2005/helpdata/en/c8/1989fe43b111d1896f0000e8322d00/frameset.htm

Regards,

Satish

Former Member
0 Kudos

Hi,

Also you need to declare the called form routine with 2 parameters:

FORM ENTRY USING RETURNCODE US_SCREEN.

..............

ENDFORM.

Regards.

Former Member
0 Kudos

Hi,

Is that script is executing through report or based on routine? If it will execute based on routine then enter that routine name in nace which u used in report. Otherwise enter zreport and zform name.

Regards,

Kumar

Former Member
0 Kudos

HI kumar thanks for ur reply,

I am already tried this but it is asking no routine found in ur zreport.

Processing routine ENTRY_NEU in program ZPURCH_ORDER_555 does not exist

then wat i have to do plz help me.

Regards,

Venkat