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

Re: issue in Account Assignment tab in PO

$
0
0

Hi Vijaya,

 

In the BADI BBP_DOC_CHANGE_BADI implementation write the below code.

 

 

 

  LOOP AT it_account INTO ls_i_account.
    MOVE-CORRESPONDING ls_i_account TO ls_e_account.

 

* If required move your custom value to ls_e_account

*  ls_e_account-zzrks = identified value before the loop call


    APPEND ls_e_account TO et_account.
  ENDLOOP.

 

Regards

Praveen

 

 

 


Viewing all articles
Browse latest Browse all 6690

Trending Articles



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