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

Adding an icon in application toolbar in FK02 tcode

Sidhant-Acharya
Participant
0 Likes
2,104

Hi Gurus,

Could someone help me out there is a requirement to add an attachment icon in application toolbar in

transaction FK02 .

Regards,

Sidhant.

1 ACCEPTED SOLUTION
Read only

Sidhant-Acharya
Participant
0 Likes
1,741

Thank you all

Problem solved I set the PF status mentioned below.

IF P_WITHEXCL IS INITIAL.

    SET PF-STATUS P_PFKEY OF PROGRAM 'SAPMF02K'

                          EXCLUDING P_FCODE.
  ELSE.

    IF P_PFKEY = 'STRT'.

            SET PF-STATUS P_PFKEY OF PROGRAM 'SAPMF02K'

                          EXCLUDING P_EXCTAB.

     ELSE.

            SET PF-STATUS P_PFKEY OF PROGRAM 'ZGUI_STAT'

                          EXCLUDING P_EXCTAB.

    ENDIF.

  ENDIF.

Hi Gurus,

Could someone help me out there is a requirement to add an attachment icon in application toolbar in

transaction FK02 .

Regards,

Sidhant.

8 REPLIES 8
Read only

0 Likes
1,741

Hi Sidhant,

Please go through "http://scn.sap.com/docs/DOC-43465".

And set PF-STATUS as per your requirement.

With Thanks & Regards,

Tushar Trivedi.

Read only

ujjaval-bhalala
Explorer
0 Likes
1,741

Hi Sidhat,

There is already standard functionality to add attachment in FK02.

See below screenshot. you can use it to attach documents with particular vendor.

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,741

If it is not enabled in your system then you can create entry in OAC3 for the same. Please search about GOS functionality enabling.

Read only

0 Likes
1,741

Hi Nabheet,

I think it is enabled in our system I can find the attachment icon in services for object but the requirement is to add the attachment icon in application toolbar

Read only

Sidhant-Acharya
Participant
0 Likes
1,741

Thanks to all for replying I would really appreciate for some more suggestions.

Read only

0 Likes
1,741

Hi Sidharth,

Try to implement GOS functionality, check the bellow thread which may help you.

http://scn.sap.com/thread/2029379

http://scn.sap.com/thread/1106294

Thanks & Regards,

Goutam Kolluru.

Read only

Sidhant-Acharya
Participant
0 Likes
1,742

Thank you all

Problem solved I set the PF status mentioned below.

IF P_WITHEXCL IS INITIAL.

    SET PF-STATUS P_PFKEY OF PROGRAM 'SAPMF02K'

                          EXCLUDING P_FCODE.
  ELSE.

    IF P_PFKEY = 'STRT'.

            SET PF-STATUS P_PFKEY OF PROGRAM 'SAPMF02K'

                          EXCLUDING P_EXCTAB.

     ELSE.

            SET PF-STATUS P_PFKEY OF PROGRAM 'ZGUI_STAT'

                          EXCLUDING P_EXCTAB.

    ENDIF.

  ENDIF.

Read only

0 Likes
1,741

HI...Sidhant Acharya


Right Now i am having the same Type of Requirement .

Can u please tell me how could u add the Images.I means. Each function key is having Textname and Icon.

How did u add it.


I need to add push button Exactly at Miro. Se41  miro is standard so, how could u add it.