cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance RFx Header : Want to add customer field

Former Member
0 Kudos

Dear Experts ,

Need to enhance my RFx Header Details with one custom field to achieve this requirement I have added one field in the config :

Node : Define Customer Fields on Header Level

And Assign aa dynamic class and method for its visiblity and all and then added a enhanement on the Web Dynpro component and assign the field which I have created in Config.

Now I am getting the field at run time on RFx header screen even I can excess the data in cmponent and its populating But the same data doesnt get save in backend and when I access in "BBP_DOC_CHECK_BADI" through FM "BBP_PD_BID_GETDETAIL" the field doesnt contain data .

Could anyone suggest me if I am missing anything Or someother way to add customer field in HEADER .

Thanks & Regards,

Ankit Jain

Accepted Solutions (1)

Accepted Solutions (1)

RicardoRomero_1
Active Contributor
0 Kudos

Hi,

For display the custom field you only need two things in SPRO:

- Add that fields in Define Customer Fields on Header Level in both structures: INCL_EEW_PD_HEADER_CSF and INCL_EEW_PD_HEADER_CSF_BID.

- And add that field in Configure Field Control -> Configure Control for Fields on Header Level

It's not necessary to create an enhancement point in the WDA (unless you want to move the field between two standard fields or something like that).

If you have created an enh. point make sure that you made the binding with the proper field in the context, You need to add this field in the context node using the wizard -> Attribute from component structure.

My advice is to start putting the basics things so that the field is displayed. And remove the other unnecessary things until it works.

Regards,

Ricardo.

Former Member
0 Kudos

Thanks now its working when I have added the Custom field in "INCL_EEW_PD_HEADER_CSF" .

Thanks once again .

Ankit

Answers (0)