Application Development 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: 

To get description of travel status

Former Member
0 Kudos

In table FTPT_REQ_HEAD, for field STATUS there is no value exist for STATUS 4 and STATUS 5 in domain level.

I need to know the travel STATUS text that is mentioned in domain level value range for that STATUS field.

Now when I am executing table FTPT_REQ_HEAD for STATUS 4 and 5, I am getting some output, why this is happening , and if some entries are there for STATUS 4 and 5 then how to get that description text for STATUS 4 and 5??

1 REPLY 1

Former Member
0 Kudos

Hi,

Not sure why these two values are not defined in the domain, but a search on Service Marketplace for FTPD_PSTAT found note 1558561


While this note is not a fix to your problem, it did highlight some code where the description of these codes is derived.  Subroutine status_kurztext in program MP56TF00.

I'm guessing that these codes can mean different things in different contexts, so a single domain based definition is not possible.

Regards,

Nick