Hi Martin,
To set a "Central Deletion Flag for Customer Master Record" there is a BAPI
FM to set deletion flag for customer: "BAPI_CUSTOMER_DELETE"
CALL FUNCTION 'BAPI_CUSTOMER_DELETE' "Delete Customer Master Online
EXPORTING
customer...
Hi Mohamad,
Please refer the below code this may be useful for you.
DATA: * Structure for document header g_docheader LIKE bapiache08, * Table and header for G/L Account Line Items gi_accountgl TYPE STANDARD TABLE OF bapiacgl08, g_accountgl LIKE ...