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

RM06IBIE - Selection parameters

Former Member
0 Likes
1,008

Hello Experts,

I am trying to get data format for program RM06IBI0, which in turn can be got thro' RM06IBIE.

When I try to execute RM06IBIE with a file in the application server, I get error saying this does not match with the entry maintained in v_filename. I made sure the dir and the file name are the same as the entry in v_filename for ZFILE.

Could you please share your ideas on this ?

Thanks

Seema.

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
763

program used logical file MM_PURCHASING_INFORECORDS

-> physical file is /usr/sap/trans/data/mminforecords

look tcode "FILE"

A.

Hello Experts,

I am trying to get data format for program RM06IBI0, which in turn can be got thro' RM06IBIE.

When I try to execute RM06IBIE with a file in the application server, I get error saying this does not match with the entry maintained in v_filename. I made sure the dir and the file name are the same as the entry in v_filename for ZFILE.

Could you please share your ideas on this ?

Thanks

Seema.

3 REPLIES 3
Read only

Former Member
0 Likes
763

Hi,

Solved on my own ..program RM06IBIE has to be executed with the default logical file name provided "MM_PURCHASING_INFORECORDS" .

Thanks

Seema

Read only

andreas_mann3
Active Contributor
0 Likes
764

program used logical file MM_PURCHASING_INFORECORDS

-> physical file is /usr/sap/trans/data/mminforecords

look tcode "FILE"

A.

Read only

GauthamV
Active Contributor
0 Likes
763

You should pass the logical file name and at runtime, the logical file name is converted by the FILE_GET_NAME function module to a platform-specific path and file name.

Check your logical filename in FILE transaction.

Press F1 on filename parameter in RM06IBIE program,you will get more information.