cancel
Showing results for 
Search instead for 
Did you mean: 

CATS Approval in MSS

Silvio_Galery
Explorer
0 Kudos

Hi,

I´m using Approve Time Sheet to approve times. I´ve configured the IMG.

When I click on the "total hours" to get the individual approval I receive an error as follows:

Exception condition "NOT_FOUND" raised., error key: RFC_ERROR_SYSTEM_FAILURE.

In backend system I found this error (ST22)

346 CALL FUNCTION 'DDIF_NAMETAB_GET'

347 EXPORTING

348 TABNAME = tabname

349 ALL_TYPES = all_types

350 LFIELDNAME = lfieldname

351 GROUP_NAMES = group_names

352 uclen = uclen

353 IMPORTING

354 X030L_WA = X030L_wa

355 DTELINFO_WA = dtelinfo_wa

356 TTYPINFO_WA = ttypinfo_wa

357 DDOBJTYPE = ddobjtype

358 DFIES_WA = DFIES_wa

359 TABLES

360 DFIES_TAB = DFIES_tab

361 EXCEPTIONS

362 OTHERS = 2.

363 IF SY-SUBRC <> 0.

>>>> RAISE NOT_FOUND.

365 ENDIF.

I saw the Forum SDN , but that didn´t solve my problem.

Any input will be highly appreciated.

Regards,

Silvio Galery

Accepted Solutions (0)

Answers (3)

Answers (3)

Silvio_Galery
Explorer
0 Kudos

I transpoted ALL values of table TPT_FIELD_SEL_C.

Thanks for answer,

Silvio Galery

Former Member
0 Kudos

Hi, I have updated this approving (details and individual views) config in one client and am trying to transport this config to a unit testing client. Unfortunately the transport logs say successful, but the field label columns are not being updated in the receiver client for either the detail or individual view config for approving times in MSS. I noticed a response regarding 'big problem transporting' in thread 404095, and wondering if you could tell me if you also had probs transporting your config. Just wondering how I can transport this config so the transports update the field label columns correctly and not just the length and alternate field label columns. We do not have access to the SPRO in our unit testing client, so I cant update this config manually and have to do it using transports. Any help would be greatly appreciated

Cheers

Margaret

Former Member
0 Kudos

Margaret --

I had the same issue transporting the time approval config.

To fix, I generated a transport at the cluster level (txn sm34) and just moved everything that way:

Clusters:

VC_PT_FIELD_SELECTION_CTS

VC_CATS_APPR

Regards,

Karen G.

Former Member
0 Kudos

Hi Karen, thanks so much for your reply. I have never used SM34 before and thought I would check if here was anything I needed to consider e.g. re sequencing of the tables e.g create the transports (clusters) in the following order?

1. VC_PT_FIELD_SELECTION_CTS

2. VC_CATS_APPR

Cheers

Margaret

Former Member
0 Kudos

Hi Margaret,

I revisited my transports.. It looks like the one that finally got it over was cluster VC_PT_FIELD_SELECTION

Go to txn SM34, and generate a transport for that cluster.

If it prompts you for what screen areas, you want:

CTD (Cats Approval: Details) and

CTS (Cats Approval: Individual Records)

It should just grab everything in that cluster, but I can't remember if I had to identify the screen areas....

Try transporting it over if you have not already.... I hope it works out.

Karen

Former Member
0 Kudos

Silvio --

Are you using the delivered profile SAP_LINE....? Make sure screens CTS and CTD have field values. They come delivered with no defaults configured and result in a short dump.

From MSS section of IMG: Working Time-->Approve Working Time

  • Define Field Selection for Individual Approval View

  • Define Field Selection for Detail View.

If one of them has no values, (SLIN and SLIN1 if you're using SAP_LINE) add some to see if it fixes.

Karen G.

Former Member
0 Kudos

check note 1080674 .

also pl reply with the table name that is being returned in the fm that st22 shows please.