cancel
Showing results for 
Search instead for 
Did you mean: 

RFC BAPI import parameters are not populating in BODS

Former Member
0 Kudos

Hello,

We are calling RFC BAPI from ECC to BODS to import data via BAPI. When we imported the BAPI structure to BODS, one of the import parameter is not imported. We have two import parameters, 1. CHK_CHANGES, 2. CHK_DATE. I see CHK_DATE field, but not the CHK_CHANGES field in BODS.

Also, I have attached screen shots of ECC and BODS.

Please provide any insight to over this problem.

Thanks,

Naga

Accepted Solutions (0)

Answers (1)

Answers (1)

ahalya_inturi
Active Participant
0 Kudos

Hi Naga,

you are skipping to continue to the next page, so that reason you couldn't able to see CHK_CHANGES field in BODS.

To see this , just click on down arrow , highlighted in red colour

Hope now you can see CHK_CHANGES field in BODS !!!

Regards

Ahalya Gopinath

Former Member
0 Kudos

Hi Ahalya,

Thanks for the response. I couldn't find it even after going to the next pages. Attached is the screen shot from the subsequent page.

Thanks,

Naga

ahalya_inturi
Active Participant
0 Kudos

Hi Naga,

Can you try once by reimporting the ZBAPI function from SAP data store .

also,  check with the client number which you are using for reimport the function .. 

After reimporting the function , open ZBAPI function  and check to cross verify the field in BAPI structure by right click on the function ----> open

Example :

Once after open ZBAPI structure , go to input parameters and check for fields CHK_DATE , CHK_CHANGES...

If they are not displaying under input parameter structure .. check with the code "ZBAPI_VENDOR_GETLISTDETL"

regards

Ahalya Gopinath

Former Member
0 Kudos

Hi Ahalya,

I did exactly the steps you have mentioned. But still the CHK_CHANGES. is not populated. Where as I tried to import this BAPI in PI, and that field is populated correctly. But in BODS that field is displaying as structure with the rest of the fields instead of itself as a field. Please see the attached screen shot.

Thanks,

Naga

ahalya_inturi
Active Participant
0 Kudos

Hi Naga,

CHK_CHANGES written as the structure instead field in "ZBAPI_VENDOR_GETLISTDETL" function code at SAP development side...

might be this reason you can see the CHK_CHANGES with his own structure in input parameters

If you want to see him as one of the field , not as the structure  , you need to do change in ZBAPI_VENDOR_GETLISTDETL structure .


the marked fields should be part of input parameters list in ZBAPI code instead nested fields under the CHK_CHANGES structure.

Can you please check with code and let me know

Regards

Ahalya Gopinath

Former Member
0 Kudos

Hi Ahalya,

I am sending the screen shots of the ECC' ZBAPI input parameters. The CHK_CHANGES is just declared as a field not as a structure. It appears

that the BODS is misinterpreting it as structure instead of a just field.

Thanks,

Naga

Former Member
0 Kudos

Hi Ahalya,

Just to let you know that the issue has been resolved. It has to do with the version of the BODS we are using. It is not working in BODS 3.2 version, whereas I tried in 4.1 and it imported properly.

Thanks,

Naga

ahalya_inturi
Active Participant
0 Kudos

Great, Thanks for the update Naga

Regards

AG