Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

DOubt about MApping Table

Hey,

I have a question. Does the following true about ApplyMap () ??

1 )  No error if the mapping table does not exists. ??

2)   Mapping table exists after LOAD ??

Thanks

13 Replies
its_anandrjs

Hi,

1. Yes no error prompt in case Mapping table not exists in the model.

2. Mapping Table should be loaded first before apply map to the table.

Regards

Anand

amit_saini
Master III
Master III

Hi Nikhil,

  1. Yes no error if the mapping table doesn't exist.
  2. Mapping should be before load.

For example purpose please see the attachment.

Thanks,
AS

Not applicable

Hi Nikhil,

          

1) .No error message is generated when Mapping Table is not found /exists.

2)  Mapping Table does not exist after Reload...i.e  Mapping Table will not be shown in your Table Structure(Ctrl+T).

Regards,

Ankur

Anonymous
Not applicable

Hi Nikil,

If u need some error prompt for mapping table you can add an third parameter which returns ur defined custom value like num,string,etc if the matching table doesn't exist.

ex: Applymap('Bonus','Empcode',0)

If there is no mapping table Bonus it wil throw 0 .

Thanks

Anonymous
Not applicable

hi

Hope this will hepl you  Apply map

nikhilgarg
Specialist II
Specialist II
Author

HEy,

But i use applymap with a mapping table name and a column but it gives me error.

nikhilgarg
Specialist II
Specialist II
Author

HEy,

But i use applymap with a mapping table name and a column but it gives me error.

nikhilgarg
Specialist II
Specialist II
Author

HEy,

But i use applymap with a mapping table name and a column but it gives me error.

nikhilgarg
Specialist II
Specialist II
Author

HEy,

But i use applymap with a mapping table name and a column but it gives me error.