14
Home Explore Search You slideshare Upload Login Signup Search Leadership Technology Education More Topics Creator's Hub Collect Leads Get Started Tips & Tricks Tools For Business Search Your SlideShare is downloading. ×

FS for FICO

Embed Size (px)

DESCRIPTION

f

Citation preview

Page 2: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 2/14

Page 3: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 3/14

Page 4: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 4/14

Page 5: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 5/14

Page 6: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 6/14

Upcoming SlideShare

Page 7: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 7/14

Loading in...5×

1 of 5

FS for FICO3,016

ShareLikeDownload

sadasivabFollow0 3 0 1

Published on Oct 07, 2012

SAP FICO Functional Specs

...

1 Comment1 LikeStatisticsNotes

Full NameComment goes here.12 hours ago Delete Reply Spam BlockAre you sure you want to Yes NoYour message goes here

Share your thoughts...Post

Page 8: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 8/14

smhussainmbaNICE9 months ago Reply Are you sure you want to Yes NoYour message goes here

abbas7491 month ago

No DownloadsViewsTotal Views3,016On Slideshare0From Embeds0Number of Embeds0ActionsShares4Downloads261Comments1Likes1Embeds 0No embeds

Report contentFlag as inappropriateCopyright ComplaintNo notes for slide

Transcript of "FS for FICO"

1. 1. Functional Spec?Functional Spec is mainly prepared for the purpose of developing the new reports(this happens onlywhen SAP standard report not achieve the client purpose) using the ABAP Program.for ABAPers youneed to give the details of the Tables , Fields and the logic how to pick the value and getthe report.The information contains in the functional specs are:a)Document segment (BSEG): whichcontains the company code,posting keys, vendors,etc.b)the line items(BKPF) consists of document type,etc.for example: from BSEG table you have to go to the field of BUKRS for company code, BSCHLforPosting Keys.From BKPF table you have to go to the field of BELNR for document Number,etc.Based on your functional specification the Abaper will design the report using his technicalspecifications.The above are examples only to understand. There are plenty of tables & fields for FI, COand Assetsseparately.Please assign points, if the above are useful.Functional spec are based on the

Page 9: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 9/14

business requirment and contains details of end userexpectations of the product Functionality documentdescribes requested properties of inputs and outputs the blueprint for how you want a particularapplication to look and work it details what the finished product will do who a user will interact with itand what it will look likethe key benefit of writing up a funtional spec is streamlining the developmentprocess. timeand productivity are saved during development stage because the programmers canprograminstead of also working out the logic of the user experienceS/W or program will be developed based onthe functional specsit consist of 1. business requirments­ brief detail about the business process and theneed of your cutomized program/report 2. security consideration­ who all can have access to this programand level of security whether it is at co.code level or country level 3. business dependences­ whether isthere any other process / program should have been completed before the execution of this program 4.Data requirement 5. priority­ whether the failure lead to production stoppage or any work around 6. errormanagement

