Posted: Sun May 25, 2008 1:33 pm Post subject: BAPI_COSTCENTER_CREATEMULTIPLE
BAPI_COSTCENTER_CREATEMULTIPLE - Create One or More Cost Centers
Code:
*&---------------------------------------------------------------------
*& Form CREATE_data
*&---------------------------------------------------------------------
FORM CREATE_DATA .
DATA: lv_tabix TYPE sy-tabix,
lv_tot_records TYPE i.
*For BAPI
DATA : lt_data TYPE TABLE OF BAPI0012_CCINPUTLIST,
lT_return TYPE TABLE OF bapiret2,
lv_test TYPE bapi2017_gm_gen-testrun,
LWA_DATA TYPE BAPI0012_CCINPUTLIST,
LV_HEADER TYPE BAPI0012_GEN-CO_AREA.
IF p_test IS INITIAL.
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
text = 'Posting data'(t02).
ELSE.
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
text = 'Simulate posting'(t03).
ENDIF.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.