I am currently working on the external requirements proxy to bring legacy requirements into SRM.
I have done the mapping in XI to add the custom fields to the proxy structure:
<ExternalRequirementItem>
.
..
<UserDefinedExtension>
<Name>ZSRM_REVLEVEL</Name>
<Value>001</Value>
</UserDefinedExtension>
</ExternalRequirementItem>
The value is not passing. In the web I can see the field and add a value and the value passes to the sourcing cockpit.
I have been doing work in BBP_CUF_BADI_2, but as I said I can see the field, input a value and pass it, so I don't think this is an issue.
Has anyone run into this issue or have any suggestions?
Thanks,
Bill
Hi,
I am assming you are working with ABAP proxy in SRM.
When the an interface is changed in XI to include additional data, the ABAP proxy will have to be re-generated. The re-generationtion will update the existing ABAP proxy interface to include the addtional data also.
Did you re-gerenate your proxy?
Then, you should see the new structure in the ABAP proxy.
Regards,
Bill
Add a comment