2. 2. 7. how the program retrieve the data if it is a report programEg:­1The requirement was to add thevendor name to the fbl3n screen, we couldn’t add this so we went for anew report with all the fbl3n fields+ vendor name. This is a spec for the program.DEV ID; Sales tax reportFunctional Team ;ZaidAzam(phone)SAP Dev. Team (lead) Zaid Azam (phone #)(member) (phone #)Phase / Priority Phase1MediumThe above part is just a header, which system the report is, in what report is it i.e sales report,materialreprot etc, then the consultants name, lead name etc.how important it is medium , low,highRevisionsRev. Id Rev. date Author Description00 Initial release1 Report definitionBasicInformationReport type 1 A/PReport type 2 PrintedLanguage require.Printer requirement Local printer /system printerPaper requirement LandscapeSource environment: R/3Module: FISuggested techniqueALV / otherTriggered: ManuallyFrequency: On­demandVolume: DailyThen in the report definitionyouspecify what module it is in i.e. FI, MM etcwhat sub ledger AP/AR etchow often it will be printed etc etc( nothing really useful here, just giving a business touch)

3. 3. 2.Functional RequirementsFunctional RequirementsSelection Posting Date, G/l accountNarrative flow;The report should list the all the transactions of the G/l account( all items i.e open andcleared) selected onthe initial screen. It should list the vendor name and number when a G/l transactionis of avendorAssumptions / issues;Should have the capability of being exported to excelThis is the importantparthere you tell what are the fields on the selection screen.Then in the narrative flow you should tell theabapper what thre report should do like its mentioned above,eg ;apart from above get the sales forcustomers who reside in California between the date rangespecified on the selection screen3.ProcessinglogicProcessing logicStep 1 Enter g/l account (HKONT) on the selection screen and run with or without adate range Or run bya date range only without specifying a G/LStep 2 Get the G/L number from BSISthat was selected on the initial screen Or get all the G/ls that hadpostings in the posting date ( BUDAT)specified on the initial screen.Step 3 Get the amount ( WRBTR) from BSIS ( Open and cleared both arein BSIS)Step 4 Take the Document Number (BELNR) from BSIS and get the vendor number for that docnumberfrom BSIK ( open item), from BSAK ( cleared) if item is paid.Step 8 Should get the vendor namefrom LFA1 for the vendor number from BSIK or BSAKStep 9Step 10Processing Logic tells him in detailabout which fields should come and from which table( not necessaryto give technical names and tables,he could find that out, depends on the abbapper)4.OutputOutput4.1 LayoutFORMATG/L Posting dateAmount Doc type Text Doc number Pk Vendor # Name650100 12/03/2006 500 SA Test for report19000042342 4010229 GMCIn the format i put an excel view of how the final report should look like

4. 4. 4.2 Header elementsSAP Field Report Field CommentBSAK _LIFNR, BSIK_LIFNR VendornumberLFA1_NAME1 Vendor NameBSIS_BUDAT Posting DateBSIS_HKONT G/l account4.3 LineitemSAP Field Report Field CommentBSIS_WRBTR amountBSIS_BLART DocumenttypeBSIS_SGTXT Item textBSIS_BSCHL Posting KeyThen i enter the fields that should be there in thereport first the table name is list then the technical nameand then the English name. Both header and lineitems are specified.Additional topicsUnit Test Suggestions: Same as the standard SAP report FBL3N.Only addition is the vendor name andnumberSecurity/ Authorizations:ErrorhandlingDependenciesReferencesOut of scope requirements NA2. EgI need one new report like in theoutput i need only company code, Vendor number and recon. Accountassigned. like as below:CompanyCode Vendor Recon account1000 90000001 1560011000 90000002 1560012000 90000001 156002forthe above requirement with the input selection criteria like as belowCompany Code ( ) ( )Vendor ( ) ( )ifyou give input selection as above as required you will get the output as given aboveLogic should be as

Page 10: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 10/14

below:for input selectionCompany Code ­ BUKRS is the ABAP field for the company codeVendor ­LIFNRfor the outputCompany Code ­ LFB1­BUKRS

5. 5. Vendor ­ LFB1­LIFNRRecon account ­ LFB1­HKONTYou will get the recon account details in theLFB1 table , if you give the logic as above , ABAP er will writethe program for the same.

Recommended

Functional specification of sapSaptechies486

Design and functional_specificationpushkarprabhat643

Functional specification document_templateIsabel Elaine Leong

Page 11: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 11/14

3,578

Functional specification documents ofrtu3,194

Functional Specification with Use­CasesProf. Amir Tomer5,557

Sap fico­issuesSuresh Challagulla179

Functional Requirements Document Templatetomwinfrey9,760

Page 12: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 12/14

SAP Financials Real Time Issues and TipsPramila Raj SAP FI ® Associate Consultant Fresher ­ Certified24,424

SAP BUSINESS BLUE PRINT PRACTICE PROJECTVinit Dheer48,366

SAP FI General Ledger TablesY. Z. MERCAN9,598

Tables fi coKickOff_7513,846

SAP FI Configuration Guide | www.sapdocs.infoY. Z. MERCAN218,729

Page 14: FS for FICO

7/26/2015 FS for FICO

http://www.slideshare.net/sadasivab/fs­fpr­fico 14/14

LinkedIn Corporation © 2015

×Share this documentEmbed this documentLike this documentYou have liked this documentSave this document