Ansicht
Dokumentation

Change in table structure of function modules for indirect valuation ( RELNPA_PBAS_30D_INDBEW )

Change in table structure of function modules for indirect valuation ( RELNPA_PBAS_30D_INDBEW )

TXBHW - Original Tax Base Amount in Local Currency   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

Short text

Change in table structure of function modules for indirect valuation

Description

Please note: This change is effective as of 3.0D.

Table PTBINDBW is transferred in the function modules for indirect valuation

RP_EVALUATE_INDIRECTLY_P0008,
RP_EVALUATE_INDIRECTLY_P0014,
RP_EVALUATE_INDIRECTLY_P0015,
and RP_EVALUATE_INDIRECTLY_P0052.

This table must have a defined structure which used to be as follows:

DATA: BEGIN OF PTBINDBW OCCURS x,
INDEX(3).
LGART LIKE P0008-LGA01,
OPKEN LIKE P0008-OPK01,
BETRG LIKE P0008-BETRG,
INDBW(1),
ANZHL LIKE P0008-ANZ01,
MODNA,
MOD01,
DATA: END OF PTBINDBW.

During indirect valuation, an overflow error in the 'Amount' field often lead to program termination. It therefore became necessary to increase the size of the 'Amount' field in the transferring table.

This change must also be made in all customer programs which call the above function modules. The internal table which is transferred to the modules must now be defined as follows:

DATA: BEGIN OF PTBINDBW OCCURS x,
INDEX(3).
INCLUDE STRUCTURE PTBINDBW.
DATA: END OF PTBINDBW.

Damage caused to data by errors

Software/hardware requirements

Installation information

Effects on System Administration

Effects on Customizing

Effect on batch input

Changes to the Interface

Changes in procedure

Procedure for removing dataset errors

Dependent functions

Planning

Further notes






Fill RESBD Structure from EBP Component Structure   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 2197 Date: 20240520 Time: 203534     sap01-206 ( 31 ms )