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

Regarding MM01 - CONVERSION_EXIT

former_member212001
Participant
0 Likes
1,668

Hi Experts,

When i try to create material through MM01 ( with views Basic Data 1,Basic Data 2,Sales: Sales Org. Data 1,Sales: Sales Org. Data 2) by navigating views Basic Data 1,Basic Data 2, to Sales: Sales Org. Data 1 its resulting in dump showing syntax error in "SAPCNVE" in "CONVERSION_EXIT".

Same syntax error exist in production system also but when i try to create material in Production no pbm in this. when i try to do the same in quality am facing problem.

In my SAPLZMM1 Program two function modules are called.

INCLUDE LZMM1U01. "FIELD_EXIT_DZEINR

INCLUDE LZMM1U02. "ZOMNIBRIDGE_LINK_TEST

Problem is when calling the below conversion_exit.

CALL 'AB_GET_C_PARMS' ID 'P1' FIELD <FNAME> "Abholen der

ID 'P2' FIELD <INPUT> "Parameter aus

ID 'P3' FIELD <OUTPUT>. "der C-Welt

CALL FUNCTION <FNAME>

EXPORTING

INPUT = <INPUT>

I need to know how the P1 field is getting filled as FIELD_EXIT_DZEINR or any function module ? from where its getting picked up ?

I checked also the SPRO customising SAPLZMM1 program is not configured anywhere dontknow how this is getting called.

Production changes and quality changes are same . no difference in Program SAPLZMM1.

Help me out.

Thanks & Regards,

Priya.

3 REPLIES 3
Read only

Former Member
0 Likes
1,034

Hi Priya,

maybe a SAP note may help you to solve this issue. Please look for SAP notes for SAPCNVE.

For example SAP note 9887 has some interesting informations. Additionally to this informartions the following information: FMs for field exits as FIELD_EXIT_DZEINR shouldn't have reference fields both for input and output parameter.

Please check input and output parameters of FIELD_EXIT_DZEINR and ZOMNIBRIDGE_LINK_TEST.

Regards,

Klaus

Read only

0 Likes
1,034

Hi Klaus,

Thanks for your reply.

I checked the function module FIELD_EXIT_DZEINR.It doesnt have reference fields both for input and output parameter.

Even though same error exist in Production, but in Production its working fine able to create material. Problem only in Quality Server.

So i need to know from where FNAME value ( FIELD_EXIT_DZEINR )is getting populated (imported) in CALL 'AB_GET_C_PARMS' ID 'P1' FIELD <FNAME>.

Regards,

Priya.

Read only

0 Likes
1,034

Hi,

In Production when am navigating from Basic data2 to Sales : sales org.1 view , In SAPCNVE - FORM CONVERSION_EXIT fundtion module CONVERSION_EXIT_MATN1_OUTPUT is getting populated in <FNAME> next time CONVERSION_EXIT_CUNIT_OUTPUT is getting populated.

But in quality is getting populated so its resulting in dump.

Please let me know from where <FNAME> is imported.

CALL 'AB_GET_C_PARMS' ID 'P1' FIELD <FNAME>

In web i got information as " Kernel Hooks exchange data with the ABAP Runtime through the Kernel Calls u2018AB_GET_C_PARMSu2019 (which reads data from the Kernel) and u2018AB_SET_C_PARMSu2019 (which writes data back to the Kernel)."

In quality Operating system is AIX Patch Level is 378 ABAP Load is 1521 but in production Patch Level is 274

ABAP Load is 1521 .

Is this the problem ?

Kernel Release for both is 640.

Regards,

Priya.