Application Development 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: 

how to see sequential file if you d't find that in al11 !

former_member196299
Active Contributor
0 Kudos

hi

I am using a std report and while executing it, it gives a sequential file but i d't see that in al11.I want to know the structure of that seq file..Can anyone tell me what are the other ways I can get the structure of that sequential file .

Thanks

Ranjita

6 REPLIES 6

Former Member
0 Kudos

To know the structure, it is always better to dig into the program and take the structure that is downloaded.

I would say this is best source since, we would not determine the field if no value is populated...

Kind Regards

Eswar

0 Kudos

thanks Eswar .. but when i tried to do that its not showing me the structure ... it popups a msg saying " object is not included in navigation "... please help

regards

Ranjita

0 Kudos

Can you provide me the Program name, i will try by means to provide you the info.

Regards

Eswar

0 Kudos

RM06EEI0.... when u exe this prog it gives a seq file name " MM_PURCHASING_ORDERS" . I want ot know the structure of this file ...

0 Kudos

Hi Ranjitha

Please check table: FILENAMECI.

Pass value "MM_PURCHASING_ORDERS" as FILEINTERN to get the FILEEXTERN.

Now check the file in AL11. I hope you can check the file now...

If not please let me know...

Kind Regards

Eswar

0 Kudos

Here it is, i got it...

Check the documentation of the program:

The data is expected in the sequential file in the following order:

For each PO header, a record of the structure <b>MBEPOH</b>,

For each PO item, a record of the structure <b>MBEPOI</b>.

Hope this is what you actually need...

Kind Regards

Eswar