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

Adding new fields to infotype 0002

Former Member
0 Likes
2,345

Hi experts,

I want to add new fields to the infotype 0002, based on the counstry specific,.

i want to add field SSN for USA

and pf# for INDIA.

What are all the steps i need to do . Please help on this...

Thanks,

Suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,557

Hi,

You can add the field in the customer include CI_P0002 in the structure P0002.

The Steps are as follows:

1.) Go to transation PM01.

2.) Go to the tab "Enhance Infotype"(The third tab)

3.) Give the Infotype No as '0002'.

4.) In SubObjects select CI Include and click Edit.

5.) Give the field you need to add in the CI_P0002 structure.

6.) Save the structure and activate it.

7.) Go back and in Subobjects select the Screen Radiobutton,then modify screens 200,300 accordingly.

I hope it helps.

Reward Points if useful.

Thanks,

Sharath Kant

Hi experts,

I want to add new fields to the infotype 0002, based on the counstry specific,.

i want to add field SSN for USA

and pf# for INDIA.

What are all the steps i need to do . Please help on this...

Thanks,

Suresh

5 REPLIES 5
Read only

Former Member
0 Likes
1,558

Hi,

You can add the field in the customer include CI_P0002 in the structure P0002.

The Steps are as follows:

1.) Go to transation PM01.

2.) Go to the tab "Enhance Infotype"(The third tab)

3.) Give the Infotype No as '0002'.

4.) In SubObjects select CI Include and click Edit.

5.) Give the field you need to add in the CI_P0002 structure.

6.) Save the structure and activate it.

7.) Go back and in Subobjects select the Screen Radiobutton,then modify screens 200,300 accordingly.

I hope it helps.

Reward Points if useful.

Thanks,

Sharath Kant

Read only

Former Member
0 Likes
1,557

Hi,

Enhance ifotype using tcode PM01. Add two fields to CI_INCLUDE.

Write logic in PBO module like

Get countrygrouping based on pernr.

Modify the screen based on country grouping in loop at screen.

Read only

0 Likes
1,557

hi ravindra reddy,

can u plz tell me how do that loop at screen and hide that screens..

It helps me..

Thanks,

Suresh

Read only

Former Member
0 Likes
1,557

I've one doubt .. Why do you want to add a separate field

SSN when PERID exists ..

Read only

Former Member
0 Likes
1,557

This message was moderated.