Ansicht
Dokumentation

BAPI_RE_PR_CREATE - Create Land

BAPI_RE_PR_CREATE - Create Land

BAL Application Log Documentation   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This BAPI allows you to create land in the system.

Transfer the company code and the business entity in which the property is to be created. If numbers are issued externally, you have to specify the number of the land to be created.

See the relevant parameter documentation for the meaning of the other parameters.

Example

DATA:
  ls_bapi_pr              TYPE bapi_re_property_dat,
  ld_compcode             TYPE bapi_re_property_key-comp_code,
  ld_businessentitynumber TYPE bapi_re_property_key-business_entity_number,
  ld_propertynumber       TYPE bapi_re_property_key-property_number,
  lt_bapi_error           TYPE bapirettab,

* set text of PR
ls_bapi_pr-property_text = 'Airport'.

CALL FUNCTION 'BAPI_RE_PR_CREATE'
  EXPORTING
    comp_code_ext              = '1000'
    business_entity_number_ext = '1'
    property_number_ext        = '1'
    property                   = ls_bapi_pr
    test_run                   = 'X'
  IMPORTING
    compcode                   = ld_comp_code
    businessentitynumber       = ld_businessentitynumber
    propertynumber             = ld_propertynumber
  TABLES
    return                     = lt_bapi_error.

Notes

Further information





Parameters

ARCH_REL
ARCH_RELMS
BUSINESSENTITYNUMBER
BUSINESS_ENTITY_NUMBER_EXT
CHARACT
COMPCODE
COMP_CODE_EXT
COSETTLE_PARAM
COSETTLE_RULE
EXTENSION_IN
INFRASTRUCTURE
MEASUREMENT
OBJECT_ADDRESS
OBJ_ASSIGN
OPTION_RATE
PARTNER
PROPERTY
PROPERTYNUMBER
PROPERTY_NUMBER_EXT
RESUBM_RULE
RETURN
STATUS
TERM_ORG_ASSIGNMENT
TEST_RUN
TRANS

Exceptions

Function Group

REBD_BAPI_PROPERTY

General Data in Customer Master   General Material Data  
This documentation is copyright by SAP AG.

Length: 5360 Date: 20240523 Time: 174536     sap01-206 ( 34 ms )