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: 

Which program is updating file in AL11

Former Member
0 Kudos

Hi Experts,

I have an Issue.

One program is update file in AL11 it is done when material is created or changed, but i searched in MM01 and MM02 in Debugging, But no use.

I want to know which program is updating this path.

Thanks in Advance

9 REPLIES 9

Former Member
0 Kudos

hi,

if we need to change any material in application server level or database server level, we prefer only MM02. so check with MM02.

regards,

suba

Former Member
0 Kudos

Try tyo check the filepaths configured in FILE transaction. Might be in any of the description, a program name could be there.

Regards,

Satish Kanteti

raymond_giuseppi
Active Contributor
0 Kudos

Try to use transaction [SE30|http://www.sdn.sap.com/irj/scn/advancedsearch?query=se30] ([Runtime Analysis|http://help.sap.com/saphelp_nw70ehp1core/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm]) to execute MM01 or MM02.

Regards,

Raymond

former_member125931
Active Participant
0 Kudos

Hi,'

Check whether there any Idoc (Message type MATMAS) configured in WE21(Ports) transaction with the Directory

(AL11 path).

Thanks and regards,

Sree.

0 Kudos

Hi sree,

I checked in all the ports destination for the file path.

No port is maintained with this file path.

0 Kudos

Hi nickel,

AL11 has files which are uploaded to application server,we use CG3Z transaction to upload files,try finding the place where this transaction is used.

Please ignore if not useful.

Thanks,

Ashwin Shanmugam

Former Member
0 Kudos

Have you checked to see if there is any user-exit which might update the file? You can use SMOD, CMOD or look up the enhancements under SPRO under Material Management section

Clemenss
Active Contributor
0 Kudos

Hi,

use program RS_ABAP_SOURCE_SCAN, search all z* y* SAPZ* SAPY* sources for string DATASET.

Probably you will see it immediately. Looks like update task because you did not see it in debugger.

Regards,

Clemens

Former Member
0 Kudos

Hi,

I have used one standard program RM06IBI0, which creates a file in al11 with the name given at the selection screen. I have used this program to create/change purchase info records, in batch input mode, fetched from an input excel file. Ignore if no use