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: 

Enhanced Infotype (IT0002) field in HRMD_A07 IDoc

Former Member
0 Kudos

Hi All,

I have enhanced SAP standard infotype 0002 (via PM01) to include one new field(NWFLD1). The infotype functions perfectly well with the new field(NWFLD1).

I would now like to see this new field in the IDoc that is generated via change pointers. At present the IDoc (HRMD_A07) does not reflect the new field.

[I guess I'd need to incorporate this new field in an IDoc segment and then assign this new segment in the Tech. attributes for IT0002 and maybe also use some BADI/UserExit to transfer the values].

What steps do I need to take to achieve this?

Many Thanks in Advance.

Sanjay

PS: I have no problems with custom infotypes which work almost 'out of the box' when I create a new IDoc Segment and specify that as the 1st IDoc segment in the Tech. attributes for the custom IDoc via PM01.

4 REPLIES 4

Former Member
0 Kudos

Solved it myself.

0 Kudos

Hi sanjay,

please help me out in the below's requirement . It seems urs also similar requirement.

I need to modify the idoc interface from R/3 to CRM. There is need to add one more field to be passed to CRM which is SAP userid maintained in the HR Records.

Details : the idoc is called using report RHALEINI in r/3

- the information to be added : INFOTYPE 0105 - SUBTYpes 0001

after the information is passed to CRM, it should update the field in CRM

-Go to Transaction BP in CRM

-Open the employee

- Select "Display in BP Role" = BUP001 employee

-Field "User name " should e fillout with the user ID passed from R/3.

Please help me out by giving steps and Code if possible.

Regards

Sreenivas

0 Kudos

Hi Sanjay,

I am using HRMD_A07 and only using E1PLOG, E1PORG, 0000, 0001 and 0002. gETTING A STATUS OF 53.

BUT THERE IS PA DATA CREATED.

DO YOU HAVE ANY IDEA PLEASE.

THANK YOU.

SUBU

Former Member
0 Kudos

you can extend idoc with your new field.