Application Development 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: 

re:addition of fields in selection screen1

Former Member
0 Kudos

i want to add two fields in selection screen and fetch the correponding pernr(field in vbpa i.e personal number) based on these two partner functions.

these two are partner functions are

Service Representative ZQ

Customs Representative ZG.

i want logic how to add these fields to output.

please give me the solution as early as possible

thanks

2 REPLIES 2

Former Member
0 Kudos

u can give only one select-options

like

select-option: S_PARVW for VBPA-PARVW defaul 'ZQ'.

dont check sytaxx.

Regards

prabhu

Former Member
0 Kudos

Hi Raj,

I don't know what field u r going to add in selection screen by which u r going to fatch. But if thats not related with this select stmt then select stmt will be like this...

select * (Fields u need)

from VBPA

into table t_vbpa (Internal table)

where parvw = 'ZQ'

or parvw = 'ZG'.