‎2011 Nov 30 3:29 AM
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.
‎2011 Nov 30 5:47 AM
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
‎2011 Dec 01 5:22 AM
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.
‎2011 Dec 15 5:39 AM
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.