cancel
Showing results for 
Search instead for 
Did you mean: 

Csutom SAP Script in ME23N not displaying data in Form

Former Member
0 Kudos

Hi Experts,

I have created custom driver program for PO printing using Form entry_neu, which is printing a SAP script,

but the problem is when the form is displayed, data is not populated in the form.

While debugging in driver program the data is being filled in structures but when I debugg the SAP form the structures are empty.

When I am running the same program from SE38 then it is perfectly calling the form with data.

Could some let me know the possible cause of error.

Thanks n Regards

Rohit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the Transaction NACE for form settings against correpsonding output type.

The same custom form name is assigned against the NACE or not, if not change the same.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi rohit,

Check in NACE transaction whether ur form name and print program (custom) is configured with routene ENTRY_NEU. And also cross check whether this routene entry_neu is also configured for other forms?

Because entry_neu routene is standard one , so it might be configured for other forms also.

So it is better to write ur driver program with different routene name like entry.

Form entry.

.........

.........

Endform.

And this routene entry need to configure in nace for ur custom program and ur form with output type.

Regards,

Vineel.