cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Automation of work area custodians and reporting person in CBIH82

Former Member
0 Likes
152

Hi All,

while creating Inc/Accin CBIH82, under tab involved, based on the "work area" entered, the following two should come automatically,

1.) Reporting Person

2.) Work Area Custodians

Is it possible with standard configuration ass plz explain in details.

Thanks

Hari Prasath

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

HI Hari,

As explained in other thread, it's not possible with the standard configuration.

Use Badi/ Menu exit to develope this small enhancement.

Logic -

1. Reporting Person. -

collect the Administration info ( Menu > Utilities > Administration Info)

"Person who created the data" will be the Reporting person in our case.

In Involved tab - Person role would be - REP (Reporting person)

Person Involved will be coming from the above - Administration data (by using the logic to get back the Personnel No. from HR Info types, using the input parameter "User ID")

2. Work Area Custodians -

Based on work area you entered, program should check the contacts - Role - CON / any customized roles you are maintained, must be updated in in involved tab.

both of them you have to write a logic as enhancement. check for the menuexits/ Badi's available (mentioned in other thread).

Regards

kamal

Former Member
0 Likes

HI Hari,

As explained in other thread, it's not possible with the standard configuration.

Use Badi/ Menu exit to develope this small enhancement.

Logic -

1. Reporting Person. -

collect the Administration info ( Menu > Utilities > Administration Info)

"Person who created the data" will be the Reporting person in our case.

In Involved tab - Person role would be - REP (Reporting person)

Person Involved will be coming from the above - Administration data (by using the logic to get back the Personnel No. from HR Info types, using the input parameter "User ID")

2. Work Area Custodians -

Based on work area you entered, program should check the contacts - Role - CON / any customized roles you are maintained, must be updated in in involved tab.

both of them you have to write a logic as enhancement. check for the menuexits/ Badi's available (mentioned in other thread).

Regards

kamal