cancel
Showing results for 
Search instead for 
Did you mean: 

HELP me!

Former Member
0 Kudos

HI ALL,

I have problen in dropdownbox.

IN dropdownbox values how can i Bind the dynamically to Context BAPI table column value. means TABLE.1,TABLE.2 and TABLE.3 and so on

I have four dropdowns how can i add this .

And when Iam calling BAPI in the model IT's automatically coming as FUNCTION_INPUT()and FUNCTION_OUTPUT().Then how can add the parameters.

Totally my problem is I have dropdownbox when the user select a pirticular value in the dropdownbox It needs to map the pirtucular value in BAPI function.

And My BAPIs are created like this when selecting from Model

FUNCTION_INPUT()

FUNCTION_OUTPUT()

FUNCTION()

Then how can i add in dropdownbox and how can i give the mapping when iam selecting dynamically how to retieve the values .

PLS help me .

BHI.

Pls help me

Thanks and Nanri

BHI.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185029
Active Contributor
0 Kudos

Hi Bhi Bhi,

All that I understood from your post is that, you have a BAPI and you want to populate the values in dropdown box.

To achive that you need to know two things, one is how to call BAPI and execute it and second is how to fill dropdown boxes.

You need to learn both the things seperatly.

Please refer

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/cr">Calling ABAP function in webdynpro tutorial</a> for accessing BAPIs.

Also go through <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de1">UI elements tutorial</a> for dropdown help.

Ashutosh