Ansicht
Dokumentation

SD_PARTNER_DATA_PUT - NOTRANSL: set local memory for function group LV09A

SD_PARTNER_DATA_PUT - NOTRANSL: set local memory for function group LV09A

rdisp/max_wprun_time - Maximum work process run time   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Fills the local memory of function group LV09A with the tables entered. Previous table content in the local memory is overwritten. For identification of the caller/table content relationship, the system requires the object type and an object key.

The module must be called before you process partner data using a function module from the function group LV09A.

Example

call function 'SD_PARTNER_DATA_PUT'
exporting
fic_objecttype = 'A'
fic_objectkey = ' '
tables
frt_xvbpa = lvt_xvbpa
frt_yvbpa = lvt_xvbpa
frt_xvbuv = lvt_xvbuv
frt_hvbuv = lvt_hvbuv
frt_xvbadr = lvt_xvbadr
frt_yvbadr = lvt_yvbadr
exceptions
no_object_specified = 1
others = 2.

Notes

This module is the only way to provide modules (or the local memory) in the function group LV09A with current partner data.

  • If the object key is not initial, the system interprets it as a document number, and restricts the partner data entered to the document named in the key.
  • The system only transfers entries from the incompletion log (frt_xvbuv, frt_hvbuv) to the local memory if they are relevant for partner processing. Other entries in the log are ignored.




Parameters

FIC_OBJECTKEY
FIC_OBJECTTYPE
FRT_HVBUV
FRT_XVBADR
FRT_XVBPA
FRT_XVBUV
FRT_YVBADR
FRT_YVBPA

Exceptions

NO_OBJECT_CREATION_POSSIBLE
NO_OBJECT_SPECIFIED

Function Group

V09A

Vendor Master (General Section)   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1874 Date: 20240523 Time: 061858     sap01-206 ( 36 ms )