cancel
Showing results for 
Search instead for 
Did you mean: 

Identification of gaps.

Former Member
0 Kudos

HI All,

Can somebody clear me on GAPS which are to be identified while implementing a SAP project.

Explain with an example to understand it properly.

Regards,

Danny.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi there,

Gap is something in which the current business process is different from the standard SAP.

For eg: Consider that for a delivery you want to print the proforma invoice F8. Business requirement is to print it immediately after delivery is saved. But standard SAP allows to do proforma billing only after PGI. So here there is a Gap. Insense that you need some ABAP custom development to fulfill the requirement.

To fulfill that, you need to write a customized code in copy control requirement routine from LF to F8 in VTFL at header level. In the routine, you will mention that for eg for sales org XXXX, processing F8 should be allowed immediately after delivery is saved. System should not check for PGI.

Basing on what you coded, system will allow the users to process F8 without delivery being PGI'ed for sales org XXXX. For all other sales orgs system will check for PGI.

Hope this clarifies.

Regards,

Sivanand