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

Express Document - Inbox

Former Member
0 Likes
1,313

Hi All,

We are using an ABAP program to create a material document / subsequent transfer order creation and confirmation when we

do a storage location transfer in the background.

The program runs fine and when the material document gets created first we get a Express document saying error in creating

the Transfer order but then the TO gets created and also gets confirmed automaticallly.

My question is why are we getting this Express document in our Inbox?

Any Ideas Please help.

Thanks,

Meghna,

Hi All,

We are using an ABAP program to create a material document / subsequent transfer order creation and confirmation when we

do a storage location transfer in the background.

The program runs fine and when the material document gets created first we get a Express document saying error in creating

the Transfer order but then the TO gets created and also gets confirmed automaticallly.

My question is why are we getting this Express document in our Inbox?

Any Ideas Please help.

Thanks,

Meghna,

2 REPLIES 2
Read only

former_member188827
Active Contributor
0 Likes
882

The express document sometimes gets generated incase of failed updates.Check tcode SM14.

Read only

tushar_shukla
Active Participant
0 Likes
882

Meghna,

You may be passing incorrect parameter to std function module. For most of the std transaction database update happens in Update work process and system may issues error message for any error occurred e.g. duplicate record update and this information is then in form of express message. Check the error in ST22 and also check the cancelled update via SM12.