Paramètre | Reférence | Long. | Facultatif | Description |
---|---|---|---|---|
BAPIRETURN | BAPIRETURN | 452 | ||
MATERIALPLANT_LIST | BAPIKEYLIS | 22 | material-plant list | |
QUOTALIST | BAPIQUOTA | 153 | quota arrangement information | |
ROUNDING_PROFILE | BAPIRDPRFL | 33 | rounding profile |
BAPI_QUOTA_ARRANGEMENT_GETLIST is used to retrieve a list of quotaarrangement information stored in R/3. The BAPI call needs to populate table MATERIALPLANT_LIST with the listof material-plants where these materials are procured. After the call, the information is transferred back through tablesQUOTALIST and ROUNDING_PROFILE. Additional information and warnings are stored in BAPIRETURN. In R/3, rounding value is usually used for batch procurement and storedin material master. But for the complicated batch sizes, roundingprofile is defined in MRP customization and used in the quotamanagement table. The BAPI call also retrieves the rounding profile sothat the external caller can obtain maximal amount of information. Ifrounding profile is defined, the BAPI call exports the rounding profileand leaves the rounding value zero, otherwise it populates the roundingvalue in QUOTALIST. There are also situations when non of them aremaintained. Information will be passed through BAPIRETURN. |