cancel
Showing results for 
Search instead for 
Did you mean: 

Address determination

former_member459106
Discoverer
0 Kudos

Hi Experts:

I´m looking for a bapi o event o enhancement in the BP/FPP1 (IS-U) to do the determination of the field CITY1, COUNTRY and REGION when I write in the field CITY2 a value and then push enter. I didn´t find any. Does anyone know, how can i do this???

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

After this go to Area Manu Code :: BUPT(t-code).

Expand the Menus :: SAP MENU->BUSINESS PARTNER->CONTROL->SCREEN LAYOUT->FIELDS,VIEWS,SECTIONS,SCREENS.

Select the view after this,add this view in the required section.

After that run the BUSP t-code select the Application object as "BUPA" and check the radio button All screens.

Please let me know if you have any queries.

Example:

Create a field group and add fields.

Create a view add field group

Create a section add view

Create a Screen add section

It will show the fields in the respective section.

Please check with BUPT area menu t-code then you will know the field group,fields,section,screen and View.

Regards,

Shiva Kumar

Former Member
0 Kudos

Go to the Area Menu Code :: BUPT

BDT->BP-> We can use EEWB for BP to add custom fields in BP transaction.

Run the EEWB wizard with Bus.Obj :: BUPA_MAIN and Extension : ADD_NEW_FIELDS.

Activate the eewb Object. SAP will take care for creating the fields in table BUT000 and creates the Z function modules to update the database.

Go to AREA Menu code : BUPT

Move the fields from one section to another section or one screen to another screen.

http://www.sapdevelopment.co.uk/enhance/bdt/bdthome.htm.

Regards,

Shiva Kumar