2007 Nov 07 10:42 AM
hello friends,
i have to add a field on the screen on qmo1.now i have the list of all exits available for qm01 through SPAD,but how do i knw which to use.
im not asking this specifically for QM01 but for any tcode how to find out in which user exit to make changes so that it wil reflect back in the screen.
hello friends,
i have to add a field on the screen on qmo1.now i have the list of all exits available for qm01 through SPAD,but how do i knw which to use.
im not asking this specifically for QM01 but for any tcode how to find out in which user exit to make changes so that it wil reflect back in the screen.
2007 Nov 07 3:29 PM
Hi,
write "break-point" in the exit code and call your transaction.
Regards
Bernd
2007 Nov 08 7:20 AM
Hi,
You need to Check the Import/changing/tables parameters and there values in runtime and decide which user-exit suits your requirement.
Cheers..
Santosh
2007 Nov 13 4:02 AM
USER EXIT
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sapgenie.com/abap/code/abap26.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
http://www.easymarketplace.de/userexit.php
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sappoint.com/abap/userexit.pdfUser-Exit
http://www.sap-img.com/ab038.htm
http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
Rewards if useful.........
Minal
2007 Nov 13 4:07 AM
Hi,
U r telling that u have all the exits of QM01 & ur requirement is adding field in the scrren . so just look at the screen exits which are suitable . go thru documentation of that particular exit & create the field in the screen.
Reward Points if it is Useful.
Thanks,
Manjunath MS