cancel
Showing results for 
Search instead for 
Did you mean: 

error in the global defintion fields

former_member636068
Participant
0 Kudos

hi experts,

i have done the following delerations.

variable name type assignment associated type

fs_vbrp type vbrp

and i have used thissay fs_vbrp-posnr in the main area of table line.but iam gettign a error like'fs_vbrp has no defined value'.

and moreover if i am using 'type table of' instead of type then m getting error '"FS_VBRP" is a table without a header line and therefore has no component called "NETWR".

plz help me.

thnks n regards,

Ashmita

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ashmita,

If you are specifying TYPE TABLE OF then you have to specify "with Header Line" at last like below:

fs_vbrp TYPE TABLE OF vbrp WITH HEADER LINE in your code.

if you are specifying in global data tab then i think it's a warning message with yellow icon.

if this is the cse then you can carry on further ignoring that.

Regards,

Rahul

Edited by: Rahul Kumar Sinha on Nov 19, 2009 9:25 AM

former_member217544
Active Contributor
0 Kudos

Hi Ashmita,

I think 'fs_vbrp has no defined value' is just an information message(with yellow icon beside the message). If so, you can ignore and proceed further.

Regards,

Swarna Munukoti

Edited by: Swarna Munukoti on Nov 19, 2009 9:04 AM

Former Member
0 Kudos

Hi,

Can you share the piece of sample code which you have used?

Regards,

Rahul

former_member636068
Participant
0 Kudos

actually m doing this in smarforms n i have not done any coding so far....

that decleration is done 'global data' tab of global definition