2013 Oct 23 11:41 AM
Hi Gurus,
Could someone help me out there is a requirement to add an attachment icon in application toolbar in
transaction FK02 .
Regards,
Sidhant.
2013 Oct 31 6:59 AM
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.
2013 Oct 23 12:18 PM
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.
2013 Oct 23 12:32 PM
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.
2013 Oct 23 12:53 PM
If it is not enabled in your system then you can create entry in OAC3 for the same. Please search about GOS functionality enabling.
2013 Oct 23 1:48 PM
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
2013 Oct 23 1:49 PM
Thanks to all for replying I would really appreciate for some more suggestions.
2013 Oct 23 2:01 PM
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.
2013 Oct 31 6:59 AM
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.
2016 Feb 27 2:03 PM
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.