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

Customer field of SUS PO SRM 7.0

Former Member
0 Likes
258

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Sky,

Work with ABAP developer and PI consultant to map and modify the XML message, and transfer the custom field from SUS.

Senthil

Former Member
0 Likes

Hi Senthil,

Unfortunately, I am the ABAP developer....

Former Member
0 Likes

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

Former Member
0 Likes

Hi Senthil,

Thanks for your help, I will do some research of this.

And do you have any idea of my question 1 & 2?

Former Member
0 Likes

Hi Sky,

I am not developer, i have very limited information for you.

You should have already creaed new domain and append the structure.

And then you should specify in the view as editable.

Senthil

Former Member
0 Likes

Dear Senthil,

Thanks for your help, I have solved these issue by directly modify the BSP code.