cancel
Showing results for 
Search instead for 
Did you mean: 

Symaltaneous use of select-option and parameters in smartforms .

Former Member
0 Kudos

hello Abaper,

I am design a smartforms . we have given some input. when we use only parameters it works properly. as same when we use select-option only its works .

But when i use both parameter and select option at that time error generate .

Actually call function is not works .

So please give me proper idea how to solve this problem .

Regards

kamal kishore

Accepted Solutions (0)

Answers (4)

Answers (4)

prakashjasti
Contributor
0 Kudos

pass only the s_test-low as the parameter to the smartform and try...

Former Member
0 Kudos

following is my problem , please give me proper solution .

I am design a smartforms . we have given some input. when we use only parameters it works properly. as same when we use select-option only its works .

But when i use both parameter and select option at that time error generate .

Actually call function is not works .

So please give me proper idea how to solve this problem .

Regards

kamal kishore

Edited by: kamal_kishore_sah on Apr 8, 2011 7:31 AM

Former Member
0 Kudos

Hi Kamal,

May i know what are you using in parameters & what in select-options. Are you passing this both to your fm??????

Please be clear with your issue so that it will help in giving proper suggestion.

If Possible wrtite your piece of code here and post.

BR,

Vinit

Former Member
0 Kudos

Hi ,

Still problem is not solved.

i want to call following fields but function modules show run time error. IF separately i call only parameter its run properly.

in the same way if i call only select option is runs properly.

please suggest me how can i call both the things.

PARAMETERS: P_BUKRS TYPE BSEG-BUKRS OBLIGATORY,

P_GJAHR TYPE BSEG-GJAHR OBLIGATORY.

parameters: P_SECCO type SECCODE-SECCODE OBLIGATORY.

*SELECT-OPTIONS : P_SECCO FOR SECCODE-SECCODE OBLIGATORY.

PARAMETERS: P_QSCOD TYPE J_1IEWTNUMGR-QSCOD OBLIGATORY.

SELECT-OPTIONS: P_BUDAT FOR BKPF-BUDAT OBLIGATORY,

P_BLART FOR BKPF-BLART,

P_J_HLN FOR J_1IEWTCHLN-J_1IEXTCHLN,

P_J_HDT FOR J_1IEWTCHLN-J_1IEXTCHDT OBLIGATORY,

P_LIFNR FOR LFB1-LIFNR.

regards

kamal

Edited by: kamal_kishore_sah on Apr 12, 2011 7:44 AM

Former Member
0 Kudos

Hi Kamal,

Please try to DEBUGG your program.

You will find the issue.

Regards

HM

Former Member
0 Kudos

RUNTIME error show.

Call function conflict here.

But when i used separately it runs proper way. no error at all . Guide me how can i remove this error.

Regards

kamal

Edited by: kamal_kishore_sah on Apr 5, 2011 9:00 AM

deepak_dhamat
Active Contributor
0 Kudos

hi ,

Can you tell how u are passing parameter to Smartforms

Regards

Deepak.

Former Member
0 Kudos

hi..,

i pass the parameters through the programming ..

parameters : ........... type ......

select-option : .... for .....

then i call function 'SSF_FUNCTION_MODULE_NAME'

and after that i call function FM_NAME.

But it doen not work in both condition i m using at the same time .

or .. directly i call smartforms .. its also does not work .

regards

kamal kishore.

Former Member
0 Kudos

FM_NAME DEFINED AS ..

FM_NAME TYPE RS38L_FNAM

REGARDS

kamal kishore

deepak_dhamat
Active Contributor
0 Kudos

Hi ,

we have given some input. when we use only parameters it works properly.

as same when we use select-option only its works .

.

two Same Statement what actually want to say is not clear .

Regards

Deepak.