‎2006 Aug 01 1:09 PM
Hi,
Can anyone send me a samplecode for Userexits, how to declare internaltables in userexits. Is it the same as we declare in Reports.
i have write userexit in this EXIT_SAPLVBMD_001
‎2006 Aug 01 1:12 PM
‎2006 Aug 01 1:14 PM
yeah , no probs u can access all the internal table avail.@ this user exit .
just do as per requirement , no need to worry .if u need any help plz post.
Regards
Prabhu
‎2006 Aug 01 2:17 PM
I am using internal tables,TABLES as per the requirement.
where i have diplay the output.Can i use Write statement inthis exit.if i use write statement,where it will display.
Now my requirement is in VA01 transaction,i need to check for the expiry Date ie., from table MCH1-VFDAT.
By using this field i need to check with Current Date.
The logic is If expirydate is greater than currentdate<b></b>i need to diplay the Batch only with stocks.
‎2006 Aug 01 1:14 PM
yes.
i think there no difference between normal code & userexit.
mark helpful Answers
‎2006 Aug 01 1:43 PM
Requirements differ from company to company so no matter what anyone posts may or may not help you. If you have problems accessing the parameters or are not sure how to go about someone will surely help you.
hith
Sunil Achyut
‎2006 Aug 01 1:44 PM
Hi,
Have a look at the below good links-
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
Mark useful answers.
Regards,
Tanuja.
‎2006 Aug 01 1:46 PM