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

Get Parameter ID?

Former Member
0 Likes
441

In SAP ides 4.6c,

use tcode se80, then choose development class: BC410

then run Table Control Demo program: SAPMBC410TABS_TABLE_CONTROL1

On the initial screen, some fiels have value such as:

Airline Carrier: British Airway

Flight number: 555

Flgt date: 2001-05-26.

my problem is how to get these initial value.

I debug this program, these value are from the following statement, But I can't find SET PARAMETER ID in this program.

Anybody can help me make this clear, thanks in advance.

GET PARAMETER ID: 'CAR' FIELD wa_sflight-carrid,

'CON' FIELD wa_sflight-connid,

'DAY' FIELD wa_sflight-fldate.

wa_sflight-carrid = 'BA'

wa_sflight-connid = 0555

wa_sflight-fldate = 20010526

2 REPLIES 2
Read only

anversha_s
Active Contributor
0 Likes
409

hi,

kindly chk the screen layout.

there also we can set the parameter id.

rgds

anver

if hlped mark points

Read only

Former Member
0 Likes
409

Hi Yunfa,

If you check the Screen number 100 for the program, there for

1. "Carrid" they have set Parameter ID "CAR"

1. "Conid" they have set Parameter ID "CON"

1. "Fldate" they have set Parameter ID "DAY"

That's why Values are getting populated.

Regards,

Dharitree