2006 Jun 13 5:30 AM
Hi All,
I have to create a screen with 3 buttons in Application tool bar.
The actual scenario here is we have developed 3 diffrent objects 2 of them related to dialog programming & one is report.
Now customer wants them to be used in sigle program so i have to add them in one program , i have to create TCode for the same.
Once i execute that new Z TCode it should give me a screen with 3 buttons.
Once hit any one of those buttons it should execute their respective programs.
is SUBMIT is good option!
Also i need to create Tool bar buttons shall i go for Dialog programming or normal report screen.
Can anybody give me sujjestions.
Thanks in advance.
Thanks & Regards,
Prasad.
Hi All,
I have to create a screen with 3 buttons in Application tool bar.
The actual scenario here is we have developed 3 diffrent objects 2 of them related to dialog programming & one is report.
Now customer wants them to be used in sigle program so i have to add them in one program , i have to create TCode for the same.
Once i execute that new Z TCode it should give me a screen with 3 buttons.
Once hit any one of those buttons it should execute their respective programs.
is SUBMIT is good option!
Also i need to create Tool bar buttons shall i go for Dialog programming or normal report screen.
Can anybody give me sujjestions.
Thanks in advance.
Thanks & Regards,
Prasad.
2006 Jun 13 5:33 AM
You can use SUBMIT provided all the values for calling your program are available.Better go for report screen instead of building ur own toolbar.
2006 Jun 13 5:52 AM
submit is gud option.
or what ever u like u can use. if u feel easy in report than go through reprt if u think dialogue programm is better than go through this..
u have to just make some button and write 3 submit command ...
for syntex of submit just rite submit and press f1.