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: 

Delivery log

Former Member
0 Kudos

Hello Experts,

I need a mechanism by which i am able to track for a specific

error while creating delivery from sales order .

Error : Message class : VL

Message Number : 367

so is there any table which hold those error , how to find these error is program

is my question all about

2 REPLIES 2

Former Member
0 Kudos

Hi Joseph,

Actually messages will be stored in message classes only.Transaction code for seeing message class and its messages is SE91.They are not stored in any tables.Sometimes for custom programs messages can be stored in the form of text elements.Depending on the statement condition in the program the message of a message class is called.

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa

0 Kudos

Hi ,

I know that message can be view using se91 tcode , but question here is different

, when i create a delivery from sales order and if some error occur, like

line item not getting copied and so on then that can be viewed using log

option available in delivery , but i need to view that log in my program where

i created delivery using BDC , if you create delivery manually then you can

view these log , by pressing the log icon in delivery , but when you create

delivery using BDC , your BDC won't through that log baCK hence i need

a mechansim in a program to track those log in program