Ansicht
Dokumentation

SAPFKBRM - Read Routines for Summarization of Plan/Budget Tables

SAPFKBRM - Read Routines for Summarization of Plan/Budget Tables

BAL Application Log Documentation   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Description

This function pool contains form routines for reading cost plan/budget files.

&NOTE

You should copy a selection table, which contains the required key field selection criteria like a RANGES table, from structure CCSEL to the form routines. Selection by ledger is not currently supported.

The period fields in period-related totals records are only filled for periods between VON_PERIODE and BIS_PERIODE. For every totals record found, the routine RNAME is carried out in program PNAME. ausgeführt. The totals record is thus implicitly included in the tables or view structure for the relevant file, declared unde TABLES in the program PNAME.

Example: PROGRAM (PNAME).

TABLES: BPGE.

...

PERFORM K_BBGE_READ_MULTI(SAPFKBRM)

TABLES ICCSEL

USING VON_PERIODE BIS_PERIODE RNAME PNAME.

...

FORM (RNAME).

* BPGE verarbeiten

ENDFORM.

Output

Example






RFUMSV00 - Advance Return for Tax on Sales/Purchases   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1235 Date: 20240531 Time: 062410     sap01-206 ( 27 ms )