on 2006 Aug 02 9:30 AM
Hi All,
I have a custom field in SC,PO and GR. For a sevice and limit items, the value in custom field in PO is not copied to GR. For goods, it is copied.
When I debugged, I found that the system tries to match PO item internal number with that of backend item internal number. If this is matched, the custom field values are copied.
But here it is not matched. What can be the possible reason. Is there any configuration for item internal numbers?
I found a note 848797 for transfer. But exactly at the corrected code in note, program is failing.
Have anyone faced this issue before?
Thanks
Nandalal
Hi,
What do you mean by " But exactly at the corrected code in note, program is failing"?
You just need to implement the Correction instructions in the FM.
BR,
Disha.
Pls reward points for helpful answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes Disha, the notes are correctly implemented.
I am confused on whether the internal number generated for the item is copied from some configured internal range, because when I enter two service items, the items shows backend internal numbers like 0000000010 and 0000000020 (increment by 10). But in SRM it is 0000000001 and 0000000002.
When the code tries to match the respective numbers, it fails and skips the logic to copy custom fields.
I dont have access to r/3 data.
Please help.
Have anyone tried to create a GR with service item and has custom field?
Thanks
Nandalal
Hi All,
Anybody got a chance to look into this? Just wanted to know whether any one used custom fields and values succesfully moved Confirmation (for service and limit items only).
If somebody has done this succesfully, please let me know.
Currently, I am thinking of coding Doc_change_badi to get corresponding field values from PO and push them to GR.Will this work?
Thanks
Nandalal
Hi All,
Please help with this issue.
Any suggestions on trying to prepare confirmations from PO by passing custom fields?
Many of you might have used custom fields in basic data in SC. If you order any SC with service/limit item and try to do Confirmation for the respective PO, is it copying the custom fields also?
Thanks for your help in advance,
Nandalal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.