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: 

Passing select-options from selection screen to smartforms

0 Kudos
303

Hi,

On selection screen I have following select-options, and I need to pass these to smart form to fetch data from ACDOCA,

SELECT-OPTIONS:   SO_KUNNR FOR KNA1-KUNNR,
SO_BUDAT FOR BKPF-BUDAT.
PARAMETERS : P_BUKRS TYPE BKPF-BUKRS.

How to pass SO_KUNNR and SO_BUDAT from driver program to smart form

1 REPLY 1

raymond_giuseppi
Active Contributor
270

Define those in the smartform signature: Global settings, Form Interface

  • Use some range types definition for those parameters, e.g. RANGE_KUNNR_TAB for SO_KUNNR (Look within SE11 on data element where used in table types)