cancel
Showing results for 
Search instead for 
Did you mean: 

Custom screen in BBP_CUF_BADI

Former Member
0 Kudos

Hi,

I know that this topic was discuss a million time on the forum, but I still didn't get how to put my customer fields in customer screen.

I append the structures as it's describe oss note 458591 and 672960 and use badi bbp_cuf_badi.

Everything is fine.

Now i want those fields to be display in a cutomer screen with its own template. So I create a function group where i add 2 function module: one for the put_data method and the second for the get_data method. I also create 2 screens in the Function group.

Now how I call thoses screens? simply by a "call screen" command?

thanks for the help,

joseph fryda

Message was edited by:

joseph fryda

Accepted Solutions (1)

Accepted Solutions (1)

mr_stirfry
Explorer
0 Kudos

hola -

did you figure this out? here is some other posts around this, but also the SAP documentation in SPRO for that BADI (depending on the release) is pretty good as well.

Other Posts:

thanks for the other points earlier.

stirfry...today is 'chicken'

Answers (1)

Answers (1)

mr_stirfry
Explorer
0 Kudos

if you already created screens to override standard sap customer field output, then with the definition: bbp_cuf_badi and method: put_data, there are export parameters that you can specify your specific program, screen number, etc. (depending on the SRM release how many of the export parameters you have). keep in mind the import parameters have information that you may need such as if you want to limit the override based on document type.

the stir