Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Script

Former Member
0 Likes
900

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.

9 REPLIES 9
Read only

Former Member
0 Likes
871

hi sonali,

Check the structure RM06E is there in Driver Programme.

regards

vijay

Read only

Former Member
0 Likes
871

but <b>rm06e</b> structure was not available in driver program.

Read only

0 Likes
871

then you need to create and populate the structure.

or find any similar structure avilable to replace..

regards

vijay

Read only

0 Likes
871

hi vijay,

how to populate the this structure. give the any eg.

Read only

0 Likes
871

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

Read only

0 Likes
871

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

Read only

Former Member
0 Likes
871

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.

Read only

amit_khare
Active Contributor
0 Likes
871

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

Read only

Former Member
0 Likes
871

Hi,

Pls rewards appropriate points

to answers that have been helpful.

regards,

amit m.