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

Read preceeding document

Former Member
0 Likes
751

I need an assistance for the followng:

While I am creating a sales order, I want to check if there is a preceeding document. If there is I need to find the document and read the document in order to find the condition number and be able to gather some information to be used in a altentative formula calculation

5 REPLIES 5
Read only

Former Member
0 Likes
714

Hi,

USe USer Exit V45A0003 For this.

Read only

vinod_vemuru2
Active Contributor
0 Likes
714

Hi,

MV45AFZZ is the single exits which works for more than 90% of the requirements. Check the appropriate subroutine based on at what stage you want the checks.

Thanks,

Vinod.

Read only

Former Member
0 Likes
714

Hi...

Check in "VBFA" table.

Regards,

Lokeswari.

Read only

Former Member
0 Likes
714

Find a suitable user exit in program SAPMV45A and read the preceding document using table VBFA...

-


Thanks,

Andy

[SAP ABAP, Netweaver, ERP Tutorial|http://www.sapgeek.net]

Read only

0 Likes
714

I need some assistance to write an ABAP code in the VOFM transaction so as to check if there is a preceeding document.