cancel
Showing results for 
Search instead for 
Did you mean: 

Data type

Former Member
0 Kudos

hi

i have a issue where i have got the Pre-defined

bapi from the backend , but there is

attribute called Country , and i have been using

a input fields for entering the country name ,

is there is scenario , where i can directly select

country name just as select the date from the calender

when we put the attribute datatype as date ,

is the backend the country element datatype is counc

is there any way , can any one help me

out ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

thanks for the reply , the thing here is

i am using a predefined bapi , there is similar issue

where i have Currency element in the backend with

Curr .. , and i have binded this to the UI front end

iam able to view a button with the input fields which allows

me to select the currency ,

a similar thing where country i have binded up doesnot show

the same ,

regards

murali

Former Member
0 Kudos

Hi murali,

From your post what i understood is that you want to display the country list on press to the button near to the inutfield. Right?

For this purpose you have to create an RFC that returns the Country Structure ( Return type must be of TABLETYPE transaction code se11). That would we populated into a popup window table and the popup window will be called on click of the button near to the inputfield.

The Date pickup id the property of data type Date and you can not expect anything like that for any other data type; You can create your own by following the above steps.

If you need more help on java frontend design, please feel free to ask.

Regards

- Vinod

*

Former Member
0 Kudos

Hi ,

Write a RFC which ill List all Countries...

Use EVS for country feild to select country directly instead of Entry.

Regards,

Sunitha Hari.