Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with BAPI_OBJCL_GETCLASSES

h_senden2
Active Contributor
0 Likes
791

Hi,

i'm experiencing a strange problem with function module BAPI_OBJCL_GETCLASSES for vendor classification for (num) characteristic values in internal table ALLOCVALUESNUM.

When i run it by SE37, it gets value 3.

When i write a abap with a call of the function, it gets value 3.

But when it's called from an printprogram triggered by the output mechanisme concerning RFQ's, it gets value 0.

But the strange thing is, that for other vendors it seems to work well.

Strange ???????

Anyone a suggestion ?

regards,

Hans

4 REPLIES 4
Read only

h_senden2
Active Contributor
0 Likes
622

any one ?

Read only

h_senden2
Active Contributor
0 Likes
622

no one ?

Read only

h_senden2
Active Contributor
0 Likes
622

problem solved

i called the function twice : the first time it returned the correct value, the second time it gave the wrong answer.

So i have removed the second unnecessary call.

thanx in advance,

Hans

Read only

h_senden2
Active Contributor
0 Likes
622

done