cancel
Showing results for 
Search instead for 
Did you mean: 

Importance of the Routine "ENTRY_NEU" in SCRIPTS and SMARTFORMS.

Former Member
0 Kudos

what is the importance of the Routine "ENTRY_NEU" in SCRIPTS and SMARTFORMS.

What is its purpose. Please Discuss

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi srinu,

"Entry_NEU" is a default form routine for Purchase Order. Main functionality of this Routine is establishing link between Print program, Smartform/SAP Script with the standard transaction.

This routine is written in the print program and "NAST" table has a field called "OBJKY". Your purchase order no is assigned to this objky and rest of the information i.e., required to display in Purchase order logic is written within this form. so that it will catch all the required data and print as output in the form.

"NAST" table contails the following details also apart from holding the Object Key value. It also contains Application data for maintaing direct output from TCode.

See some important fields in NAST table which is more helpful for any standard transaction output.

KAPPL SNA_KAPPL CHAR 2 0 Application for message conditions

OBJKY NA_OBJKEY CHAR 30 0 Object key

KSCHL SNA_KSCHL CHAR 4 0 Message type

SPRAS NA_SPRAS LANG 1 0 T002 Message language

PARNR NA_PARNR CHAR 10 0 Message partner

For printing Invoices, Delivery orders, Purchase orders we will have different Application types, also OBJKY holds the corresponding Delivery, Billing and Purchase order no's. Rest of the data is taken into consideration based on the applications.

Regards,

Santosh Kumar M.

Former Member
0 Kudos

Hi,

In standard program of SAPFM06P , this routine is available. This routine reads data from NAST table and will the details such as PO or RFQ. So if we want to modify the coding this standard coding can be modified and our sapscript or smartform or adobe form can be used here.

Former Member
0 Kudos

Hi Srinivas ,

You Can Use Entry_neu Routine,

To Print Any Of The Adobe Forms

It May Be SapScript, SmartForm, Adobe Form,

Sending Email, Fax .

And Its Corresponding Output Type Should Be Configured

by Using NACE T-Code.

Thanks & regards

Shiva vs.