Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10548

Re: How to update VBAP-AEDAT via BAPI

$
0
0

Hello Dries,

 

BAPI_CUSTOMERCONTRACT_CHANGE doesn't have AEDAT in their returning TABLE parameters.


It can be achieved through extensions available in the BAPI.


        move 'VBAP' to ls_extensionin-structure.
     
move SY-DATUMto ls_extensionin-valuepart1.
     
append ls_extensionin to lt_extensionin.

     

CALL FUNCTION 'BAPI_CUSTOMERCONTRACT_CHANGE'

--------

-------

TABLES

   EXTENSIONIN = lt_extensionin.


You can check in SCN on how to implement the extensions in BAPI.


Regards,

Thanga


Viewing all articles
Browse latest Browse all 10548

Trending Articles



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