Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CIF User Exit

SG141
Active Participant
0 Likes
677

I am working on CIF User exits (function module ZXPGSEU01) and ending up with this error <b>

No entry found in transportation indicator table</b>

I am not able to figure out which table it is ....can someone please help me...

I am working on CIF User exits (function module ZXPGSEU01) and ending up with this error <b>

No entry found in transportation indicator table</b>

I am not able to figure out which table it is ....can someone please help me...

2 REPLIES 2
Read only

Former Member
0 Likes
434

Why don't work on debugging ?

First take the message number and Message ID ,Goto SE91 Transaction -> enter message id -> click on display -> now see the message number.

keep the cursor on message number -> click on where used list -> it shows list of programs.

now keep the break point all the places and now run your transaction.

when run transaction ,break point will trigger the place..

if you don't find list of programs for message number and ID ..

you have to follow other way..

Run your transaction -> /H -> debugging will on -> create watch point..

use variable as message id and value is Message number ,compare value is =

I guess one of the method should work..

Thanks

Seshu

Read only

SG141
Active Participant
0 Likes
434

The error is not displayed as message but as pop-up....

how can i figure out......