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 passing string in a method in BADI

Former Member
0 Likes
385

Hello All

I have to pass a string as a message calss in the method of a badi, in that when i am passing it as text-001 with text inside it is not accepting it and in debuggin mode not able to see that text that i have passed.

h_msg = text-001.

in debugging mode when i am seeing thevalue it is appearing as blank .

Thanks in advance

2 REPLIES 2
Read only

Former Member
0 Likes
346

Declare this as a constant or variable and then try.

Read only

0 Likes
346

yes that is an alternative... but is it possible to pass such text elements in a method ?

Edited by: ABAPER1234 on Dec 30, 2009 9:52 AM