‎2009 Nov 07 9:05 AM
I am doing user exit basic scenario, here according to scenario I doble clicked on u2018INCLUDE ZXVVAU05u2019. For the function module source code but it is not moving to source code document? Why? And the message appearing like u2018program names ZXVVAU05 are reserved for includes of exit function groupsu2019. What is this explain me plz?
FUNCTION EXIT_SAPMV45A_003.
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*" IMPORTING
*" VALUE(XVBAK) LIKE VBAK STRUCTURE VBAK
*" VALUE(XVBUK) LIKE VBUK STRUCTURE VBUK
*" VALUE(XKOMK) LIKE KOMK STRUCTURE KOMK
*" EXPORTING
*" VALUE(LVF_SUBRC) LIKE SY-SUBRC
*" TABLES
*" XVBFA STRUCTURE VBFAVB
*" XVBAP STRUCTURE VBAPVB
*" XVBUP STRUCTURE VBUPVB
*"----------------------------------------------------------------------
INCLUDE ZXVVAU05 .
ENDFUNCTION.
<LOCKED BY MODERATOR - USE APPROPRIATE TITLES>
Code Formatted by: Alvaro Tejada Galindo on Jan 15, 2010 9:12 AM
‎2009 Nov 07 9:11 AM
Hi,
Its just a warning. After you get the warning, press Enter key. A popup window will appear, where you can create the object.
Regards,
Vinod
‎2010 Jan 15 12:12 PM
its is not a dialog box message at down of the screen the message is appearing? what is this?
‎2010 Jan 15 12:30 PM
warning coming because that include is not present.
when that warning comes.. just press enter.. a dialog box will pop up...click yes.. move on..
‎2010 Jan 15 12:16 PM
Hi,
This is just a warning in yellow color that you are getting at the bottom of screen I guess.
Program names ZX... are reserved for includes of exit function groups
is the message ... is it ?
Once you get this message , just press Enter . One pop up will appear saying
Include ZXVVAU05 does not exist.
Create Object?
. Just click on Yes and you will be able to implement this Exit.
Hope this will help to you.
Please revert to me if you need more help in this.
Regards,
Nikhil
‎2010 Jan 15 1:36 PM