cancel
Showing results for 
Search instead for 
Did you mean: 

What is accociated type of

Former Member
0 Kudos

In smartforms , form interface, can any one please tell me what would be the associated type of w_spfli-carrid & w_spfli-airpfrom.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hai shaheen khan,

It is better to use like below:

Instead of using w_spfli-carrid use w_carrid of type char3

and Instead w_spfli-airfrom use w_airfrom of char3 type.

Reward points if you get some help.

Regds,

Rama.Pammi

Former Member
0 Kudos

STILL THE SAME ERROR

Former Member
0 Kudos

Any suggestions please

former_member533584
Contributor
0 Kudos

Hi,

In declaration it not possible to use '-' character.

declare like w_carrid type <b>spfli-carrid</b>.

i think this will solve ur problem.

regards,

ananth

Former Member
0 Kudos

then it possible to write it in my main window as

&wa_spfli-carrid&, &wa_spfli-airfrom&

former_member533584
Contributor
0 Kudos

Hi,

we define wa_spfli as a workarea which is of stucture spfli.

so we can access the fields of spfli as wa_spfli-carrid ....

but it is not possible to declare wa_spfli-carrid

regards,

ananth

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It shouod be CARRID and AIRFROM respectively, Look at the table SPFLI, you will get those types

Regards

Sudheer

Former Member
0 Kudos

THANKS ALOT BUT I'M GETTING THIS ERROR -


>

NAME W_SPFLI-CARRID IS INVALID