Application Development and Automation 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: 
Read only

regarding form name

Former Member
0 Likes
647

hi experts,

i m working on print program of form-16 in hr,i want to know the form name of this print program,what sud i do to get the standard form name of this program ...i have to do some modifications....

plz help me

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

Hi ravi,

1. The layout name is HR_IN_TAXF16000Y

HR_IN_TAXF1600AA

2. The driver program is HINCF160

regards,

amit m.

6 REPLIES 6
Read only

kiran_k8
Active Contributor
0 Likes
627

Ravi,

Go through TNAPR table.

Give the Form name to get the driver program.

K.Kiran.

Read only

Former Member
0 Likes
627

check program HINCF160 for form 16.

search for open_form in that program , theere u will come toknow which Form it is using ? or check in Pe51 for CEDT.

Regards

Prabhu

Read only

Former Member
0 Likes
627

You can find the form name for a print program in TNAPR table..

Or search for the CALL FUNCTION 'OPEN_FORM' or CALL FUNCTION 'START_FORM' in the coding of your print program..

in those FMs go for the FORM paramter !! you can get that !!

reward all helpdul answers..

sai ramesh

Read only

Former Member
0 Likes
628

Hi ravi,

1. The layout name is HR_IN_TAXF16000Y

HR_IN_TAXF1600AA

2. The driver program is HINCF160

regards,

amit m.

Read only

0 Likes
627

thnx amit lot of thanx to u

Read only

Former Member
0 Likes
627

Hi,

If you can provide me the Output type, it is easy to find the form and program,

But I am sure it starts with letter 'J' like:

J_1IEXCP

J_1IPRNTARE

J_1I57FPN

J_1IEXCP_OUTPUT

J_1BNFPR

J_1BNFPR

reward if useful

regards,

Anji