Ansicht
Dokumentation

RPRTRV_TRVCT - Conversion of Feature TRVCT 4.0 A/B

RPRTRV_TRVCT - Conversion of Feature TRVCT 4.0 A/B

TXBHW - Original Tax Base Amount in Local Currency   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

Description

Report RPRTRV_TRVCT converts feature TRVCT by clients to Release 4.5A. The conversion can take place from Release 2.2 on.

The accounting control set in feature TRVCT is stored as of Release 4.5A in table T702N.

In addition, the contents of the following table fields are copied or initialized:

  1. The Dxxxx fields of table T706S (where xxxx stands for the screen number) are initialized with 'X'.
    D1300 D1310 D1400 D1500 D1600 D1700 D1701 D1702 D1703 D1709 D1950 D1960 D9999
  2. Fields KZREA and KZTXT of table T706D are copied to fields KZREA and KZTXT of table T706S. Fields KZREA and KZTXT of table T706D are then deleted.
  3. The REI* constants from table T511K are copied to table T706_CONST (changing the country dependency into a trip provision variant dependency).
    The constant texts from table T512L are copied to table T706_CONSTTEXT (changing the country dependency into a trip provision variant dependency).
  4. The SCEDT field in table T706B1 is initialized with '-'.

These table fields are also processed by clients. If feature TRVCT can not be converted in a client, the table fields are also neither copied nor initialized.

Problems can arise during conversion if:

  • In your old release, you defined double trip provision variants with different accounting controls (that is, you assigned the same trip provision variant to more than one organizational area). Feature TRVCT is not converted.
    In this case, proceed as follows:
  • Rename the double trip provision variant in the feature editor.

  • Then use program RPRMORDE to copy the double trip provision variant in all trip costs views to this new value.

  • Restart the conversion program RPRTRV_TRVCT.

After conversion, feature TRVCT must be regenerated in each client.

  • Database tables can not be modified.
    If feature TRVCT was converted and problems resulted with tables T706_CONST, T706_CONSTTEXT, T706S or T706B1, report RPRTRV_KONST must be started. This report copies and initializes the tables mentioned under points one to four. Please also see the report documentation for report RPRTRV_KONST.
    If the conversion report RPRTRV_TRVCT is restarted, only the clients that contain an unconverted feature TRVCT are processed.

Requirements

A prerequisite is that the data structures of Release 4.5A exist.

Output

Example 1

Feature TRVCT with double trip provision variant.
This feature is not converted.

  D MOLGA
01     &TRVCT=M01 , NEXTR "GERMANY
01   1   &TRVCT=B00100001000000000000, NEXTR
01   2   &TRVCT=V02000001011000001212, NEXTR
01   3   &TRVCT=U02000001011000100000, NEXTR
01   4   &TRVCT=F00000000000000000000, NEXTR
01   5   &TRVCT=R31001030001000000000,
...
...
**     &TRVCT=M01 , NEXTR "OTHER
**   1   &TRVCT=B00100001000000000000, NEXTR
**   2   &TRVCT=V02000001011000001414, NEXTR
**   3   &TRVCT=U02000001011000000000, NEXTR
**   4   &TRVCT=F00000000000000000000, NEXTR
**   5   &TRVCT=R31001030000000000000, ...

Example 2

Feature TRVCT before conversion.
This feature would be correctly converted.

  D MOLGA
01   D WERKS
01 ****   &TRVCT=M01 , NEXTR "GERMANY
01 **** 1   &TRVCT=B00100001000000000000, NEXTR
01 **** 2   &TRVCT=V02000001011000001212, NEXTR
01 **** 3   &TRVCT=U02000001011000100000, NEXTR
01 **** 4   &TRVCT=F00000000000000000000, NEXTR
01 **** 5   &TRVCT=R31001030001000000000,
02     &TRVCT=M02 , NEXTR "SWITZERLAND
02   1   &TRVCT=B00100001000000000000, NEXTR
02   2   &TRVCT=V02000001011000001414, NEXTR
02   3   &TRVCT=U02000001011000000000, NEXTR
02   4   &TRVCT=F00000000000000000000, NEXTR
02   5   &TRVCT=R31001030000000000000,
...

Feature TRVCT after conversion.






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

Length: 10830 Date: 20240520 Time: 135742     sap01-206 ( 63 ms )
  D MOLGA
01   D WERKS
01 ****   &TRVCT=01,   "GERMANY
02     &TRVCT=02,   "SWITZERLAND
...