cancel
Showing results for 
Search instead for 
Did you mean: 

Add new field during the creation of a dispute case from AR

Former Member
0 Kudos

Hi experts,

Can you help me out with the steps necessaries to create a new field and add it and completed during the creation of a dispute case from AR.

Many thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can you clarify if you need to add the new field during

1) manual creation of DC from AR

OR

2) Batch job for auto creation of DCs

Design and approach will vary based on your ans/requirement

Former Member
0 Kudos

I am facing the scenario of a manual creation of DC in AR. Do I need to enhance BADI fdm_user_screen? what method?

Edited by: BPX PARTNERS on Dec 17, 2010 9:51 AM

Former Member
0 Kudos

Yes, BADI fdm_user_screen has to be used.

1 method GET_CREATE_SCREEN to define the screen with the new attribute/s

2 method CREATE_SCREEN_PBO to define the logic tht u want to get processed before the screen is up for display, (possibly pre-population of the attribute/s)

3 method CREATE_SCREEN_PAI for logic after the user has entered value in the attribute/s

Former Member
0 Kudos

After that I should enhance the attributes table for displaying the field in UDM_DISPUTE, right?

Former Member
0 Kudos

Yes, you would have to enhance CI for the table UDMCASEATTR00 to accomodate the new attribute

Former Member
0 Kudos

Hi Deep, can you suggest a coding example on how to enhance FDM_USER_SCREEN, specifically about method GET_CREATE_SCREEN

Former Member
0 Kudos

Sorry, I dont have any code example right now with me to help you with that.

However I would strongly suggest leveraging and tweaking the standard screen & program in AR that pops-up while creating manually a dispute case, and take technical persons help to go fwd on this one.

Answers (0)