cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Form Issue

Former Member
0 Kudos

Hi All,

Iam trying to change code in smart form..

want to inculude G1SG here

but i do any changes in smart form showing following error..

Node: Global Deninitions: Statement NET not defined check ur spelling.. how to do it..

*v_title = ' our '.

if mhnk-bukrs = 'A1SG'.

v_salutation = 'our Finance Dept'.

v_telf1 = '6379-3682'.

elseif mhnk-bukrs = 'D1SG'.

v_salutation = 'our Finance Dept'.

v_telf1 = '6471-6762'.

elseif mhnk-bukrs = 'E1SG'.

v_salutation = 'our Finance Dept'.

v_telf1 = '6471-8987'.

regards

JK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hey janardhan,

you normally get this kind of an error when there is some thing wrong in the global definitions.

what i had suggest you is that you please go to global definitions and again do an syntax check ( i am talking about the internal syntax xheck button), if there is error , try to solve it, if not try to locate now in which code it is giving the error.

As far as i know , there might be some decaration problem in global definitions.

Hope this helps.

Regards,

RK

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Janardhan,

Check whether you have given NET field variable in your input / output parameters of the program code.

regards

padma