cancel
Showing results for 
Search instead for 
Did you mean: 

new tab on RFx header FPM OIF componant

Former Member
0 Kudos

Hello,

I need to create new tab on RFx header screen, I have created new Z appcc and configuration also. I have enhance OIF configuration conponant and add z appcc there. I am able to see my new tab and view as well but not able to transfer data to database.

any specific code do i need to written.

Step that followed :

1. create z appcc with layout design

2. enhance standard RFx standard configuration

3. add new tab and assign z appcc and configuration id

4. able to see new tab with fields

5. not able to transfer data to database

please help..

Thanks

Pankaj Patil

Accepted Solutions (1)

Accepted Solutions (1)

YayatiEkbote
Contributor
0 Kudos

Hello Pankaj,

You must have created some fields on this Z tab as well. Those custom fields need to be added to standard tables and structures as well. For this -

1. Go to SPRO transaction

2. Follow the path - SAP supplier relationship management -> SRM server -> Cross-Application Basic Settings -> Extensions and Field Control -> Configure Customer Fields -> Define Customer Fields on Header Level

3.Select entry - Append for Customer Fields on RFx Header

4. System will ask for the custom structure to be appended.

This way you can append the custom fields on the custom tab to standard table and structures.

Use BADIs to implement some logic if required.

Regards,

Yayati

Former Member
0 Kudos

Hello Yayati,

Thanks for your reply.

I have already added fields in Config.

Which BADI need to implement for logic?

Best Regards,

Pankaj

YayatiEkbote
Contributor
0 Kudos

Hello Pankaj,

If you want to change the values of the fields on some logic, you may use BBP_DOC_CHANGE_BADI.

If you want to validate the data in the fields you can use BBP_DOC_CHECK_BADI.

These custom fields are added to BBP_PDHSC table for header. Hence you can check if the values of the fields are there in this table.

Regards,

Yayati

Former Member
0 Kudos

hello Yayati,

For my new tab these 2 BADI's are not triggering

i need help on FPM OIF componant. how to add tab on screen through OIF configuration.

Thanks

Pankaj

Former Member
0 Kudos

Solved by using Mapper Class update method.

Thanks

Pankaj

YayatiEkbote
Contributor
0 Kudos

Hello Pankaj,

Could you please share the class and method?

Regards,

Yayati

Former Member
0 Kudos

Hello Yayati,

I am preparing document of it. once i have finished then i ll upload and shared link with you.

Regards,

Pankaj.

Answers (0)