Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FK02 additional fields

Former Member
0 Likes
520

Hi,

I am using SAP 4.6C version. I want to add some new fields to the transaction FK01/FK02.

In ECC6 I saw some BADI's available for adding addtional tab. But these BADI's are not available in 4.6C system. I would like to know from which version onwards these BADI's are available. Is there any patch that I can apply to get them?

Other solutions to add fields to FK02/FK03 are also welcome.

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
400

Hi

That BADI is available from 4.70.

I believe to add new fields to those transactions it'll means to change the standard program.

In 46C there's only the user-exit EXIT_SAPMF02K_001 and some BTEs, but those are not good in order to add new fields in the dynpro.

Max