Quantcast
Channel: SCN: Message List - Supplier Relationship Management (SAP SRM)
Viewing all articles
Browse latest Browse all 6690

Re: Custom Column in SOCO output for SRM

$
0
0

HI Chandan

Please check below did you regenerate screen ?

Also PLease note you may have to code in ONACTIONSEARCH  method

 

Below is the code which may be useful

 

LOOP AT lt_soco_workarea ASSIGNING <lfs_soco_workarea>
WHERE werks IS INITIAL
OR price IS INITIAL.

LOOP AT llt_soco_workarea INTO ls_soco_wa
WHERE ext_demid = <lfs_soco_workarea>-ext_demid
AND object_id = <lfs_soco_workarea>-object_id
AND werks <> space.
** Move value of field Plant.
<lfs_soco_workarea>-werks = ls_soco_wa-werks.

 

 

Addition of columns in Sourcing Cockpit of SRM - Supplier Relationship Management - SCN Wiki

 

Regards

Vinita


Viewing all articles
Browse latest Browse all 6690

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>