cancel
Showing results for 
Search instead for 
Did you mean: 

error in address node

Former Member
0 Kudos

Hi

This is the coding i am giving in the window of the smartform..

For progrma lines this is the code i gave:

SELECT SINGLE * FROM lfa1 INTO l_lfa1

WHERE lifnr = zxekko-lifnr.

IF sy-subrc = 0.

MOVE l_lfa1-adrnr TO adRNR.

ENDIF.

In input parameters:zxekko,output parameters:adrnr

then i created an address node, where in the address number i gave:&adrnr&.

Now,i am getting the error message:error in address output(name not filled).

Where did i go wrong.

Regards and Thanks,

Srihari.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Delete the address node & check , activate it. Run the smartform. see whether u get the same error. It may happen that error will be related to another address node.

check all the node one by one .Check & activate the smartform & run it. u will find where is he error