on 2013 Nov 19 11:01 AM
Dear Sir,
I would like to add some fields on Item overview of Page: sar/detail_view.inc
I have read the note 762984 and it shows how to add fields to the screen, but my question is :
1.I would like to add a text field which could be edited in some situation or only be displayed in other situation, what should I do after note 762984?
2.After added the input field, how do I save the data?
3.After maintaining the data and press the 'set In Process"', if I want to pass the data to ERP, should I direct modify Method DO_HANDLE_EVENT or there are some badi I could use?
BR,
Sky Chen.
Request clarification before answering.
Hi Sky,
Work with ABAP developer and PI consultant to map and modify the XML message, and transfer the custom field from SUS.
Senthil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sky,
You need to findout the BADI where the XML is generated and enhace new field and work with PI consultant to map between SRM to PI and PI to ECC.
I did debug couple of days ago to find out XML generation.
FM BBP_PROCDOC_SAVE, eventually does "CALL METHOD lr_event->publish_events" to generate XML.
Senthil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.