cancel
Showing results for 
Search instead for 
Did you mean: 

Drop Down List - Values not display

Former Member
0 Kudos

Hi all,

I'm new in visual composer, and I'm finding all the problems of beginners.

Anyway, I built a drop down list for for general ledger accont and it works fine (BAPI_GL_ACC_GETLIST, this bapi has 2 import parameters).

Now I'm trying to build a drop down list for comany code (BAPI_COMPANYCODE_GETLIST, without import parameter), but it doesn't work. I have tested it from visual composer and it works. Also a drop down list for language (another bapi without import paramters) doesn't work. The list are empty, it like as the bapi aren't executed.

Any suggestion?

bye

enzo

Accepted Solutions (1)

Accepted Solutions (1)

former_member209575
Contributor
0 Kudos

HI Enzo

u can test ur bapi from visual composer. do one thing, right click on the BAPI in story board layout, u can see Test Data Service, there u will get the option for giving input to ur BAPI, and u can execute ur BAPI there, IF the BAPI is giving output then, the problem is in visual composer.

Regards

Pradeep P N

Former Member
0 Kudos

HI I test the bapi and it works fine (there aren't any input parameter).

If I use a bapi with import parameter it works in the model.

It's the first time i use VC. I'll will try with navigation point or something else.

Thanks

enzo

Former Member
0 Kudos

Hi Enzo,

sorry for the delayed answer, but I was on vacation for a month. Now I'm back and enjoy the TechEd. Anyway, I recommend that you test it with an external breakpoint (almost the best way to find an error, when you are using BAPI/RFCs) there is a description of how you can do this in my blogs:

<a href="/people/marcel.salein/blog/2007/02/01/visual-composer-and-abap-rfcbapi-a-powerful-combination-part-i I of the blog</a>

<a href="/people/marcel.salein/blog/2007/02/02/visual-composer-and-abap-rfcbapi-a-powerful-combination-part-ii the second part</a>.

Best Regards,

Marcel

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Enzo,

I think you are trying to make Dynamic Entrylist for your dropdown box.

Since the Bapi's are executing when you test in VC, the problem will be with dropdown box.

Follow the steps mentioned in this document, go to the Dynamic Entry list section

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f2052e-0c01-0010-b9a2-e1f7457a...

Regards,

Shemim