Scrol

SAP Trainings contact sap.sreeram@gmail.com or 091-9916083157, 001-210-399-8414

SAP BI Routine Invoices


Invoices

CLEAR RESULT.

 RESULT = COMM_STRUCTURE-NO_INV.

 IF COMM_STRUCTURE-DOC_CATEG CA DEB_CRED.
   RESULT = RESULT * ( -1 ).
 ENDIF.

 RETURNCODE = 0.