‎2006 Oct 08 8:18 AM
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
‎2006 Oct 08 8:27 AM
hi,
kindly chk the screen layout.
there also we can set the parameter id.
rgds
anver
if hlped mark points
‎2006 Oct 09 6:03 AM
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