‎2007 Jun 24 7:52 AM
Hi ,
My requirement is to add an additional push button in the application tool bar of standard transaction .
In order to do this, i was calling a PF status in my z-program when ever the PF status is set in standard program.But few of the menu item texts in the standard program's PF status are set dynamically.
Since these values are not filled in the my Z programs all these menu items appear as '????????????????' .So i tried to set the text by exporting the values from a standard program and then importing them in my Z program.So now the question marks have disappeared but the no text is being displayed in the menu item.
So on the whole what i want to do is to assign the dynamic text in my Z program, PF status with text that i built in the standard program.
(I tried to export the text from standard program and import the same in my custom prpgram but it did not work)
Any ideas about solving this problem ?.
Thanks.
‎2007 Jun 24 9:22 AM
The problem is solved.I have written a subroutine in the Z program where i am filling few global variables(which are the values of the dynamic texts).
Now before setting the PF status in the standard program , i am calling this subroutine and filling the global variables in my Z program.