cancel
Showing results for 
Search instead for 
Did you mean: 

Exception Error

Former Member
0 Kudos

HI,

I got this errors:

Error Message Mandatory parameter ZCODE of method ZLANGUAGE missing.

Error Cause com.sap.aii.proxy.framework.core.DataAccessException: Mandatory parameter ZCODE

of method ZLANGUAGE missing.

Plz anyone solve this.

Regards,

Srinu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

was there any structure change in the RFC , please check that .

and try to re-start the server and check .

Former Member
0 Kudos

Hi srinu,

The error is due to you are missing a mandatory filed ZCODE in the method ZLANGUAGE

//Create the object for proxy class ZLANGUAGE 
ZLANGUAGE  objZLANGUAGE =new ZLANGUAGE ();
 
//Set the country value
objZLANGUAGE.setZCODE("C01");

set some default value into this object and try to execute the model.

This will resolve your problem

Regards,

Saleem

Former Member
0 Kudos

Hi,

In which application the error is appearing? What is the function module/BAPI used by it?

Once identifying the BAPI, check if you are not passing ZCODE(may be country's code etc...)

regards,

ganga