Posts

Showing posts from March, 2018

Create BP and Customer Using ABAP in SAP

Image
Create BP And Customer Input Screen :  The Following Code Here : *&---------------------------------------------------------------------* *& Report ZBP_UPLOAD *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT ZSD_BP_UPLOAD. TABLES: but000,kna1,lfa1,pa0006,pa0002. TYPES: BEGIN OF ty_file_bp,          serial        TYPE char10,                     " Serial of type Integers          role1         TYPE bu_partnerrole,          role2         TYPE bu_partnerrole,          role3         TYPE bu_partnerrole,          role4         TYPE bu_partn...