Posts

Showing posts with the label BAPI_BUPA_ROLE_ADD_2

Upload Tool For Business Partners (BP) - SAP ABAP

Image
A business partner role is used to classify a business partner in business terms. The roles you assign to a business partner reflect the functions it has and the business transactions in which it is likely to be involved. A business partner role is used for classification purposes during data exchange with SAP ERP. SAMPLE PROGRAM: *&---------------------------------------------------------------------* *& Report ZBP_UPLOAD *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT zbp_upload. TABLES: but000,kna1,lfa1,pa0006,pa0002. TYPES: BEGIN OF ty_file_bp,          serial        TYPE char10,                     " Serial of type Integers          role1         TYPE bu_partnerrole,     ...