Ansicht
Dokumentation

/ACCGO/UIS_MASS_CREATE_API - LDC Mass Processing - Create

/ACCGO/UIS_MASS_CREATE_API - LDC Mass Processing - Create

General Material Data   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

You can use this function module to create multiple Load Data Captures (LDCs) in a single run.

You must enter at least header data (via IT_UIS_HDR_DATA), events data (via IT_UIS_EVNT_DATA) and weights data (via IT_UIS_WGHT_DATA) as input parameters.

Enter the External ID (field UIS_EXT_ID) for all the tables. Please note that one External ID will correspond to one Load Data Capture (LDC).

For Vendor Split scenario, enter the vendor split type (via field VENDOR_SPLIT_TYPE) SP/AH and keep BLOCK_VSPLT as blank in parameter IT_UIS_HDR_DATA and enter the split values in parameter IT_UIS_VENDOR_SPLIT_DATA.

If you are entering VENDOR_SPLIT_TYPE as SA, enter the data in parameter IT_UIS_VNDSPLIT_SA_TXT and keep parameter IT_UIS_VENDOR_SPLIT_DATA as blank.

For Unplanned Purchase / Sales scenario, enter the application instructions (via field APPLICATION_INSTR) 20/21 in parameter IT_UIS_EVNT_DATA. You must enter incoterms (via field INCOTERM_UPS) if you keep AUTO_INCOTERM as blank.

The following checks are performed for every External ID:

  1. Mandatory Data Check:
These checks are in place to make sure that all the mandatory input data is entered by the user.
  1. Valid Data Check:
These checks are in place to validate the input provided by the user.

You must pass the commit flag (via IV_COMMIT_FLAG) in order to save the LDC to the database.

Once you have created the LDCs successfully, you will receive the LDC numbers in parameter ET_LDC_ID (field UIS_ID). Any errors that may occur will be announced via parameter ET_MESSAGES.

Example

Notes

Mandatory Entries:

  • IT_UIS_HDR_DATA:
  • UIS_EXT_ID (External ID)

  • VENDOR (Account Number of Supplier), or

  • CUSTOMER (Customer Number)

  • IT_UIS_EVNT_DATA:
  • UIS_EXT_ID (External ID)

  • EVENTID (Event ID)

  • MATNR (Material Number)

  • MOT (Mode of Transport)

  • EV_ACTION (LDC Event Release Action, 'RL' = Release, 'RJ' = Reject)

  • STRG_LOC (Storage Location)

  • IT_UIS_WGHT_DATA:
  • UIS_EXT_ID (External ID)

  • EVENTID (Event ID)

  • CERT_CAT (LDC Certificate Category)

  • GROSS_WT (LDC Gross Weight)

  • SCALE_WT_UOM (Weight Unit of Measure)

Commit Control:

The Function Module takes care of commit. This means that calling application do not have to call an explicit COMMIT in order to carry out the operations on database.





Parameters

ET_LDC_DET
ET_LDC_ID
ET_MESSAGES
IT_EXTENSIONIN
IT_UIS_ANALYSIS_DATA
IT_UIS_BATCH_DATA
IT_UIS_EVNT_DATA
IT_UIS_HDR_DATA
IT_UIS_VENDOR_AD_DATA
IT_UIS_VENDOR_SPLIT_DATA
IT_UIS_VNDSPLIT_SA_TXT
IT_UIS_WGHT_DATA
IV_COMMIT_FLAG

Exceptions

Function Group

GO/SAPLUIS_MASS_API

General Material Data   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 4222 Date: 20240419 Time: 015614     sap01-206 ( 53 ms )