‎2005 Dec 19 6:13 AM
Hi,
i write the layout set code for RFQ Create (ME41) and RFQ Change (ME42). while check the text i got these errors.
<b> Unknown symbol RM06E-ANFPS
Unknown symbol RM06E-ANMNG
Unknown symbol RM06E-ANFPS
Unknown symbol RM06E-ANMNG
Unknown symbol RM06E-ANFPS
Unknown symbol RM06E-ANMNG </b>
hear <b>RM06E</b> is Structue.
how can i solve these errors. can any one help me asap.
‎2005 Dec 19 6:16 AM
hi sonali,
Check the structure RM06E is there in Driver Programme.
regards
vijay
‎2005 Dec 19 6:19 AM
but <b>rm06e</b> structure was not available in driver program.
‎2005 Dec 19 6:22 AM
then you need to create and populate the structure.
or find any similar structure avilable to replace..
regards
vijay
‎2005 Dec 19 6:33 AM
hi vijay,
how to populate the this structure. give the any eg.
‎2005 Dec 19 6:42 AM
hi
I feel the Diver is Custom one, so you need to populate the structure, the structure is related to PO fields..
where you are fetching the data related to PO assign it to that structure...
regards
vijay
‎2005 Dec 19 8:30 AM
Hi again,
1. we can populate the structure
using a normal Sql.
eg. select * from ekko
into corresponding fields of table ITAB.
2. But since it is a structure (and not an internal table)
use :
eg. select SINGLE * from ekko
into corresponding fields of ITAB.
I hope it helps.
regards,
amit m.
Message was edited by: Amit Mittal
‎2005 Dec 19 6:19 AM
Hi sonali,
1. What the error means is this :
While checking the layout
in RELATION to the DRIVER PROGRAM,
the system could not find
any variable / structure with
the following name
RM06E-ANFPS
RM06E-ANMNG
etc.
2. For checking purpose, the system
must have asked for the driver program.
3. Ensure that the code for the driver program
has these fields / structure
ie. RM06E
I Hope it helps.
regards,
amit m.
‎2005 Dec 19 6:21 AM
Hi,
Welcome.
You need to go thru the syntax of your program, as these errors only eveolves when there was an error in the driver program or the syntax in script is wrong.
Regards,
Amit
‎2005 Dec 19 9:38 AM
Hi,
Pls rewards appropriate points
to answers that have been helpful.
regards,
amit m.