cancel
Showing results for 
Search instead for 
Did you mean: 

name not filled

Former Member
0 Kudos

hi ,

i am getting an error in output(name not filled).

this is when i am calling my smartform from driver program.function modules of this are declared in driver program.i am uploading data in text through ws_upload and populating my internal table.this table i am passing in smartform through the call function module.however in address in smartform i ahave also taken a variable.

it is giving the above error. can u tell why?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Name not filled comes when youre variable value is blank in address node.

put a condition to the address node checking that it executes only when

youre variable has a value.

This will solve the problem.

Former Member
0 Kudos

hi nehal,

can you please explain your answer more.i have given the address number to the variable adrnr and then passed it.

warm regards

thank you.

varma_narayana
Active Contributor
0 Kudos

Hi Sudipta..

Create your address node inside an Alternative node to Check the Condition whether the AddrNumber is not initial.

that means you are ensuring that the Address node should be Called only when the Address Number variable is not initial.

As you must be knowing we have to use Alternative node like IF condition in Smartforms.

Ensure that the Address node comes in the TRUE block or FALSE block of the ALTERNATIVE node depending on the Condition.

<b>reward if Helpful</b>

Former Member
0 Kudos

Hi Sudpita,

I think i know what your problem is.

Check what type of address you have used.

The address node has three types. 1 2 3

if you choose 3 you also have to give Address Person number.

If you choose 1 you only need to give address number.

If it is true that the variable you are passing has the address number and that address number exists in the system, then check if you have chosen the

right address type.

If you choose Address Type 3 and do not pass address person number u will get the error 'name not filled'

Cheers.

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you for all the answers you have given.it had helped me a lot to decipher the problem.

Former Member
0 Kudos

I am trying to understand your problem. Are you saying that you have an address node and you are getting an error on that node (address does not exist)? Can you post the code to where you are calling the form (FM)?

Davis