Ansicht
Dokumentation

TISU_SA_ACTLG_BR - Maintain Actions

TISU_SA_ACTLG_BR - Maintain Actions

Fill RESBD Structure from EBP Component Structure   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

In this customizing activity you define the action logic by filling the fields:

Field Name   Description       Type

Logic ID (PK) Customer class called by subaction   Char 10
Description Description of the Class     Char 150
Class Name Name of the class     SEOCLNAME
Failure Operation Next steps if the execution fail   Char 2
Reversal Class Name Reversal Class name     SEOCLSNAME
Failure Reversal Ope Next steps if reversal fail     Char 2
Application Level Level of subaction execution     Char 2
Category Category ID       Num2

You can configure the following:

  • Estimation: It's an estimation of the meter reading.
  • Block an account: It blocks an installation/account, it could contain a debit, for example.
  • Release: All clear to release an installation.
  • Print messages in the invoice bill.

Class Name: It needs to follow an SAP interface: IF_EXECUTE_CUSTOMER_CLASS_BR.

  • You use the method IF_EXECUTE_CUSTOMER_CLASS_BR~RUN to register, save data in the data base, print, and etc.
  • You use the method IF_EXECUTE_CUSTOMER_CLASS_BR~GET RETURN to check if what was done in RUN went well.

Failure Operation: You can choose between 2 options: Execute the Next Subsequent Action and Abort the Next Steps.

  • You select Execute the Next Subsequent Action if you want to keep going, even if there is an error, then it goes to the next action, and so on.
  • But if you want to stop the action to keep going, then you choose Abort the Next Steps. The abortion doesn't mean the process will stop, but it will process in the background. You will see the error in the log, and then you can take the necessary actions to solve the issue.

Failure Reversal Operation: If the Failure Operation field indicates any issue, select whether you want to execute the next subsequent action or abort the next steps. By aborting means that the error will show up in the log.

Application Level: Indicates what is the level of application of the subsequent action: installation or register.

Category ID: This field influences if the reversal can be done or not, it's the logic grouper.






General Data in Customer Master   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 4344 Date: 20240523 Time: 181648     sap01-206 ( 40 ms )