cancel
Showing results for 
Search instead for 
Did you mean: 

Output type Not Coming Automatically while Saving billing document

former_member15804
Participant
0 Kudos

Hi All,

I have creating billing document through which an idoc get generated .

I am using output type of EDI but that is not appearing automatically while saving the billing document

I have also checked the routine in which

SY-SUBRC = 4.
CHECK : KOMKBV3-UVALL CA ' C'.
CHECK : KOMKBV3-UVPRS CA ' C'.
CHECK : KOMKBV3-UVALS CA ' C'.
CHECK KOMKBV3-RELIK EQ SPACE.
SY-SUBRC = 0.

KOMKBV3-RELIK is changing to A

can anyone please tell me why this value is changing to A. and how should i solve this

Thanks and Regards

Sandra_Rossi
Active Contributor
0 Kudos

What routine?

former_member15804
Participant
0 Kudos

Its for billing document 906 routine

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos
ZRD0 502Output ignored (requirement 960 not fulfilled)

This is not a standard routine but a customized one to suit some specific Business requirement. Take the help of your ABAP team to find out the root cause in debug mode.

former_member15804
Participant
0 Kudos

Hi

It is standard routine only - standard SAP routine 060

* perform standard SAP routine 060
PERFORM kobed_060.

SY-SUBRC = 4.
CHECK : KOMKBV3-UVALL CA ' C'.
CHECK : KOMKBV3-UVPRS CA ' C'.
CHECK : KOMKBV3-UVALS CA ' C'.
CHECK KOMKBV3-RELIK EQ SPACE.
SY-SUBRC = 0.

Lakshmipathi
Active Contributor
0 Kudos

Did you maintain condition record in vv31? If it is maintained and still output is not determined in vf02, did you check the "Determination Analysis" ? Please provide more information from the Determination Analysis

former_member15804
Participant
0 Kudos

Yes ,condition record is maintained in vv31.

Error is -

ZRD0 502Output ignored (requirement 960 not fulfilled)

former_member15804
Participant
0 Kudos

Can u please answer..