cancel
Showing results for 
Search instead for 
Did you mean: 

Missing BAPI Output Parms

Former Member
0 Kudos

Hello VCers -

I have implemented a pretty simple VC model which makes use of a custom BAPI.

The BAPI outputs a table that has three columns.

I built the model, and it worked fine.

I then added two additional columns to the table output of the BAPI, but VC cannot recognize the two new columns of the output table.

Even if I start fom scratch, it does not see them.

When I test the BAPI in VC, it does not see them.

I can test the BAPI in ECC and the two new columns are in the output, so it is not a matter of activating the changes in ECC.

Any idea what the problem is?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is because the chnaged BAPI is not reflecting in the VC .

Solution 1: Go to tools->options->Compiler Tab->select option Do not cache get latest in the Dta service Retrivel Drop down. Refresh and now check the Bapi

If the above solution not worked follow the below steps :

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/connection+lifetime

Govindu

Former Member
0 Kudos

Govindu - Your solution worked beautifully.

Thank you

Answers (0)