cancel
Showing results for 
Search instead for 
Did you mean: 

Country Code in interface

Former Member
0 Kudos

Hi All,

I'm changing one interface for FI(account statement).

In Import parameters, I have /1BCDWB/DOCPARAMS, but when I put in 'Code initialization': set country /1bcdwb/docparams-country.

I have this error message: Field /1bcdwb/docparams-country is unknow. It is neither in one of the specified tables nor defined by a "Data" statement.

Any idea for solve it???

I use the same statement in interfaces for SD area, and works, no error message.

Thanks in advance.

Ana

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

in your Code Initialization, make sure you have /1BCDWB/DOCPARAMS defined as Input and Output parameters - you will see this right above your code.

Former Member
0 Kudos

Hi Robert,

I have tried put also in

Code initialization:

Input parameters and Output Parameters

/1BCDWB/DOCPARAMS

And in Abap code:

SET COUNTRY /1BCDWB/DOCPARAMS-COUNTRY

When I check the form, I have the message:

"Field COUNTRY /1BCDWB/DOCPARAMS-COUNTRY does not exist."

"Field /1BCDWB/DOCPARAMS is unknow. It is neither in one of the specified table not defined by a "DATA" statement."

Do you have any idea that is missing or wrong?

Ana