Application Development 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: 

User Exit error message in V45A0002 enchancement

Former Member
0 Kudos

hi ,

To display default sold-to-party in VA01 in the enchanement V45A0002 in that EXIT_SAPMV45A_002 and in the include ZXVVA04 i wrote code like this E_KUNNR = 301.

While checking it is showing the message 'The type 'XXXXXX' Is Unknown. Kindly give me the suggestion to sort out this issue.

Thanks in advance

Regards

R.vijai

1 ACCEPTED SOLUTION

tarangini_katta
Active Contributor
0 Kudos

Hi,

Have you created the Project and activated the project.

then write e_kunnr = '301'.

Try to activate once again then check.

Please let me know if you have same problem.

Thanks

4 REPLIES 4

tarangini_katta
Active Contributor
0 Kudos

Hi,

Have you created the Project and activated the project.

then write e_kunnr = '301'.

Try to activate once again then check.

Please let me know if you have same problem.

Thanks

0 Kudos

hi,

Kindly give me the steps to create project.

Regards

r.vijai

raymond_giuseppi
Active Contributor
0 Kudos

Did you read carefully the page [User Exit and Enhancement explained in detail (ADDING A DEFAULT SOLD-TO-PARTY in Sales Order Creation)|http://sap.niraj.tripod.com/id21.html] also which other lines did you insert in the top and FM exit available.

Regards

Former Member
0 Kudos

Hi Star,

To create the project use TCODE CMOD.

1. Create a Z project ex: Z001.

2. Click on "Enhancement assignments".

3. Provide the value as V45A0002.

4. Click on "Components". Here you will find the function modue EXIT_SAPMV45A_002.

5. Here activate it.

Any doubts let me know.

Regards

Edited by: Rajvansh Ravi on Dec 10, 2008 5:51 AM