cancel
Showing results for 
Search instead for 
Did you mean: 

How to fill the custom field with values

Former Member
0 Kudos

Hi ,

can anybody pls help me , how to fill the value for the custom field , that field which we are maintaining in the org Structure .

cuf_badi or doc_change Badi ,

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please use BBP_DOC_CHANGE_BADI for this. You can read the attributes using the FM BBP_READ_ATTRIBUTES.

Regards

Kathirvel

Former Member
0 Kudos

thanks your responce Kathirvel,

Can we achieve this by using the CUF_BADI_2, Where MODIFY_OUTPUT can be used to to fill the custom field with values before displaying the screen?

Former Member
0 Kudos

Hi,

You can use the method MODIFY_OUTPUT of badi BBP_CUF_BADI_2 to default/initialize the values for the custom fields.

If that doesnt work,you can try badi "BBP_DOC_CHANGE_BADI" also.

BR,

Disha.

Former Member
0 Kudos

I would suggest you go with BBp_DOC_CHANGE_BADI because this will populate the value for sure, say even the value is changed byt the user, the BADI will update it correctly again while saving.

Regards

Kathirvel

Answers (1)

Answers (1)

Former Member
0 Kudos

thank you to all