You are on page 1of 8

Technical Specification

Document

1
VERSION

CHANGE REQUEST- 2017

ROBI AXIATA LTD.

TECHNICAL SPECIFICATION
OF
VAT CR-15 PO Rebate Commission Auto
Calculation

Prepared By: Consultant Reviewed By: ROBI BPO

TS_CR_15_PO_Condition Update 1
Technical Specification
Document

Document & Version Control


Project Name: Change Request-2017
Issue Date: Release Date:
Version 1.0 Specification No 1.0
Development No 1.0 Business Process No 1.0
Description of changes PO Routine for Rebate
commission auto
calculation
Responsible:
Md. Roton Hossain
Owner: Mirja Md. Enamul Haque

Client: Robi Axiata Limited

Document ID:

TO-BE Approval

Signature &
Function Name Role
Date
Prepared By Md. Roton Hossain ABAP Consultant

Md. Mustaque Tech

Checked By Md. Taskin Alam Tech

Md. Faruq Hossen

Syed Asif Ahmed


Reviewed By
Mohammad Monzur Ghani General Manager- Development

Sorwar Alam
Certified By
Anowar Hossain

Approved By

TS_CR_15_PO_Condition Update 2
Technical Specification
Document

Project Manager
Organization Project Manager Signature & Date

ROBI AXIATA LTD Mirja Md. Enamul Haque

Exzatech Solutions Ltd. Mr. Tarek Hossain Chowdhury

TS_CR_15_PO_Condition Update 3
Technical Specification
Document

Contents
1 OBJECTIVE ____________________________________________________________ 5
2 SECTION I: REVISION HISTORY ______________________________________________ 5
3 SECTION II: TASK ATTRIBUTES ____________________________________________ 5-6
4 SECTION III: PROGRAM DESCRIPTION ______________________________________ 6-20
5 SECTION IV: SCREEN 0100 __________________________________________________ 21
6 SECTION V: SCREEN 1000 _______________________________________________ 21-22
7 SECTION VI : SCREEN INPUT TABLE _____________________________________________ 22
8 SECTION V: DATABASE TABLE USED ____________________________________________ 23
10 Conclusion ____________________________________________________________ 24

TS_CR_15_PO_Condition Update 4
Technical Specification
Document

Objective
PO Rebate commission need to auto calculation in PO pricing procedure. Here three condition use for
pricing. System automation calculation work on two condition by standard configuration but another
condition need to map in these two condition with is not in standard. So, third condition need a separate
routine.

Section I: Revision History

Version Rationale for Change


TR No Date of Approval
No change Description

Section II: Task Attributes

T-code: VOFM
Program Name:

Development Class:

Message Class:

Program Type:

Program Location:

Development Type:

(List Report, SAP Script, ALV)

Processing Type:

(Batch, BDC, IDOC, real-time, near real-time


etc.)

TS_CR_15_PO_Condition Update 5
Technical Specification
Document

Frequency:

Trigger:

Volume:

Date Prepared :

Section III: Program Description: CR-15 PO Rebate Pricing


Update

TS_CR_15_PO_Condition Update 6
Technical Specification
Document

form frm_kondi_wert_976.

if KNOP.KZWI1 ne 0

xkwert = 0.

else

if xworkd ne 0.

xkwert = xworkd - xworke.

else.

xkwert = 0.

endif.

end if.

endform.

Section VI: Database Tables Used

< (Data Dictionary tables used / updated in SAP after the successful completion of the process)>

TS_CR_15_PO_Condition Update 7
Technical Specification
Document

Conclusion

TS_CR_15_PO_Condition Update 8

You might also like