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

new include

Former Member
0 Likes
438

hi experts

can i add more than one include in EXIT_SAPMM06E_012 related to po,

and if yes, than how.

thanks

Amit

3 REPLIES 3
Read only

Former Member
0 Likes
423

it is working for me , what is the problem you are facing..

&----


*& Include ZXM06U43

&----


include ZTEST_TEST.


SELECT SINGLE inco1              " Incoterms (Part 1)
               FROM knvv
               INTO w_incoterms
              WHERE kunnr = likp-kunnr
                AND vkorg = LIKP-vkorg
                AND vtweg = 'XX'
                AND spart = 'XX'.

*&---------------------------------------------------------------------*
*&  Include           ZTEST_TEST
*&---------------------------------------------------------------------*

data: test type c.

Read only

Former Member
0 Likes
423

Hi ,

I think you need to have the Access key to do that ... else add the Include in ZXM06U43.

Edited by: Cnu on Jul 9, 2008 6:02 PM

Read only

0 Likes
423

for userexits u dont need developer keys..they are needed for enhance ments only u can carry on doing as said above