Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to do standard form modification using NACE

Former Member
0 Kudos

hi gurus

can any one suggest me

how to modify standard form layout using NAce

please send any examples if possible.

thank you

regards

kals.

3 REPLIES 3

Former Member
0 Kudos

get standard form name from NACE.

copy in z prog.

then put z prog in NACE.

Former Member
0 Kudos

Hi,

goto NACE

there depending on the functionality select the application.

for Sales u have Application V1

for purchase order u have application EF

select one application and click on output types pushbutton

for an example select EF application and click on output types

now u get different output types select NEU new PO printout

and double click on the processing routine folder on the left hand side of the screen

Now u get the different processing routines .

in that u have print output there u can see form routine and FORM .

HERE U CAN GIVE UR OWN FORM WHICH IS CREATED IN SE71 BY DELETING THE STANDARD FORM.

reward if helpful

raam

Former Member
0 Kudos

Hi,

If u want to know the standard form for perticular tcode,

first u need to know the tcode and application(V2,V1 etc)

NACE-> select any application(V2)-> click on "Output types"

from application toolbar -> select the output type(LD00) ->

Double click on "procesing routines"(2nd option) from left side -> You can c the program names,subroutine names,script names,form names.

Just double click on the form name or copy it and open in respective application.

Copy the code and paste it in customized program(zprogram).

Reward,if useful.

thanks,

Chandu