Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

user-exit

Former Member
0 Likes
719

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

5 REPLIES 5
Read only

rvinod1982
Contributor
0 Likes
631

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

Read only

0 Likes
631

its is not a dialog box message at down of the screen the message is appearing? what is this?

Read only

0 Likes
631

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..

Read only

Former Member
0 Likes
631

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

Read only

Former Member
0 Likes
631

This message was moderated.