SAP ABAP Message Class 56 Message Number 686 (In client &, the trip provision variant & exists twice)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   FI-TV-COS (Application Component) Travel Expenses
     PTRA_ADDON (Package) Travel Management Add-On
Attribute
Message class 56  
Short Description HR TRAVEL: Messages for Trip Costs Dialog    
Message Number 686  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20041006   
Message Text
In client &, the trip provision variant & exists twice
Help Document

Diagnosis

In client , the trip provision variant exists twice.

Procedure

In your old release you defined double trip provision variants with different accounting controls (in other words, you assigned the same trip provision variant to more than one organizational area) and feature TRVCT is not converted.
Proceed as follows:

  • Rename the double trip provision variant using the feature editor (transaction PE03).
  • Then use program RPRMORDE to copy the double trip provision variant to this new value in all Travel Accounting views.
  • Start the conversion program RPRTRV_TRVCT again.

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

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

            D    MOLGA

01            D    WERKS

01    ****            &TRVCT=01,             "GERMANY

02                &TRVCT=02,             "SWITZERLAND
...

History
Last changed on/by 20130531  SAP 
SAP Release Created in