cancel
Showing results for 
Search instead for 
Did you mean: 

Adding fields to Confirmation Screen

Former Member
0 Kudos

We are trying to add fields to the confirmation screen. I have found the note 672960 which shows how to add the fields to the structures, but I cannot get the implementation of the badi BBP_CUF_BADI_2 to get hit in debugger.

How can I get the BBP_CUF_BADI_2 badi called during the confirmation process or more specifically how can I change the field status's for these new fields, so that they show up on the screen.

I tried regenerating the program that BBP_DYNPROS_GENERATE, but no change.

Thanks

Travis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Travis,

Hope you have followed the process given in the Note 672960 - User-defined fields 2.

Just make sure that you added the fields in the following structures incase you wanted the fields on the header of the document:

INCL_EEW_PD_HEADER_CSF_CONF

INCL_EEW_PD_HEADER_CSF

Similarly you need to add the fields in the following structures for the fields to appear on Item screen:

INCL_EEW_PD_ITEM_CSF_CONF

INCL_EEW_PD_ITEM_CSF

Also go through the following blog to get an idea regarding adding the customer fields:

/people/nanda.kondagunta/blog/2006/10/23/how-to-create-custom-fields-in-srm

Coming to BBP_CUF_BADI_2.

Write your code in the MODIFY_SCREEN method under IV_DOC_TYPE = 'BUS2203'.

Also provide information regarding the fields that you want to add.

Hope this helps.

Thanks,

Pradeep

Former Member
0 Kudos

It was actually working. I wasn't drilling down far enough to see the results. The user would like to see the fields on the previous screen (item overview). It appears I would need a screen mod in order to get that done, but this answers my question.

Thanks Pradeep.

Former Member
0 Kudos

Good Day All

I am trying to add the custom fieds to the confirmation screen, I have added the fields on the append structure INCL_EEW_PD_ITEM_CSF_CONF and INCL_EEW_PD_ITEM_CSF but the field is not showing.

I think maybe I miss something, kindly assist me with this problem.

Thanks in advance

Themba

Answers (0)