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

F4 help for WBS element

Former Member
0 Likes
1,737

Hello

I am trying to set up F4 help for WBS elemet ( table PRPS ) . But when i use field pos id I am geting

converted values - the numbers not helpful to end user .

Please advice .

Krsto

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,327

Hi!

You have to use the KONPD konversion exit for converting the internal number to the external ID and vica-versa.

Function modules:

CONVERSION_EXIT_KONPD_INPUT

CONVERSION_EXIT_KONPD_OUTPUT

Regards

Tamá

Hello

I am trying to set up F4 help for WBS elemet ( table PRPS ) . But when i use field pos id I am geting

converted values - the numbers not helpful to end user .

Please advice .

Krsto

7 REPLIES 7
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,327

Hello,

Can you please share how you have defined the screen element?

BR,

Suhas

Read only

Former Member
0 Likes
1,327

Hi ,

I created parameter after prsp-posid field

Krsto

Read only

Former Member
0 Likes
1,328

Hi!

You have to use the KONPD konversion exit for converting the internal number to the external ID and vica-versa.

Function modules:

CONVERSION_EXIT_KONPD_INPUT

CONVERSION_EXIT_KONPD_OUTPUT

Regards

Tamá

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,327

Hello,

I think the conversion exits are:

CONVERSION_EXIT_ABPSP_INPUT
CONVERSION_EXIT_ABPSP_OUTPUT

And the exit CONVERSION_EXIT_ABPSP_OUTPUT is to be used to convert from Internal numeric format to external format.

BR,

Suhas

Read only

0 Likes
1,327

Hi ,

I am using conversion exits you suggested in program

, but i do not know how to use them in F4 help .

Krsto

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,327

Hello Krsto,

I declare POSID as:

PARAMETER:
V_POSID TYPE PS_POSID OBLIGATORY MATCHCODE OBJECT PRPM.

Works OK for me.

BR,

Suhas

Read only

0 Likes
1,327

Thank you .

I was working for me as well . I didnt llook at good tab on F4 popup .

( good one is WBS element short identificaton.