ABAP Rules
The following rules allow you to retrieve information about various SAP reports or documents. The output of the rule is stored in the parameter RULE_RESULT
.
FICICA80_Docs
This rule allows you to retrieve a list of document numbers from the FICICA80
Result list using the FCA_SAP_Abap_FICICA80
robot.
Syntax
FICICA80_Docs()
FICICE00
This rule allows you to either check for errors or extract balances from FICICE00
into a data transfer using the FCA_SAP_Abap_FICICE00
robot.
Syntax
FICICE00(Balances <group>,[<unit>],[<partner_unit>,]<col>[,<col>])
Errors
- Command to check for errors, no options available.Balances
- Command to extract balances; the following options are available:.<group>
- Defines section of report to extract from (like "Balances" or "Documents per pair").<unit>
- Filter on Unit (optional).<partner_unit>
- Filter on Partner Unit (optional).<col>[,<col>]
- Columns (after unit/partner unit) to retrieve.
RKSPIBTC_Docs
This rule allows you to retrieve document number and fiscal year from the RKSPIBTC
Result list using the FCA_SAP_Abap_RKSPIBTC
robot.
Syntax
RKSPIBTC_Docs()
SAPF080R_Docs
This rule retrieves company code, document number, fiscal year, and reversal date from the SAPF080
Result list using the FCA_SAP_Abap_SAPF080R_Docs
robot.
Optionally, it can also check if the documents are reversed in the current period.
Syntax
SAPF080R_Docs([[<check>])
<check>
- Check if the documents are reversed in the current period.CheckInPeriod
- Validate that the date is inside the current period.RULE_RESULT
- Records with<Company Code>,<Document No>,<Fiscal Year>,<Reversal Date>
.
SAPF100
Extract message context from end of SAPF100
spool using the FCA_SAP_Abap_SAPF100
robot.
Syntax
SAPF100(<type>[[,<msgclass>,<msgno>[[,<msgclass>,<msgno>]])
[<Types>]
- Message Types (ISWE) can be specified to generate errors. Depending on the type, the appropriate return code is set.[<MsgClass>,<MsgNo>]
- List of messages that need to be ignored.
SAPKKA02BG_Messages
This rule checks the messages from the SAP transaction KKAK (which are in spool2
or spool3
).
Syntax
SAPKKA02BG_Messages([[<cmds>,]<types>[[,<msgclass>,<msgno>[[,<msgclass>,<msgno>]])
[<cmds>]
- Optional Commands.FORCE
- ForceRC=0
before execution of the rule.NORC
- Do not set Returncode.SAPLOG
- Append messages found to the SAP Joblog.<types>
- String with Message Types (ISWE) can be specified to generate errors. Depending on the type, the appropriate return code is set.[<MsgClass>,<MsgNo>]
-List of messages that need to be ignored.
financeTopic