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

SAP-PS - User Defined fields

Former Member
0 Likes
1,472

Hi ALL

I have a question related to SAP-PS.

The requirement is as follows:

The User Defined Field Descriptions under Field Key H000001 (e.g. Service Provider, Investment Driver, SLA Number and Investment Number) should be displayed in the Dynamic Selections instead of Ufield 1 WBS element, Ufield 2 WBS element etc. The individual values for selection should be displayed in an F4 drop down pick list (except for Investment Number)

I am unable to get any EXIT/BADI for this. Is anybody aware of EXITs for this?

Can we do this through configuration by any chance?

Report Transactions are

· CNS41

· CNS43

· S_ALR_87013532

· S_ALR_87013543

(Please select dynamic selection to view the WBS tree)

Any input will be helpful.

Thanks

Meghana

4 REPLIES 4
Read only

Former Member
0 Likes
851

hi

Have u checked with EXIT_FDBPS000_001 exit?? if not please go ahead.

Reward if it is useful.

Thanks

Siva kumar

Read only

0 Likes
851

Hi Siva

Thanks for your response.

I had tried EXIT_FDBPS000_001 earlier. I had put some dummy code and activated the EXIT. But unfortunately the EXIT is not triggerend when the report transaction CNS41 is executed.

Have you used this EXIT for similar purpose?

Can you give me some ideas reagrding the same?

Thanks in Advance

Meghana

Read only

Former Member
0 Likes
851

Hi,

This below BADI must help for your requirement.

Definition Name - WBS_USER_FIELDS_F4

Interface Name - IF_EX_WBS_USER_FIELDS_F4

Method - AT_F4

Reward if it is useful.

Thanks,

Srinivas

Read only

0 Likes
851

Hi Srinivas

Thanks for your reponse.

I have already implelmented this BADI. But it works only for transaction CJ02/CJ20N.

This does not work on reports mentioned in my query , for eg transaction CNS41.

Please let me know if you have other ideas

Thanks in Advance

Meghana