cancel
Showing results for 
Search instead for 
Did you mean: 

No Output if there are incomplete log records

Former Member
0 Kudos

Hi,

During Outbound Delivery Creation [ VL01N ] for Output , we are trying to checking on the incomplete log.

If there are incomplete log records , no Ouput allowed.

We tried to use Routine in "Requirement Output control" but failed to find the internal table that store the Incomplete log records.

Any ideas?

Tks.

Rgds,

Johnhuang05

Accepted Solutions (1)

Accepted Solutions (1)

former_member204513
Active Contributor
0 Kudos

Dear John,

Try to create Routine with reference to these table it may help you.

Table1.TVUVF -->Incompletion control:Fields

Table 2.TVUV --->Incompletion control procedures.

I hope your requirement will full fill

Regards,

Murali.

Edited by: Murali Mohan.T on Feb 29, 2008 4:42 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi .KRSNA

We want to check in outbound Delivery whether have Serial# maintained during creation.

If after saved, we are able to get by read VBUV incomplete table. But in routine during creation,

we need to read internal table to check the incomplete table record.

Do you know which internal table we can used?.

or any other way beside using rountine ?.any userexits?

Tks.

---

Ex.syntac after document saved.

SELECT * FROM vbuv INTO CORRESPONDING FIELDS OF

TABLE t_vbuv WHERE vbeln = komkbv2-vbeln

AND tbnam = 'V50UC'.

AND fdnam EQ 'SERIAL'.

---

Former Member
0 Kudos

Hi John,

Were you able to find the solution to your issue. I have the exact same requirement and we dont know which internal table to check. I would appreciate if you could let me now what solution you used for this.

Thanks

Rajeev Jain

Former Member
0 Kudos

rather than trying to read the incompletion log to see if serial # is filled, why dont you directly read the serial number field in table LIPS to make sure it is filled. If its not filled, then do not allow the output. This can be striaght logic in routine.

Regards

Sai

Former Member
0 Kudos

Hi

Can you please let me know , what are your Incompletion fields used in delivery.

based on that I will try to reply to ur query.

Regards

KRSNA

Former Member
0 Kudos

Hi ,

Tks for your information.

We have tried below internal table before but it didnot work.

Table1.TVUVF -->Incompletion control:Fields

Table 2.TVUV --->Incompletion control procedures.

--

Let me explain more detail .

In "Requirement Output control", we have created a Routines ,ex : Routine 999 " RV61B999".

Our output type in Delivery is ZPPH- Delivery output.

In spro , "Output procedure " we maintained - ZPPH with Requirement :Routine 999 .

In Routine 999 - in order to checking whether in Delivery [during creation ] there is incomplete log , we need to find the internal table which store incomplete log record ..

Is this the right way for checking incomplete log or there is another userexits that we can use?.

Our requirement : If there are incomplete log records during Outbound Delivery creation , no Ouput allowed..

Tks.

Former Member
0 Kudos

just complete your document (use VL02N) and get your output

you can use tranz V_UC to find your incompleted deliveries (set J in SD doc category) as well