2006 Jan 25 6:59 AM
hi all!
i am in inbound side of sap system i am not getting the personnel number(pernr)from xi system. In sap system i need to generate auto number sequence to pernr before the idoc is processed in inbound side.
but i am getting all the data related to HRMD_a06 idoctype.
give some logic i need to write in the FM.
idoc_input_hrmd.
thanks.
partha.
2006 Jan 25 9:13 AM
Hi Partha,
Clone the inbound FM and take the parameters as same as in how SAP has given in standard one.
Before updating the personnel number use the FM <b>RH_GET_NEXT_NUMBER</b> for internal assignment. It will generate random numbers.
The other coding is same for updation. If u want u can use the FM <b>HR_INFOTYPE_OPERATION</b> for updation..
Thanks
Eswar
hi all!
i am in inbound side of sap system i am not getting the personnel number(pernr)from xi system. In sap system i need to generate auto number sequence to pernr before the idoc is processed in inbound side.
but i am getting all the data related to HRMD_a06 idoctype.
give some logic i need to write in the FM.
idoc_input_hrmd.
thanks.
partha.
2006 Jan 25 9:13 AM
Hi Partha,
Clone the inbound FM and take the parameters as same as in how SAP has given in standard one.
Before updating the personnel number use the FM <b>RH_GET_NEXT_NUMBER</b> for internal assignment. It will generate random numbers.
The other coding is same for updation. If u want u can use the FM <b>HR_INFOTYPE_OPERATION</b> for updation..
Thanks
Eswar
2006 Jan 25 9:28 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |