Scrol

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

SAP BI routine Delivery Items


Delivery Items
CLEAR RESULT.

  RESULT = COMM_STRUCTURE-NO_DEL_IT.

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

  RETURNCODE = 0.