cancel
Showing results for 
Search instead for 
Did you mean: 

financial statement version transporting

Former Member
0 Kudos

Hello,

I have maintained a financial statement version in development system.

Now, I would like to transport this financial statement version in quality and production system.

To do so, in transaction OB58 I select the fin. statem. version and go on Table view / Transport / Include in Request. The system shows the message "Entry flagged for inclusion in task".

I then save the fin. statem. version and leave the transaction.

When checking transaction SE10, no transport request has been created.

Any input how to fix this issue is appreciated!

Regards

Accepted Solutions (1)

Accepted Solutions (1)

radek_herskovic
Participant
0 Kudos

Hi,

the transport behavior of transaction OB58 Financial statement depends on view maintenance V_T011. It is quite usual, that accounting users require maintainance in productive client. To do so, use transaction SOBT. After the change, is not possible create transport in standard way.

The solution is via function modules:

1. Set breakpoint before ..."IF CHAR1 = 'X'." ... in fm FI_CUST_AUTOTRANSPORT_CHECK

2. Execute fm FI_BS_TRANSPORT_STRUCTURE.

3. Modify value in variable CHAR1 to "X" in debugging mode.

4. Continue, transport creation wiil be forced.

Best regards

Radek Herskovic

Edited by: Radek Herskovic on Dec 2, 2011 1:16 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Make sure that you hav relevant access for transport creation/ change.

Check with your basis team the acccesses for the below as well:-

Object Class BC_C

Auth. Obj. S_TRANSPRT

Authorization Field ACTVT (Value 02)

Authorization Field TTYPE (Value TASK)

Regards,

SDNer

Former Member
0 Kudos

Yes, I checked the authorization, I have the relevant access for transport creation.

Regards

former_member182098
Active Contributor
0 Kudos

There is something in including it in the object.

Initially when I tested, the items are not included.

Double click on FSV

Table view ==> Transport

Include the transport number

Otherwise, create a transport request in SE09 and use that transport request number to include

Former Member
0 Kudos

I can not included it in transport request with your method.

Double clicked on FSV, select 'Table View'=>'Transport', and then clicked on 'Include in request' button. It show me a message 'Entry flagged for inclusion in task', but no transport request is created.

I have created a new transport request in SE09, and test it again. it still can not included in the transport request.