cancel
Showing results for 
Search instead for 
Did you mean: 

Billing Output Access Sequence behaving differently in VF01 Vs VF02

Former Member
0 Kudos

Hi All,

Scenario: For RD00 output from G2 Credit memos there is a customised access sequence. At the top as a first sequence a new table was added with fields as Sales Org/Billing Types/ Billed-to/ Order Reason. All the required changes to add 'order reason' in field catalogue and in output structures are done with development. System allows to maintain required output master record in VV31 as required.

Issue: Upon creating a credit memo the output access sequence ignores the newly added first table at the top (most specific) and jumps to the second one and output gets determined with second access although it should have considered the first one first. (Exclusive indicator marked for each step in Acc Seq) This is the case when the credit memo is seen in VF03 upon creation. But if the same document is opened in change mode VF02 it corrects the output and as required the first access gets determined.

Please advise what could be different in VF01 Vs VF02 as the first leads to wrong output and the later determines the right one, keeping all settings same.

Thanks,

Hemant

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member1115366
Active Participant
0 Kudos

This is a bit of a long shot, but hereu2019s an idea.

The problem may be that your order reason gets populated by a user exit in the billing document creation process, and this user exit has not yet executed when the output determination kicks off.

Put a break point in the user exit. If an output from the second key combination is already determined when the break point is reached, then the source of the problem is confirmed.

Regards,

Ken