cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass input to Bapi

Pramanan
Active Participant
0 Kudos

Hi,

I have wrote a BAPI to fetch labels and message. In my webdypor ABAP application i need to display the label corresponding to the screen.

Bapi input = Screen id.

output = lables.

For that i decide to hardcode the screen id as it is static.

I know how to pass value from input field to Bapi.I don't know how to pass value through coding to BAPI. AS my requirement is to harcode or is there any other possibilities.

My screen code 'CDIG'. i need to pass CDIG as input to that BAPI.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member515618
Active Participant
0 Kudos

Hi

Do you want the name of the view dynamically at runtime? Could you be a little more clear about your requirement.

Regards,

Sravan

Pramanan
Active Participant
0 Kudos

Hi,

While running my WDA application the label of table should get filled automatically. i found how to pass input but now that bapi returns some 25 labels i have to check with corresponding code and put it in the scree.

I want to know how to check