Settings in SAP R/3  And XI While IDOC is Receiver

Hi All,
If IDOC is the Sender Means, we need to Configure the Following
<b>In R/3</b>
1) Create Logical Sys of XI in R/3
2) Create RFC Destination in R/3 Towards XI ( RFC Dest Name Shld be Logical  
     System of XI )
3) Create Port ( WE21)
4) Create Partner Profile ( WE20 )
<b>In XI</b>
1) Create Logical Sys of R/3 in XI
2) Create RFC Destination in XI Towards R/3 ( RFC Dest Name Shld be Logical  
     System of R/3 )
3) Create Port ( IDX1)
4) Import Metadata ( IDX2 )
Here My Question is
If the IDOC is the Receiver Means Should we Configure All the Mentioned Above
OR
We have to Skip Some Configurations
Regards
Vamsi
Message was edited by:
        Vamsi Krishna

Hi
Ref
1.     In SM 59 , you will have to create an RFC destination for the R3 system to which you are trying to post an IDOC to.
2. In IDX1, create the port to send the data
3. In IDX2, import the IDOC metadata.
In R3, in We20, create the partner profile with an entry for the inbound idoc in the corresponding logical system.
https://websmp201.sap-ag.de/nw-howtoguides
for IDX1- http://help.sap.com/saphelp_nw2004s/helpdata/en/3b/beb13b00ae793be10000000a11402f/frameset.htm
for IDX2-
http://help.sap.com/saphelp_nw2004s/helpdata/en/8a/b8b13bb3ace769e10000000a11402f/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/frameset.htm
Thanks

Similar Messages

  • I am trying to set up my daughter's iTouch.  I am connected to our Wi-Fi, and have confirmed this in Settings,  but when we try and open any webpage we receive the message that page cannot be opened because not connected to the Internet

    I am trying to set up my daughter's iTouch.  I am connected to our Wi-Fi, and have confirmed this in Settings, but when we try and open any webpage we receive the message that page cannot be opened because not connected to the Internet.  I have already re-set the iPod, have shut-down and restarted, and told the iPod to "Forget Network".  please help - i am going bananas!

    Encryption wouldn't matter except for Wifi.
    While 10.2 might help, there's not much you can do on the Internet these days with less than 10.4.11
    Tiger Requirements...
    To use Mac OS X 10.4 Tiger, your Macintosh needs:
        * A PowerPC G3, G4, or G5 processor
        * Built-in FireWire
        * At least 256 MB of RAM (I recommend 1GB minimum)
        * DVD drive (DVD-ROM), Combo (CD-RW/DVD-ROM) or SuperDrive (DVD-R) for installation
        * At least 3 GB of free disk space; 4 GB if you install the XCode 2 Developer Tools  (I recommend 20GB minimum)
    http://support.apple.com/kb/HT1514
    http://www.ebay.com/sch/i.html?_nkw=mac+os+x+tiger+retail+10.4
    See Tom's, (Texas Mac Man), great info on where/how to find/get Tiger...
    https://discussions.apple.com/message/15305521#15305521
    Or Ali Brown's great info on where/how to find/get Tiger...
    http://discussions.apple.com/thread.jspa?messageID=10381710#10381710
    As far as Memory, that's sort of easy, find your eMac here...
    http://eshop.macsales.com/MyOWC/Models.cfm?Family=emac&sType=Memory
    As far as Hard Drive, it's not easy to replace the Internal drive, I'd maybe suggest an external Firewire drive to boot from...
    http://eshop.macsales.com/item/Other%20World%20Computing/MAU4S7500G16/

  • Color Settings Images are too warm and light while editing

    Can someone help me understand color settings in Photoshop. My images look much lighter and warmer when I edit them than when I export them using Save for Web.
    For a while I though it was because I was importing a raw file with a different color depth and profile so when it got saved as a jpg that the colors and brightness would shift. Recently, I made a graphic in Photoshop and it still looked warmer than the export. I also know temperature is displayed wrong in photoshop because when I create a neutral gray color its too warm. When it's exported using save for web the temperature is shown correctly.
    If it was a mis calibrated monitor it would look warm all of the time. I'm using Photoshop CS3, my color profile is sRGB with color management turned off (its off because espon recommends this setting because it can better manage colors). Although I tried changing these settings and they don't seem to make a difference. Here's neutral gray image with screen caps to show you what I'm talking about.
    http://i14.photobucket.com/albums/a317/pcofran/test/photoshop-color.jpg

    Calibration tools calibrate your monitor to produce colors on screen that will look proper given your room lighting. Think of calibration as being a very precise, accurate adjustment to the contrast, brightness, and RGB controls of your monitor. Obviously, if these controls are set differently, your images will view differently. Calibration results in the monitor being set properly for display of images at a known gamma. You can get fairly good, but not totally accurate, calibration visually, without a colorimeter, using appropriate software tools.
    Calibration tools also produce a profile that allows color managed software, such as Photoshop, to adjust its output for very precise reproduction within the gamut of your display. Again, there are some tools that produce a profile visually, but you get better results with a colorimeter.
    Why should this be necessary? You want to display your images with the intended colors. You also want the proper colors to be sent to your printer or the files on your website. If your monitor isn't properly calibrated and profiled, pixels from the image file that are, say, light gray (RGB 200,200,200) might appear as middle gray, near-white, or even tinged with red or blue. If you adjust the colors in the image file so it displays the way you want it, the pixels in the file will no longer be light gray and will display as something else entirely on a different monitor, when printed, or when viewed at a website.

  • Send Idoc to SAP in sequence and roll back if the last one fails

    Hi All
    I have a scenario like this.
    System Ajore --> XI - > R/3
    Ajore is a manufacturing system
    Send material from Ajore to SAP through XI and create MATMAS idoc in SAP
    Send change number from the Ajore to SAP through XI and create ECMMAS idoc in SAP
    Send Bill of materials from the Ajore to SAP through XI and create BOMMAT idoc in SAP
    All these will should be send in the sequence MATMAS, ECMMAS, BOMMAT to SAP. How can I achieve the sequence operation through XI?
    Second challenge is when I send the BOMMAT to SAP and if it fails, then all the processed MATMAS, ECMMAS sent to SAP should be rolled back.
    Is it possible to achieve using XI?
    The reqmt is very urgent. Any help is really appreciated.
    Thanks
    Ricky

    Hi Satish,
    Thanks for the reply. Do I need to do event driven message processsing in XI for this? The other way is to schedule the RBDAPP01 in R/3 to post idocs in sequence based on the message type and Partner number
    Does this makes sense?
    And any idea bout the second question for roll back?
    Thanks

  • SAP ERP - SAP ME - iDOCS - Not received

    Dear Experts,
    We are trying to send data ( MATMAS iDOC) from ERP to ME.
    We used the below transaction in SAP.
    1. using BD10 transaction in SAP ( Send material) Idoc was sent
    Checks :
    We checked in WE05 in SAP and found that Idocs sent is successful
    Opened MII ( Queue Monitor) and Found that Idoc was received successfully with ID but Message ( "" sucessfully Queued) Status : Queued
    Problem : We are not able to see the material in ME system
    No errors found in NWA logs.
    Kindly suggest any solution.
    Regards
    Shankar

    Make sure you have the plant id in the idoc. Here are the few place in the idoc that you need to add the PlantID. We're using TN01 as our plant.
    <MATMAS03>/ <IDOC>/ <E1MARCM>/ <WERKS>TN01</WERKS>
    <MATMAS03>/ <IDOC>/ <E1MBEWM>/ <BWKEY>TN01</BWKEY>
    <MATMAS03>/ <IDOC>/ <E1MVKEM>/ <DWERK>TN01</DWERK>

  • I tried to update my ipad air to 8.1, while istalling updates suddenly it went to recovery mode. Now when I try to restore factory settings it keeps restarting again and again.What shall I do in this situation?

    I tried to update my ipad air to 8.1, while istalling updates suddenly it went to recovery mode. Now when I try to restore factory settings it keeps restarting again and again.What shall I do in this situation?

    This is Linda again.  The new iPad actually as not restored on my employees computer. I thought it was working.  Message said the device is in recovery mode and can not be restored.  I have been at the Apple store for a total of 6 hours and on the phone with support for at least 4 hours.  And now the replacement has crashed???  Has this happened to any one else?

  • Printing Problem Pages- When printing, once I have confirmed the printing settings, the Proccessing Page Hangs, and then Pages begins to freeze, and then says Error While Printing.

    Hi there, I wonder if you can help me,
    When printing, on Pages 09, once I have confirmed the printing settings, the Proccessing Page Hangs, and then Pages begins to freeze, and then says Error While Printing. ScreenShots are below.
    Thanks for your help, in advance.
    Then......(after it has frozen, for about 2mins).....
    Cheers!

    IS
    Do you have the same problem with printing from other apps, such as TextEdit? Have you looked at your printer's control panel to see if an error condition is displayed there, and if so, what is it?
    Jerry

  • Connectivity between SAP ECC system and SAP BI

    Connectivity between SAP ECC system and SAP BI
    Hi BI-experts!
    I would like to load e.g. transaction data from SAP ECC system into SAP BI system.
    The Loading process is hanging in processing step u201CSERVICE APIu201D.
    The process  in hanging in status "yellow" and then changed after a while to status u201Credu201D.
    [0FI_AR_4 |http://www.file-upload.net/view-1447743/0FI_AR_4.jpg.html ]
    The following steps within Load process are yellow and then red:
    Extraction (messages): Missing messages
    Missing message: Request received
    Missing message: Number of sent records
    Missing message: Selection completed
    Transfer (IDocs and TRFC): Missing messages or warnings
    Request IDoc : Application document posted (is green)
    Data Package 1 : arrived in BW ; Processing : 2nd processing step not yet finished
    Info IDoc 1 : sent, not arrived ; Data passed to port OK
    Info IDoc 2 : sent, not arrived ; Data passed to port OK
    Info IDoc 3 : sent, not arrived ; Data passed to port OK
    Info IDoc 4 : sent, not arrived ; Data passed to port OK
    Subseq. processing (messages) : Missing messages
    Missing message: Subseq. processing completed
    DataStore Activation (Change Log) : not yet activated
    Question:
    Can some one tell me whether my distribution model or other settings are wrong?
    I created 2 distribution model (BD64), one from SAP BW system and other from SAP BI system with message types RSRQST, RSINFO, RSSEND
    Thank you very much!

    Hi Holger.
    this issue is related to the RFC but not the one which is communicating from BI to R/3 rather the one which is communicating from R/3 to BI follow these steps.
    1. check your BI system logical name from the myself source system.
    2. go the ECC and run the transaction sm59
    3. go the ABAP Connection folder and search for your RFC which name would be by default as per your BI logical system name.
    4. double click it and edit it now check whether the Target hostname or ip is OK.
    5. In the logon tab check the client number User and password settings.
    Save it and test it with both Connection Test and Remote Logon.
    if every thing work fine i hope your problem will be solved.
    kind regards,
    Zeeshan

  • Cin settings relates sap sd

    hello sap guru's
    Can any one please help me?
    Related CIN settings in SAP SD.
    In my business process have factory and export under bond pricing procedure.

    Hi,
    CIN determines taxes based on the chapter-id of the material. There are 2 levels for rate determination. First the system will check if there is an exceptional rate available. If this is available then that rate is picked up. This rate could be for a material or material and customer combination. If there are no exceptions then the system looks for chapter-id of that material. The customer will have an excise tax status which along with the plant status will give a final excise status. Based on the excise status and the chapter-id the rates are maintained.
    Can I change the tax rates retrospectively?
    You can change the excise rates with any given validity period. After making the changes you will have to update the sales orders if the new tax rates have to be considered for future deliveries.
    Can I have a different rate for incoming and outgoing transactions for the same material?
    You can maintain exceptional rates for either incoming or outgoing based on the volume of exceptions data.
    What do I do if I have one chapter-id for incoming and another for outgoing and material code is the same?
    Along with exceptional rate maintenance you can maintain the chapter-id which should be used for the outgoing transactions. This chapter-id will be used only for copying on to the document and will not be used for rate determination.
    Can I have some more additional rates?You can maintain multiple excise indicators and based on that you can have additional
    rates.
    What will happen if I have multiple rates with overlapping validity periods for the same chapter-id and tax indicator?
    While picking up the rate for a given transaction system will check for that validity period where the valid from is the maximum but with in the pricing date and based on that pick up the rate applicable.
    How does CIN do the pricing?
    CIN uses R3 condition technique for pricing along with the pricing formulae. Details are available in the CIN knowledge bank. Template pricing procedures are provided for various sales scenarios.
    How many tax codes do I need?
    The number of tax codes will directly depend on how you want to account the sales tax. You can have CST and LST being determined by the same tax code if both can be accrued into the same account. Instead if you need separate account determination then you need separate tax codes. Also based on the tax concessions available you need to decide the various tax rates which need to be mapped.
    How do I open up more than one tax classification?
    CIN comes with default customization to open up the tax classificvation fields. The procedure is as follows. You need to define as many condition types as the number of tax classification fields. Tbe following procedure could be used.
    • SPRO - Sales and distribution -Basic functions-Taxes - Tax
    determination rules For Country 'IN' make entries as follows (This
    is precustomized in client 000 )
    - Seq 1 - UTXJ
    - Seq 2 - JTX1
    - Seq 3 - JTX2
    - Seq 4 - JTX3
    In SPRO - Sales and Distribution - Basic functions - Taxes
    Determine tax relevancy of master records
    How do I handle concessional excise?
    This is explained in SAP note 335577. Having opened up the new tax classification
    fields you might have to do the following
    --> Customer taxes maintain the possible values for JTX3 . Each unique value should denote one concession rate. For eg 1 - normal excise duty
    --> Maintain the JTX3 value against the form code in J1IT -Define Form types
    Maintain the customer tax classification in customer master if the customer has got
    excise exemption
    --> Maintain the excise indicator in J1ID for the customer and form code and this indicator gives the final indicator
    --> Forms database is used for determination of whether the form has arrived or not at the time of billing.
    --> The tax classification value gets defaulted from the customer master in the sales order. This can be changed in the header
    billing data if required
    How do I handle sales tax concessions?
    SPRO - Sales and distribution -Basic functions-Taxes - Tax determination rules For Country 'IN' make entries as follows (This is precustomized in client 000 )
    - Seq 1 - UTXJ
    - Seq 2 - JTX1
    - Seq 3 - JTX2
    - Seq 4 - JTX3
    -> Taxes - Determine tax relevancy of master records - Customer taxes maintain the possible values for JTX1 and JTX2. Each unique value should denote one concession rate. For eg 1 - 4% . Multiple forms could correspond to a single rate. JTX1 could be used for CST and JTX2 for LST. (UTXJ could be freely used by the customers as earlier )
    -> Maintain the tax classification in customer master as well as
    material master ( Sales org data 2)
    Build access sequences based on these new fields to point to the correct sales tax code You might have to have a new access based on region of delivering plant and region of ship to party
    Basically Cin is divided in to two types: Difference between TAXINJ and TAXINN
    1. TAXINJ - Is a Routine Based that is used in the condition types. it will work on the logic what ever is there in the Routine.
    2. TAXINN: - Is a condition Record based. Means we have to create condition records for each and every condition type that you are going to use in the Pricing Procedure.
    Since Version 4.7 this TAXINN came into picture and start using this.
    And one of the important points is since 4.6 c CIN comes a separate package. But after introduction of 4.7 Version, CIN is coming the SAP Package itself and even in the Customer Master Record also we will find the CIN Icon.
    Basically 4 types of Pricing Procedures are used in CIN (TAXINJ) and are as follows:
    1.JDEPOT - Depot Sales
    2.JEXPOR - Export Sales
    3.JFACT - Factory Sales
    4.JSTKTR - Stock Transfer
    Country Version India comes with four pricing procedures (TAXINN) as follows:
    • JINFAC (Sales from manufacturing plants)
    • JINEXP (Export sales)
    • JINDEP (Sales from depots)
    • JINSTK (Stock transfers)
    TAXINJ & TAXINN are Tax Procedures in India. TAXINJ is old version & TAX INN is new version. Both has its own advantage & disadvantage.
    Upto 4.6C & partially 4.7 version of SAP, TAXINJ was used. TAXINJ is formula based calculation, in which we maintain the tax rate in Tax Code itself. The implication is that if say we are having product range such that say Excise rate differes for separate chapter ID, VAT, CST & permutation & combination of these, we require that many Tax Codes. For example:
    Tax Code: A1
    Taxes: 16% Excise Duty + 2% Education Cess + 12% VAT
    Tax Code: A2
    Taxes: 16% Excise Duty + 2% Education Cess + 8% VAT
    Tax Code: A3
    Taxes: 12% Excise Duty + 2% Education Cess + 12% VAT
    Tax Code: A3
    Taxes: 12% Excise Duty + 2% Education Cess + 8% VAT
    From 4.7 version onwards of SAP, TAXINN is being recommended & used. TAXINN is more user friendly & condition record based. In TAXINN, Tax Codes are statistical & of not much relevance, but are required to be maintained in condition record for taxes condition type. This makes Tax Codes simpler. The implication is that if say we are having product range such that say Excise rate differes for separate chapter ID, VAT, CST, we need not have the tax codes to that combination. For example:
    Tax Code: A1
    Can be used for any rate of excise duty, as tax code is only required to be maintained statistically in condition record.
    Tax Code: A2
    Can be used for any rate of VAT, as tax code is only required to be maintained statistically in condition record
    CIN:
    IMG > Logistics - General > Tax on Goods Movement > India > Basic Settings >
    Maintain Excise Registrations
    Use
    In this IMG activity, you maintain the data relating to your excise registrations.
    Activities
    enter each of your excise registrations, specifying a four-character code for each
    Excise Registration IDs
    In this activity, you maintain excise registration IDs. You create one ID for each of your business's excise registrations.
    Activities
    For each excise registration in your business create a registration ID, and state:
    • Which taxes the registration covers (additional excise duty, special excise duty, and cess)
    Fields for any taxes that are not covered will be hidden in transactions involving excise duty.
    • The maximum number of items to be printed on each excise invoice
    • Whether you are allowed partial CENVAT credits
    Maintain Registration ID NUMBER, Excise code number, excise registration number
    Excise Registration Number
    A number assigned to each premises or location that has registered as a manufacturer with the excise authorities.
    Every entity with an excise registration number is required to keep its own excise books.
    ECC Number
    Specifies the organization's ECC number.
    Excise Registration Number
    A number assigned to each premises or location that has registered as a manufacturer with the excise authorities.
    Every entity with an excise registration number is required to keep its own excise books.
    Excise range: Specifies the excise range in whose area the excise registration is located.
    Excise Division
    Specifies the excise division in whose area the excise registration is located.
    Excise Collectorate
    The code of the excise collectorate in whose area the excise registration is located.
    Indicator for confirming AED usage
    Additional Excise duty Percentage. These are leviable under the additional duties of excise act. These duties are in addition to basic excise duty and special excise duty.
    Example
    Additional Excise duty is leviable in case of textile products, tobacco and sugar.
    Similarly for SED CESS
    Number of Items in Excise Invoice
    Shows the maximum number of line items that the authorities allow per excise invoice.
    Dependencies
    This information is used when you create an excise invoice in Sales and Distribution (SD) for factory sales and for other movements.
    This information is used to split the transfer postings' items into multiple subcontracting challans.
    Excise register set description
    Description of the excise registers set.
    Partial CENVAT Credit
    Indicates that the excise registration ID is allowed to credit only a portion of its input excise duty to its CENVAT account.
    Dependencies
    When you post a goods receipt, the system splits the input excise duty on the material into its deductible and nondeductible amounts. It posts the deductible duty to the appropriate CENVAT account, and adds the nondeductible duty to the material value.
    This information is also shown when you post the vendor's excise invoice.
    Maintain Company Code Settings
    Use
    In this IMG activity, you maintain the data relating to your company codes.
    Document Type for CENVAT Postings
    It controls, which document type the system uses when making CENVAT postings in Financial Accounting (FI). Here ED is document type for cenvat posting.
    Indicator for providing debit account overwriting
    Debit Account Overwrite Indicator. X - Indicates debit accounts can be overwritten. Use In excise journal voucher transaction. It provides the flexibility to the user to enter the debit account of his choice depending on the nature of transaction.
    Automatic balance Indicator
    Excise year start month
    The calendar month marking the beginning of the excise year
    Use
    this start month represents the month for the start of the excise invoice number range. The month 04 is entered here indicating April of the calendar year as the start month for excise invoices. Any change by the Excise authorities regarding start month should be taken care of by an entry in this field and initialization.
    Excise invoice selection procedure
    Excise invoice selection type. To indicate the method opted by the company for selecting the excise invoice. It can be either earliest or latest invoices that were received.
    Number of excise invoices to be selected
    indicates the number of excise invoices that needs to be selected in the excise invoice selection.
    Days to be considered for excise invoice selection
    Number of days from document date for excise invoice selection.
    Example
    If the value of this field is 20 and today is 28-03-97. The excise
    invoice selection will show the related invoices only for the
    period 08-03-97 to 28-03-97.
    Document type for TDS FI posting
    Financial accounting document type for TDS posting.
    Document type for FI posting on Utilization
    Financial accounting document type for TDS posting.
    Indicator for item level excise duty round off
    This indicator is to be used for deciding whether Item level excise duty amount rounding off is required during procurement cycle. If marked 'X' then the excise duty amount will be rounded off to the nearest rupee at the Purchase order level. This will not round off the CENVAT credit to be taken. If the duty amount is less than one rupee then no rounding is done
    Rounding off of Excise duty for outgoing excise invoice
    You can round off the Excise amount to be paid during an outgoing Excise invoice by marking this indicator as 'X'. The rounding is done at the item level for each item where the amount is greater than 1 Rupee.
    Immediate Credit on Capital Goods
    Instructs the system, when you verify a goods receipt for capital goods, to immediately post half of the input excise duty to the appropriate CENVAT accounts.
    The rest is posted the CENVAT on hold account, for use in the following year.
    CVD Clearing Account
    Specifies which G/L account the system credits when you take a CENVAT credit on countervailing duty in the Incoming Excise Invoices transaction.
    Exchange rate type
    Key representing a type of exchange rate in the system.
    Use
    you enter the exchange rate type to store different exchange rates.
    Example
    you can use the exchange rate type to define a buying rate, selling rate, or average rate for translating foreign currency amounts. You can use the average rate for the currency translation, and the bank buying and selling rates for valuation of foreign currency amounts.
    Exchange rate type to be used for Export excise duty converts
    when you are creating an Excise invoice for export sales then the exchange rate for duty calculation will be picked up using this Exchange rate type.
    Maintain Plant Settings
    Use
    In this IMG activity, you maintain excise information relating to your plants.
    Plant Settings
    In this activity, you maintain excise information relating to your plants.
    Activities
    For each plant:
    • Specify whether it is a manufacturing site or a depot.
    • Assign it an excise registration ID.
    You can assign the same ID to more than one plant, if required.
    Depot
    indicates that the plant in question is a depot.
    Dependencies
    Depots are required to prepare register RG 23D, and follow different procedures for goods receipt and invoice generation.
    Number of goods receipt per excise invoice.
    Multiple GR for one excise invoice, Single credit
    Multiple GR for one excise invoice, multiple credits
    Maintain Excise Groups
    Use
    In this IMG activity, you define your excise groups. For each excise group, you can also control how various excise invoice transactions will work.
    Excise Groups
    In this activity, you define excise groups. An excise group allows you to maintain a separate set of excise registers and excise accounts. The RG 23A, RG 23C and PLA serial numbers are created for an excise group.
    Recommendation
    Under normal circumstances, excise authorities require every business to maintain only one set of excise registers and one set of accounts. But through exemption from the authorities, multiple books can be maintained.
    If your company has only one set of excise registers, then you need to maintain only one excise group.
    Activities
    1. Create one excise group for each set of registers that you need to keep.
    1. Assign the excise groups to plants.
    2. Maintain whether this Excise group is for a depot or not.
    3. If you receive only one consignment for an Excise challan then you can leave GR's per EI as blank. If you receive multiple GR's for a given Excise challan and would like to avail multiple credit mark the GRs per EI as 'Multiple GR's for one excise invoice, multiple credit'. Alternatively if you want to avail the credit only after all the goods receipts have been made mark it as ' Multiple GR for one excise invoice, single credit'.
    4. If you want to automatically create Excise invoice during Sales cycle at the time of billing the tick the indicator 'Create EI'
    5. During depot sales if you do not want to do RG23D selection and posting separately and would like to complete RG23D selection in one step mark the indicator 'RG23D Auto post'. This will post the selected records into RG23D automatically. You cannot cancel the selection later.
    6. If the indicator 'Default GR qty' is marked system will default the Excise challan quantity on to the Goods receipt if the Excise invoice number is given in the pop-up.
    7. If the indicator 'Folio no creates' is marked system will generate Folio numbers for RG23D during receipt of excise invoice into depot.
    8. 'Automatic posting' when ticked will post the Excise invoice other movements automatically along with creation in single step.
    9. 'Create Part1 for Block Stock' when marked will create a Part1 during the receipt of material into Blocked stock.
    10. 'Create Part1 for STO' when marked will create a Part1 during the receipt of material through inter plant transfers.
    11. 'Create Part1 for consumption stock' when marked will create a Part1 during the receipt of material into consumption stock.
    Excise Group
    Governs which set of excise registers a business transaction will be included in.
    Following is the relation between excise group, plant and registration.
    Dependencies
    In define excise groups in Customizing.
    Then, in transactions involving excise duty, for example, when you post a vendor's excise invoice, you specify which excise group you are using. This information tells the system which G/L accounts to post the excise to.
    At the end of the period, when you come to prepare your excise registers, you create different sets for each excise group.
    Indicates that the plant in question is a depot.
    Dependencies
    Depots are required to prepare register RG 23D, and follow different procedures for goods receipt and invoice generation.
    GR Per Excise Invoice
    Multiple GR for one excise invoice , Multiple credit
    Multiple GR for one excise invoice , Single Credit
    Create Excise Invoice Automatically
    Instructs the system to automatically create a Sales and Distribution (SD) excise invoice immediately you create a commercial invoice or a pro forma invoice.
    The excise invoice is created in the background.
    Dependencies
    If you want to make use of this function, you must also define the default plant, excise group, and series groups in Customizing for Sales and Distribution (SD), by choosing Excise Group - Series Group Determination.
    RG23D Sales Creation and posting option
    RG23D Automatic Option if selected will create Depot excise invoice by posting the selection of excise invoices in single step.
    If this is not selected then you need to separately do RG23D selection followed by PGI and then RG23D verification and posting.
    If you need automatic posting of RG23D selection then the Post Goods Issue should have been completed before running RG23D selection.
    Default excise qty in GR
    If this indicator is ticked then while doing Goods Receipt using 'MB01' system will default the excise invoice quantity on to the Goods receipt document.
    Folio number for depot
    Posting
    If this indicator is marked then while creating Excise invoice for other movements system automatically does the Verify and Post. You need not separately Post the excise invoice
    Also we can set indicator for creation of part 1 for:
    Blocked stock
    Stock transport order
    Consignment stock
    Maintain Series Groups
    Use
    In this IMG activity, you define the different excise series groups within your company. Series groups allow you to maintain multiple number ranges for the outgoing excise documents.
    Based on excise regulations and exemptions from the authorities you can maintain multiple number series for outgoing documents. But each of these series has to be declared to the excise authorities.
    Activities
    • Define excise series groups based on type of outgoing document
    • Assign series group to excise registration ID
    • If no financial postings are required for an Excise invoice in this seris group then you tick the 'No utilization' indicator.
    • If the CENVAT has to be paid immediately and you need not wait for the Fort nightly payment then mark the 'Immediate Utilization' indicator.
    Example
    You could define two series groups, group 001 for excise invoices, and group 002 for 57 F4 documents.
    No account postings for CENVAT in sales cycle
    No utilization Flag
    If you do not need any CENVAT utilization for an excise invoice but would like to just generate an excise invoice then you need to mark this indicator.
    IF the flag is checked then system will create an Excise invoice in the given Series group but there will not be any account postings or Part2 postings.
    Immediate Utilization of CENVAT
    Specifies that when you create an excise invoice, the system immediately pays the amount from CENVAT and creates the Part II entry. Such invoices will not be listed for fortnightly utilization.
    If you have both fortnightly and immediate utilization for the same excise group, the account determination within CIN IMG should point to the ED interim account.
    Account determination for immediate payment will be done exactly the same as being done for fortnightly utilization program.
    Maintain Excise Duty Indicators
    Use
    In this IMG activity; you maintain the excise duty indicators.
    IMG > Logistics - General > Tax On Goods Movement > India > Basic Settings > Determination of Excise Duty >
    Select Tax Calculation Procedure
    Use
    In this IMG activity, you specify which tax procedure you want to use for determining excise duties and sales taxes on input materials in India.
    • If you use condition-based excise determination, use a copy of the tax procedure TAXINN.
    • If you use formula-based excise determination, use a copy of the tax procedure TAXINJ.
    This tax procedure also supports condition-based excise determination, so that you can work with both concurrently.
    We strongly recommend that new customers use condition-based excise determination. Note that once you have started using a tax procedure, you cannot switch to another one, otherwise you will not be able to display old documents.
    Maintain Excise Defaults
    Use
    In this IMG activity, you define which tax procedure and pricing condition types are used in calculating excise taxes using formula-based excise determination.
    Activities
    If you use condition-based excise determination, fill out the CVD cond. field and leave all the others blank.
    If you use formula-based excise determination, fill out all of the fields as follows:
    • Enter the tax procedure and the pricing conditions that are relevant for excise tax processing.
    • Specify the purchasing and sales conditions types used for basic excise duty, additional excise duty, special excise duty, and cess.
    • Specify the conditions in the sales order that are used for excise rates.
    • Specify the countervailing duty condition type used for import purchase orders.
    See also
    SAP Library -> Logistics -> Country Versions -> Asia-Pacific -> India -> Materials Management (MM) -> Condition-Based Excise Determination and -> Formula-Based Excise Determination.
    IMG > Logistics - General > Tax On Goods Movement > India > Basic Settings > Determination of Excise Duty >
    Condition-Based Excise Determination
    Use
    When you enter a purchasing document, for example, a purchase order, the R/3 System automatically calculates the applicable excise duties using the condition technique.
    Features
    The standard system comes with two tax calculation procedures. TAXINN is only supports condition-based excise determination, whereas TAXINJ supports condition-based excise determination and formula-based excise determination. Both tax procedures contain condition types that cover all of the excise duties and sales taxes applicable.
    Since the exact rates of excise duty can vary on a large number of factors, such as which vendor you purchase a material from, or which chapter ID the vendor stocks the material under, you create condition records for every sort of excise duty.
    When you come to enter a purchasing document, the system applies the excise duty at the rates you have entered in the condition records.
    Activities
    Customizing
    Make for Logistics – General, by&#61614; India &#61614;the settings in Customizing Basic  Excise Duties Using&#61614;choosing Taxes on Goods Movements Account Settings Determination.&#61614;Condition Technique and …
    These activities include one activity where you define a tax code for condition-based excise determination.
    Master Data
    Create condition records for all excise duties that apply, and enter the tax code for condition-based excise determination in each.
    Day-to-Day Activities
    When you enter a purchase order or other purchasing document, enter the tax code for condition-based excise determination in each line item. The system then calculates the excise duties using the condition records you have created.
    When the ordered materials arrive, you post the goods receipt and the excise invoice. The system posts the excise duty to the appropriate accounts for deductible input taxes when you enter the excise invoice.
    Creating Condition Records for Excise Duty
    1. In the command field, enter FV11 and choose .
    2. Enter the condition type that you want to create a condition record for and choose .
    The Key Combination dialog box appears.
    3. Select the combination of objects that you want to create the condition record for.
    On the dialog box, Control Code means "chapter ID."
    So, for example, to create a condition record for a tax that applies to a combination of country, plant, and chapter ID, select Country/Plant/Control Code.
    4. Choose.
    5. Enter data as required.
    In the Tax Code field, enter the dummy tax code that you have defined.
    6. Save the condition record.
    Formula-Based Excise Determination
    Use
    When you execute a business transaction involving materials that are subject to excise duty, the system automatically calculates the duty for you.
    Prerequisites
    In order for the system to be able to determine which rate of excise duty to apply, you must have maintained all the data on the Excise Rate access from the SAP Easy&#61614;Maintenance screen, which you can Master Data &#61614;Access screen by choosing Indirect Taxes Excise Rate Maintenance.
    You maintain the following types of data:
    • Plant master data
    You assign each of your plants an excise duty indicator. You can use the same indicator for all the plants with the same excise status from a legal point of view, such as all those that are in an exempt zone.
    See also the information about manufacturers that are only entitled to deduct a certain portion of the duty (see Partial CENVAT Credit).
    • Vendor master data
    For each of your vendors with the same excise status from a legal perspective, you define an excise duty indicator. You must also specify the vendor type – for example, whether the vendor is a manufacturer, a depot, or a first-stage dealer. You must also stipulate if the vendor qualifies as a small-scale industry.
    For each permutation of plant indicator and vendor indicator, you then create a final excise duty indicator.
    • Customer master data
    similarly, you assign the same excise duty indicator to each of your customers that share the same legal excise status.
    Again, for each permutation of plant indicator and customer indicator, you then create a final excise duty indicator.
    • Material master data
    each material is assigned a chapter ID.
    • Excise tax rate
    For every chapter ID and final excise duty indicator, you maintain the rate of excise duty.
    If your business only qualifies for partial CENVAT credit, you must customize your system accordingly.
    Activities
    Let us consider an example to illustrate how the system determines which rate of excise duty to apply to a material. Assume you are posting a sale of ball bearings to a customer. The system automatically determines the rate of excise duty as follows:
    1. Looks up the customer master data to see what status you have assigned the customer.
    Let's assume you've assigned the customer status 3.
    2. Looks up the plant master data to see what status you have assigned the plant.
    Similarly, your plant has status 2.
    3. The system looks up the table under Excise Indicator for Plant and Customer to see what the final excise duty indictor is for customer status 3 and plant status 2: It is 7.
    4. The system determines the chapter ID of the ball bearing for the plant.
    Let’s assume the chapter ID at plant for the ball bearings is 1000.01.
    5. Finally, the system looks up the table under Excise Tax Rate to see what rate of duty applies to chapter ID 1000.01 under status 7.
    Define Tax Code for Purchasing Documents
    Use: In this IMG activity, you define a tax code for the purposes of calculating excise duty when you enter purchasing documents.
    Only carry out this activity if you use condition-based excise determination.
    Activities: Create a new tax code, and set the tax code type to V (input tax). Do not make any other settings for it.
    Assign Tax Code to Company Codes
    Use
    In this IMG activity, assign the tax code for purchasing documents to the company codes where it will be used.
    Only carry out this activity if you use condition-based excise determination.
    Classify Condition Types
    Use
    In this IMG activity, you specify which condition types you use for which sort of tax. Note that this only applies to condition types that you use with the new excise determination method.
    The system uses this information when you create a document from another one. For example, when you enter an incoming excise invoice from a purchase order, or when you create an outgoing excise invoice from a sales order, the system determines the various excise duties in the excise invoice using the information that you have entered here.
    In addition, when you create a purchasing document, the system only uses the condition types that you enter here.
    • For taxes on purchases, use the condition types contained in the tax procedure.
    • For taxes on sales, use the condition types contained in the pricing procedures.
    Standard settings
    The standard system comes with sample settings for the tax calculation procedures and pricing procedures.
    Use these settings as a basis for your own.
    IMG > Logistics - General > Tax on Goods Movement > India > Account Determination
    Define G/L Accounts for Taxes
    Use
    In this IMG activity, you specify which G/L accounts you will use to record which taxes.
    Requirements
    you have set up G/L accounts for each of the processing keys listed below.
    Activities
    Assign an account to each of the following posting keys. The accounts for VS1, VS2, and VS3 are used as clearing accounts during excise invoice verification.
    • VS1 (basic excise duty)
    • VS2 (additional excise duty)
    • VS3 (special excise duty)
    • VS5 (sales tax setoff)
    • MWS (central sales tax)
    • MW3 (local sales tax)
    • ESA (service tax)
    • ESE (service tax expense)
    Specify Excise Accounts per Excise Transaction
    Use
    In this IMG activity, you specify which excise accounts (for excise duty and CENVAT) are to be posted to for the various transaction types. Enter all the accounts that are affected by each transaction type.
    If you use sub transaction types, enter the accounts for each sub transaction type as well.
    Activities
    Transaction type UTLZ is used for determining accounts only while posting excise JVs and also if the payment of excise duty has to be done fortnightly.
    The fortnightly CENVAT payment utility picks up the credit side accounts from the transaction types of GRPO, EWPO, and TR6C for determining the CENVAT and PLA accounts. There is no separate transaction type for fortnightly payment.
    Example
    Excise TT DC ind Account name
    GRPO CR CENVAT clearing account
    GRPO CR RG 23 BED account
    GRPO DR CENVAT on hld account
    Specify G/L Accounts per Excise Transaction
    Use
    In this IMG activity, you assign the excise and CENVAT accounts to G/L accounts.
    When you come to execute the various transactions, the system determines which G/L accounts to post to by looking at the:
    • Excise group
    • Company code
    • Chart of accounts
    Furthermore, if you want separate account determination settings within an excise group, you can also use sub transaction types.
    Requirements
    You have already:
    • Defined the G/L accounts
    • Defined the excise groups
    • Maintained the transaction accounts
    Activities
    For each excise group, assign the excise and CENVAT accounts to G/L accounts. For most businesses, one set of accounts will suffice for all transactions.
    Note
    You need not remit the CENVAT to the excise department immediately, so maintain the credit account for transaction type DLFC as an excise duty interim account. This will be set off when you remit the duty.
    Config setting needed to be done in order to get the Excise Details Screen in Material Master.
    Even though this functionality is available in enterprise version, a small config step has to be made in Screen Sequences for Material Master.
    Following document helps you to do this configuration.
    &#61664; 1. Go to IMG Define Structure of&#61664; Logistics General &#61664;Material Master Configuring the Material master Screen Sequence.&#61664;Data Screen for each
    2. Select your screen sequence. Usually it would be 21. Select the same and click on Data Screen in the left frame.
    3. Once the data screens are exhibited, select data screen no. 15, ie. SSq. 21and Scrn 15, which is “Foreign Trade: Import Data”. Select the same and click on Subscreens in the left frame.
    4. Go to the last sub screen i.e. 21-15-6 - SAPLMGD1- 0001 and select the same. Click on tab view subscreen and ensure that the subscreen is blank.
    5. Now in the last sub screen i.e. no.6 you delete SAPLMGD1 – 0001 and instead add SAPLJ1I_MATERIAL_MASTER and in the screen no. 2205.
    6. Save the setting.
    7. Create a Material Master and check whether in Screen Foreign Trade – Import, Excise related subscreen appears.
    CIN - INDIAN TRANSACTION CODES
    Transaction Codes for India
    Transaction
    Action
    J1I2
    Prepare a sales tax register
    J1I3
    Create outgoing excise invoices in batches
    J1I5
    Update the RG 1 and Part I registers
    J1IEX
    Incoming Excise Invoices (central transaction)
    J1IEX_C
    Capture an incoming excise invoice (excise clerk)
    J1IEX_P
    Post an incoming excise invoice (excise supervisor)
    J1IF01
    Create a subcontracting challan
    J1IF11
    Change a subcontracting challan
    J1IF12
    Display a subcontracting challan
    J1IF13
    Complete, reverse, or recredit a subcontracting challan
    J1IFQ
    Reconcile quantities for subcontracting challans
    J1IFR
    List subcontracting challans
    J1IH
    Make a CENVAT adjustment posting
    J1IIN
    Create an outgoing excise invoice
    J1IJ
    Assign excise invoices to a delivery for sales from depots
    J1INJV
    Adjust withholding tax Item
    J1INREP
    Reprint a withholding tax certificate for a vendor
    J1IQ
    Year-End Income Tax Depreciation Report
    J1IR
    Download register data
    J1IS
    Process an excise invoice (outgoing) for other movements
    J1IU
    Process exemption forms
    J1IW
    Verify and post an incoming excise invoice
    J1IX
    Create an incoming excise invoice (without reference to purchase order)
    J2I8
    Transfer excise duty to CENVAT account
    J2IU
    Remit excise duty fortnightly
    J2I9
    Monthly CENVAT return
    J1IG
    Excise invoice entry at depot
    J1IGA
    Create additional excise entry at depot
    J2I5
    Extract data for excise registers
    J2I6
    Print excise registers
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • ARCHITECTURE OF SAP R/3 AND APPLICATION SERVER AND DATABASE SERVER IN ABAP

    ARCHITECTURE OF SAP R/3 AND APPLICATION SERVER AND DATABASE SERVER IN ABAP?
    PLEASE EXPLAIN

    hi
    <b>Presentation Server</b>
    It is actually a program named sapgui.exe.
    It usually installed in user’s workstation.
    The interface accepts the input from the user in the form of keystrokes, mouse-clicks, and function keys, and sends these requests to the application server.
    It receives and displays the result from the application server.
    <b>Application Server</b>
    An application server is a set of executables that collectively interpret the the ABAP/4 programs.
    Each application server has a profile called application server profile, that specifies its characteristics when it starts up and while it is running. It specifies:     
    1. Number of processes and its types.          
    2.Amount of memory each process may use.
    3. Length of time a user is inactive before being automatically logged off.
    If your ABAP/4 program requests information from the database, the application server will format the request and send it to the database server
    <b>Database Server</b>
    The database server is a set of executables that accepts database requests from the application server.
    These requests are passed on to the RDBMS (Relation Database Management System).
    The RDBMS sends the data back to the application server.
    The RDBMS  may run on database server’s computer or may be installed on its own computer.
    The components of application server are dispatcher, dispatcher queue, work process.
    All requests that come in from presentation servers are directed first to the dispatcher.
    The dispatcher writes them to the dispatcher queue.
    The dispatcher pulls the requests from the queue on a first-in, first-out basis.
    Each request is then allocated to the first available work process.
    A work process handles one request at a time.
    The work process needs two memory areas, the user context and the roll area.
    The user context is a memory area that contains the information about the user.
    The roll area is a memory area that contains about the program execution.
    <b>User Context</b>
    User context is a memory area that contains the characteristics of a user that is logged on the R/3 system.
    1)It holds,     user’s current settings.               
    2. The users authorizations.          
    3. The names of the programs the user is currently running.
    When a user logs on, the user context is allocated for that logon. When logs off, it is freed.
    <b>Roll Area     </b>
    A roll area is a memory that is allocated by a work process for an instance of a program.
    It holds the information needed by R/3 about the program execution, such as:     1. The values of the variables               
    2. The dynamic memory allocations          
    3. The current program pointer.
    Each time a user starts a program, a roll area is created for that instance of the program.
    If two users are using the same program at the same time, two roll areas will exist-one for each user.
    The roll area is freed when the program ends.
    Both roll area and the user context play an important roll in dialog processing
    <b>pls reward points dor useful ans</b>
    <i>regards
    vivek</i>
    Message was edited by:
            Vivek Saxena

  • I want a SAP Financial Accounting and Controlling question,

    hi

    Hi
    Can u send me your personal Email ID, I will forward it again.
    Enterprise Structure
    What is a Company Code and what are the basic organizational
    assignments to a company code?
    Company Code is a legal entity for which financial statements like Profit
    and Loss and Balance Sheets are generated. Plants are assigned to the
    company code, Purchasing organization is assigned to the company code,
    and Sales organization is assigned to the company code.
    What is the relation between a Controlling Area and a Company
    code?
    A Controlling area can have the following 2 type of relationship with a
    Company code
    a. Single Company code relation
    b. Cross Company code relation
    This means that one single controlling area can be assigned to several
    different company codes. Controlling can have a one is to one
    relationship or a one is to many relationship with different company
    codes.
    Controlling Area is the umbrella under which all controlling activities of
    Cost Center Accounting, Product Costing, Profit Center and Profitability
    Analysis are stored.
    In a similar way Company Codes is the umbrella for Finance activities.
    How many Chart of Accounts can a Company code have?
    A single Company code can have only one Chart of Account assigned to
    it. The Chart of Accounts is nothing but the list of General Ledger
    Accounts.
    What are the options in SAP when it comes to Fiscal years?
    Fiscal year is nothing but the way financial data is stored in the system.
    SAP provides you with the combination of 12 normal periods and also
    four special periods. These periods are stored in what is called the fiscal
    year variant.
    There are two types of Fiscal Year Variant
    · Calendar Year – e.g. Jan-Dec
    · Year Dependent Fiscal Year .
    What is a year dependent fiscal year variant ?
    In a year dependent fiscal year variant the number of days in a month
    are not as per the calendar month. Let us take an example:- For the year
    2005 the period January ends on 29th, Feb ends on 27th, March ends on
    29. For the year 2006 January ends on 30th, Feb ends on 26th, March
    ends on 30th. This is applicable to many countries especially USA. Ever
    year this fiscal year variant needs to be configured in such a case
    How does posting happen in MM (Materials Management) during
    special periods?
    There is no posting which happens from MM in special periods. Special
    periods are only applicable for the FI module. They are required for
    making any additional posting such as closing entries, provisions. which
    happen during quarter end or year end.
    How many currencies can be configured for a company code?
    A company code can have 3 currencies in total. They are local currency
    ie company code currency) and 2 parallel currencies. This gives the
    company the flexibility to report in the different currencies.
    Do you require to configure additional ledger for parallel currencies?
    Where only 2 currencies are configured (Company code currency and a
    parallel currency) there is no need for an additional ledger. In case the
    third parallel currency is also configured and if it is different than the
    second currency type, you would then need to configure additional
    ledger.
    If there are two company codes with different chart of accounts how
    can you consolidate their activities?
    In this case you either need to write an ABAP program or you need to
    implement the Special Consolidation Module of SAP. If both the company
    codes use the same chart of accounts then standard SAP reports give
    you the consolidated figure.
    FI-GL
    Give some examples of GL accounts that should be posted
    automatically through the system and how is this defined in the
    system.
    Stock and Consumption accounts are instances of GL accounts that
    should be automatically posted . In the GL account master record, a
    check box exists wherein the automatic posting option is selected called “
    Post Automatically Only”
    What is a Account group and where is it used?
    An Account group controls the data that needs to be entered at the time
    of creation of a master record. Account groups exist for the definition of a
    GL account, Vendor and Customer master. It basically controls the fields
    which pop up during master data creation in SAP.
    What is a field status group?
    Field status groups control the fields which come up when the user does
    the transactions. There are three options for field selection. They are:
    Display only
    Suppressed
    Mandatory
    So basically you can have any field either for display only or you can
    totally suppress it or make it mandatory.
    The field status group is stored in the FI GL Master Record.
    What is the purpose of a “Document type” in SAP?
    A Document type is specified at the Header level during transaction entry
    and serves the following purposes:
    · It defines the Number range for documents
    · It controls the type of accounts that can be posted to eg
    Assets, Vendor, Customer, Normal GL account
    · Document type to be used for reversal of entries
    · Whether it can be used only for Batch input sessions
    Document Type is created for differentiating business transactions. Eg
    Vendor Invoice, Credit Memo, Accrual Entries,Customer Invoice. It is a
    two digit character.
    What is a Financial Statement Version?
    A FSV (Financial Statement Version) is a reporting tool and can be used
    to depict the manner in which the financial accounts like Profit and Loss
    Account and Balance Sheet needs to be extracted from SAP. It is freely
    definable and multiple FSV's can be defined for generating the output for
    various external agencies like Banks and other Statutory authorities.
    How are input and output taxes taken care of in SAP?
    A tax procedure is defined for each country and tax codes are defined
    within this. There is flexibility to either expense out the Tax amounts or
    Capitalize the same to Stocks.
    What are Validations and Substitutions?
    Validations/Substitutions in SAP are defined for each functional area
    e.g. FI-GL, Assets, Controlling etc at the following levels
    1. Document level
    2. Line item level
    These need to be specifically activated and setting them up are complex
    and done only when it is really needed. Often help of the technical team
    is taken to do that.
    Is it possible to maintain plant wise different GL codes?
    Yes. To be able to do so the valuation group code should be activated.
    The valuation grouping code is maintained per plant and is configured in
    the MM module. Account codes should be maintained per valuation
    grouping code after doing this configuration.
    Is Business area at company code Level?
    No. Business area is at client level. What this means is that other
    company codes can also post to the same business area.
    What are the different scenarios under which a Business Area or a
    Profit Center may be defined?
    This question is usually very disputable. But both Business Areas and
    Profit centers are created for internal reporting. Each has its own pros
    and cons but many companies nowadays go for Profit center as there is a
    feeling that business area enhancements would not be supported by SAP
    in future versions.
    There are typical month end procedures which need to be executed for
    both of them and many times reconciliation might become a big issue. A
    typical challenge in both of them is in cases where you do not know the
    Business Area or Profit Center of the transaction at the time of posting.
    What are the problems faced when a Business area is configured?
    The problem of splitting of account balance is more pertinent in case of
    tax accounts.
    Is it possible to default certain values for particular fields? For e.g.
    company code.
    Yes it is possible to default values for certain fields where a parameter id
    is present.
    Step 1 Go to the input field to which you want to make defaults.
    Step 2 Press F1, then click technical info push button. This would open
    a window that displays the corresponding parameter id (if one has been
    allocated to the field) in the field data section.
    Step 3 Enter this parameter id using the following path on SAP Easy
    access screen System à User profile à Own data.
    Step 4 Click on parameter tab. Enter the parameter id code and enter the
    value you want as default. Save the usersettings.
    Which is the default exchange rate type which is picked up for all
    SAP transactions?
    The default exchange rate type picked up for all SAP transactions is M
    (average rate)
    Is it possible to configure the system to pick up a different exchange
    rate type for a particular transaction?
    Yes it is possible. In the document type definition of GL, you need to
    attach a different exchange rate type.
    What are the master data pre-requisites for document clearing?
    The Gl Account must be managed as an ‘open item management’ . This
    checkbox is there in the General Ledger Master Record called Open Item
    Management. It helps you to manage your accounts in terms of cleared
    and uncleared items. A typical example would be GR/IR Account in SAP
    (Goods Received/Invoice Received Account)
    Explain the importance of the GR/IR clearing account.
    GR/IR is an interim account. In the legacy system of a client if the goods
    are received and the invoice is not received the provision is made for the
    same.
    In SAP at the Goods receipt stage the system passes an accounting entry
    debiting the Inventory and crediting the GR/IR Account .Subsequently
    when an invoice is recd this GR/IR account is debited and the Vendor
    account is credited. That way till the time that the invoice is not received
    the GR/IR is shown as uncleared items.
    How many numbers of line items in one single entry you can have?
    The number of line items in one document you can accommodate is 999
    lines.
    A Finance Document usually has an assignment field. This field
    automatically gets populated during data entry. Where does it get
    its value?
    This value comes from the Sort key entered in the Gl master record.
    How do you maintain the number range in Production environment?
    Do you directly create it in the Production box or do you do it by
    means of transport?
    Number range is to be created in the production client. You can
    transport it also by way of request but creating in the production client is
    more advisable.
    In customizing “company code productive “means what? What does
    it denote?
    Once the company code is live(real time transactions have started) this
    check box helps prevents deletion of many programs accidentally. This
    check box is activated just before go live.
    What is done by GR/IR regrouping program?
    The balance in a GR/IR account is basically because of 2 main types of
    transactions:-
    Goods delivered but invoice not received – Here the Goods receipt is
    made but no invoice has yet been received from the vendor. In such a
    scenario GR/IR account will have a credit balance.
    Invoiced received but goods not delivered – Here the Invoice is
    received from the vendor and accounted for, but goods have not been
    received. In such a scenario GR/IR account will have a debit balance.
    The GR/IR account would contain the net value of the above two types of
    transactions. The GR/IR regrouping program analyses the above
    transactions and regroups them to the correct adjustment account. The
    balance on account of first transactions will be regrouped to another
    liability account and the balance on account of second transactions will
    be regrouped to an asset account.
    What are the functionalities available in the financial statement
    version?
    In the financial statement version the most important functionality
    available is the debit credit shift. This is more important in case of
    Bank overdraft accounts which can have a debit balance or a credit
    balance. Thus in case of a debit balance you would require the overdraft
    account to be shown on the Asset side. In case of credit balance you
    would require the account to be shown on the Liability side.
    Is it possible to print the financial statement version on a SAPscript
    form?
    Yes. It is possible to print the financial statement version on a SAPscript
    form.
    How do you configure the SAPscript form financial statement
    version?
    It is possible to generate a form from the financial statement version and
    print the financial statements on a SAPscript form. In the customizing for
    financial statement version select the FSV you created and choose Goto
    à Generate form à One column or Two column form.
    You can also copy form from the standard system.
    Is it possible to generate a financial statement form automatically?
    Yes. It is possible to generate a form automatically.
    Is it possible to keep the FI posting period open only for certain GL
    codes?
    Yes. It is possible to keep open the FI posting period only for certain GL
    codes.
    How do you keep the FI posting period open only for certain GL
    codes?
    In transaction code OB52 click on new entries and maintain an interval
    or a single GL code for the account type S with the posting period
    variant. If the GL codes are not in sequence then you need to maintain
    further entries for the posting period variant and account type S.
    Can posting period variant be assigned to more than 1 company
    code?
    Yes. Posting period variant can be assigned to more than one company
    code.
    Accounts Receivable and Accounts
    Payable
    At what level are the customer and vendor codes stored in SAP?
    The customer and vendor code are at the client level. That means any
    company code can use the customer and vendor code by extending the
    company code view.
    How are Vendor Invoice payments made?
    Vendor payments can be made in the following manner:
    Manual payments without the use of any output medium like cheques
    etc.
    Automatic Payment program through cheques, Wire transfers, DME etc.
    How do you configure the automatic payment program?
    The following are the steps for configuring the automatic payment
    program:-
    Step 1 Set up the following:
    Co. code for Payment transaction
    Define sending and paying company code.
    Tolerance days for payable
    Minimum % for cash discount
    Maximum cash discount
    Special GL transactions to be paid
    Step 2 Set up the following:
    Paying company code for payment transaction
    Minimum amount for outgoing payment
    No exchange rate diff
    Separate payment for each ref
    Bill/exch payment
    Form for payment advice
    Step 3 Set up the following:
    Payment method per country
    Whether Outgoing payment
    Check or bank transfer or B/E
    Whether allowed for personnel payment
    Required master data
    Doc types
    Payment medium programs
    Currencies allowed
    Step 4 Set up the following:
    Payment method per company code for payment transactions
    Set up per payment method and co. code
    The minimum and maximum amount.
    Whether payment per due day
    Bank optimization by bank group or by postal code or no
    optimization
    Whether Foreign currency allowed
    Customer/Vendor bank abroad allowed
    Attach the payment form check
    Whether payment advice required
    Step 5 Set up the following:
    Bank Determination for Payment Transactions
    Rank the house banks as per the following
    Payment method, currency and give them ranking nos
    Set up house bank sub account (GL code)
    Available amounts for each bank
    House bank, account id, currency, available amount
    Value date specification
    Where do you attach the check payment form?
    It is attached to the payment method per company code.
    Where are Payment terms for customer master maintained?
    Payment terms for customer master can be maintained at two places i.e.
    in the accounting view and the sales view of the vendor master record.
    Which is the payment term which actually gets defaulted when the
    transaction is posted for the customer (accounting view or the sales
    view)?
    The payment term in the accounting view of the customer master comes
    into picture if the transaction originates from the FI module. If an FI
    invoice is posted (FB70) to the customer, then the payment terms is
    defaulted from the accounting view of the customer master.
    The payment term in the sales view of the customer master comes into
    picture if the transaction originates from the SD module. A sales order is
    created in the SD module. The payment terms are defaulted in the sales
    order from the sales view of the customer master.
    Where are Payment terms for vendor master maintained?
    Payment terms for Vendor master can be maintained at two places i.e. in
    the accounting view and the purchasing view.
    Which is the payment term which actually gets defaulted in
    transaction (accounting view or purchasing view)?
    The payment term in the accounting view of the vendor master comes
    into picture if the transaction originates from the FI module. If an FI
    invoice is posted (FB60) to the Vendor, then the payment terms is
    defaulted from the accounting view of the vendor master.
    The payment term in the purchasing view of the vendor master comes
    into picture if the transaction originates from the MM module. A
    purchase order is created in the MM module. The payment terms are
    defaulted in the purchase order from the purchasing view of the vendor
    master.
    Explain the entire process of Invoice verification from GR to Invoice
    verification in SAP with accounting entries?
    These are the following steps:
    A goods receipt in SAP for a purchased material is prepared referring a
    purchase order.
    When the goods receipt is posted in SAP the accounting entry passed is:-
    Inventory account Debit
    GR/IR account credit
    A GR/IR (which is Goods receipt/Invoice receipt) is a provision account
    which provides for the liability for the purchase. The rates for the
    valuation of the material are picked up from the purchase order.
    When the invoice is booked in the system through Logistics invoice
    verification the entry passed is as follows:-
    GR/IR account debit
    Vendor credit
    How are Tolerances for Invoice verification defined?
    The following are instances of tolerances that can be defined for Logistic
    Invoice Verification.
    c. Small Differences
    d. Moving Average Price variances
    e. Quantity variances
    f. Price variances
    Based on the client requirement, the transaction can be “Blocked” or
    Posted with a “Warning” in the event of the Tolerances being exceeded.
    Tolerances are nothing but the differences between invoice amount and
    payment amount or differences between goods receipt amount and
    invoice amount which is acceptable to the client.
    Can we change the reconciliation account in the vendor master?
    Yes. Reconciliation account can be changed in the vendor master
    provided that the authority to change has been configured. Normally we
    should not change the reconciliation account.
    What is the impact on the old balance when the reconciliation
    account in the vendor master is changed?
    Any change you make to the reconciliation account is prospective and
    not retrospective. The old items and balances do not reflect the new
    account only the new transactions reflect the account.
    There is an advance given by the customer which lies in a special GL
    account indicator A. Will this advance amount be considered for
    credit check?
    It depends on the configuration setting in the special GL indicator A. If
    the “Relevant to credit limit” indicator is switched on in the Special GL
    indicator A the advances will be relevant for credit check, otherwise it will
    not be relevant.
    In payment term configuration what are the options available for
    setting a default baseline date?
    There are 4 options available:-
    1) No default
    2) Posting date
    3) Document date
    4) Entry date
    What is generally configured in the payment term as a default for
    baseline date?
    Generally document date is configured in the payment term as a default
    for base line date.
    How do you configure a special GL indicator for Customer?
    You can use an existing special GL indicator ID or create a new one.
    After creating a special GL indicator id, update the chart of accounts and
    the Reconciliation account. Also as a last step you need to update the
    special GL code.
    The special GL code should also be marked as a Reconciliation account.
    Switch on the relevant for credit limit and commitment warning
    indicators in the master record.
    Bank Accounting:
    How is Bank Reconciliation handled in SAP?
    The bank reco typically follows the below procedure:
    First, the payment made to a Vendor is posted to an interim bank
    clearing account. Subsequently, while performing reconciliation, an entry
    is posted to the Main Bank account. You can do bank reconciliation
    either manually or electronically.
    How do you configure check deposit?
    The following are the steps for configuring check deposit:-
    Step1: Create account symbols for the main bank and incoming check
    account.
    Step2: Assign accounts to account symbols
    Step3: Create keys for posting rules
    Step4: Define posting rules
    Step5: Create business transactions and assign posting rule
    Step6: Define variant for check deposit
    What is the clearing basis for check deposit?
    In the variant for check deposit we need to set up the following
    a) fields document number ( which is the invoice number),
    b) amount
    c) Short description of the customer.
    The document number and the invoice amount acts as the clearing
    basis.
    How do you configure manual bank statement?
    The following are the steps for configuring manual bank statement:-
    Step1: Create account symbols for the main bank and the sub accounts
    Step2: Assign accounts to account symbols
    Step3: Create keys for posting rules
    Step4: Define posting rules
    Step5: Create business transaction and assign posting rule
    Step6: Define variant for Manual Bank statement
    How do you configure Electronic bank statement?
    The steps for Electronic Bank Statement are the same except for couple
    of more additional steps which you will see down below
    Step1: Create account symbols for the main bank and the sub accounts
    Step2: Assign accounts to account symbols
    Step3: Create keys for posting rules
    Step4: Define posting rules
    Step5: Create transaction type
    Step6: Assign external transaction type to posting rules
    Step7: Assign Bank accounts to Transaction types
    Fixed Assets
    What are the organizational assignments in asset accounting?
    Chart of depreciation is the highest node in Asset Accounting and this is
    assigned to the company code.
    Under the Chart of depreciation all the depreciation calculations are
    stored.
    How do you go about configuring Asset accounting?
    The configuration steps in brief are as follows:-
    a) Copy a reference chart of depreciation areas
    b) Assign Input Tax indicator for non taxable acquisitions
    c) Assign chart of depreciation area to company code
    d) Specify account determination
    e) Define number range interval
    f) Define asset classes
    g) Define depreciation areas posting to general ledger
    h) Define depreciation key
    Explain the importance of asset classes. Give examples?
    The asset class is the main criterion for classifying assets. Every asset
    must be assigned to only one asset class. Examples of asset class are
    Plant& Machinery, Furniture & Fixtures, Computers etc. The asset class
    also contains the Gl accounts which are debited when any asset is
    procured. It also contains the gl accounts for depreciation calculation,
    scrapping etc
    Whenever you create an asset master you need to mention the asset
    class for which you are creating the required asset. In this manner
    whenever any asset transaction happens the gl accounts attached to the
    asset class is automatically picked up and the entry passed.
    You can also specify certain control parameters and default values for
    depreciation calculation and other master data in each asset class.
    How are depreciation keys defined?
    The specifications and parameters that the system requires to calculate
    depreciation amounts are entered in Calculation methods. Calculation
    methods replace the internal calculation key of the depreciation key.
    Depreciation keys are defaulted in Asset Master from the asset class.
    Refer to the configuration for more details of how depreciation is
    calculated.
    A company has its books prepared based on Jan –Dec calendar year
    for reporting to its parent company. It is also required to report
    accounts to tax authorities based on April- March. Can assets be
    managed in another depreciation area based on a different fiscal
    year variant?
    No. Assets accounting module cannot manage differing fiscal year variant
    which has a different start date (January for book depreciation and April
    for tax depreciation) and different end date (December for book
    depreciation and March for tax depreciation). In this case you need to
    implement the special purpose ledger.
    What are the special steps and care to be taken in Fixed asset data
    migration into SAP system especially when Profit center accounting
    is active?
    Data migration is slightly different from a normal transaction which
    happens in Asset accounting module.
    Normally, in asset accounting the day to day transactions is posted with
    values through FI bookings and at the same time the asset reconciliation
    is updated online realtime. Whereas In data Migration the asset master
    is updated with values through a transaction code called as AS91. The
    values updated on the master are Opening Gross value and the
    accumulated depreciation. The reconciliation GL account is not
    automatically updated at this point of time.
    The reconciliation accounts (GL codes) are updated manually through
    another transaction code called as OASV.
    If profit center is active, then after uploading assets through AS91 you
    should transfer the asset balances to profit center accounting through a
    program.
    Thereafter you remove the Asset GL code (reconciliation accounts) from
    the 3KEH table for PCA and update the Asset reconciliation account (GL
    code) through OASV.
    After this step you again update the Asset reconciliation account in the
    3KEH table.
    The reason you remove the Asset reconciliation code from 3KEH table is
    that double posting will happen to PCA when you update the Asset
    reconciliation manually.
    Is it possible to calculate multiple shift depreciation? Is any special
    configuration required?
    Yes it is possible to calculate multiple shift depreciation in SAP for all
    types of depreciation except unit of production. No special configuration
    is required.
    How do you maintain multiple shift depreciation in asset master?
    The following steps are needed to maintain multiple shift depreciation:
    1. The variable depreciation portion as a percentage rate is to be
    maintained in the detail screen of the depreciation area.
    2. The multiple shift factor is to be maintained in the time dependent
    data in the asset master record. This shift factor is multiplied by
    the variable portion of ordinary depreciation.
    Once you have done the above the SAP system calculates the total
    depreciation amount as follows:-
    Depreciation amount = Fixed depreciation + (variable depreciation * shift
    factor)
    Let’s say you have changed the depreciation rates in one of the
    depreciation keys due to changes in legal requirements. Does
    system automatically calculate the planned depreciation as per the
    new rate?
    No. System does not automatically calculate the planned depreciation
    after the change is made. You need to run a program for recalculation of
    planned depreciation.
    What are evaluation groups?
    The evaluation groups are an option for classifying assets for reports or
    user defined match code (search code). You can configure 5 different
    evaluation groups. You can update these evaluation groups on to the
    asset master record.
    What are group assets?
    The tax requirements in some countries require calculation of
    depreciation at a higher group or level of assets. For this purpose you
    can group assets together into so-called group assets.
    What are the steps to be taken into account during a depreciation
    run to ensure that the integration with the general ledger works
    smoothly?
    For each depreciation area and company code, specify the following:
    1 The frequency of posting depreciation(monthly,quarterly etc)
    2 CO account assignment (cost center)
    3 For each company code you must define a document type for
    automatic depreciation posting: This document type requires its
    own external number range.
    4 You also need to specify the accounts for posting. (Account
    determination)
    Finally to ensure consistency between Asset Accounting and Financial
    Accounting, you must process the batch input session created by the
    posting report. If you fail to process the batch input session, an error
    message will appear at the next posting run.
    The depreciation calculation is a month end process which is run in
    batches and then once the batch input is run the system posts the
    accounting entries into Finance.
    How do you change fiscal year in Asset Accounting?
    n Run The fiscal year change program which would open new annual
    value fields for each asset. i e next year
    &#159; The earliest you can start this program is in the last posting period of
    the current year.
    &#159; You have to run the fiscal year change program for your whole
    company code.
    &#159; You can only process a fiscal year change in a subsequent year if the
    previous year has already been closed for business.
    Take care not to confuse the fiscal year change program with year-end
    closing for accounting purposes. This fiscal year change is needed only in
    Asset Accounting for various technical reasons.
    Is it possible to have depreciation calculated to the day?
    Yes it is possible. You need to switch on the indicator “Dep to the day” in
    the depreciation key configuration.
    Is it possible to ensure that no capitalization be posted in the
    subsequent years?
    Yes it is possible. You need to set it in the depreciation key
    configuration.
    How are Capital Work in Progress and Assets accounted for in SAP?
    Capital WIP is referred to as Assets under Construction in SAP and are
    represented by a specific Asset class. Usually depreciation is not charged
    on Capital WIP.
    All costs incurred on building a capital asset can be booked to an
    Internal Order and through the settlement procedure can be posted onto
    an Asset Under Construction. Subsequently on the actual readiness of
    the asset for commercial production, the Asset Under Construction gets
    capitalized to an actual asset.
    The company has procured 10 cars. You want to create asset
    masters for each of this car. How do you create 10 asset masters at
    the same time?
    While creating asset master there is a field on the initial create screen
    called as number of similar assets. Update this field with 10. When you
    finally save this asset master you will get a pop up asking whether you
    want to maintain different texts for these assets. You can update
    different details for all the 10 cars.
    FI-MM-SD Integration
    How do you go about setting the FI MM account determination ?
    FI MM settings are maintained in transaction code OBYC. Within these
    there are various transaction keys to be maintained like BSX, WRX,
    GBB, PRD etc. In each of these transaction keys you specify the GL
    accounts which gets automatically passed at the time of entry.
    Few examples could be: BSX- Stands for Inventory Posting Debit
    GBB-Standsfor Goods Issue/Scrapping/delivery
    of goods etc
    PRD- Stands for Price Differences.
    At what level is the FI-MM, FI-SD account determination settings?
    They are at the chart of accounts level.
    What are the additional settings required while maintaining or
    creating the GL codes for Inventory accounts?
    In the Inventory GL accounts (Balance sheet) you should switch on the
    ‘Post automatically only’ tick. It is also advisable to maintain the
    aforesaid setting for all FI-MM accounts and FI-SD accounts. This helps
    in preserving the sanctity of those accounts and prevents from having
    any difference between FI and MM, FI and SD.
    What is Valuation and Account assignment in SAP?
    This is actually the link between Materials Management and Finance.
    The valuation in SAP can be at the plant level or the company code level.
    If you define valuation at the plant level then you can have different
    prices for the same material in the various plants. If you keep it at the
    company code level you can have only price across all plants.
    Valuation also involves the Price Control .Each material is assigned to a
    material type in Materials Management and every material is valuated
    either in Moving Average Price or Standard Price in SAP. These are the
    two types of price control available.
    What is Valuation Class?
    The Valuation Class in the Accounting 1 View in Material Master is the
    main link between Material Master and Finance. This Valuation Class
    along with the combination of the transaction keys (BSX,WRX,GBB,PRD )
    defined above determine the GL account during posting.
    We can group together different materials with similar properties by
    valuation class. Eg Raw material,Finsihed Goods, Semi Finished
    We can define the following assignments in customizing :
    All materials with same material type are assigned to just one valuation
    class.
    Different materials with the same material type can be assigned to
    different valuation classes.
    Materials with different material types are assigned to a single valuation
    class.
    Can we change the valuation class in the material master once it is
    assigned?
    Once a material is assigned to a valuation class in the material master
    record, we can change it only if the stocks for that material are nil. If the
    stock exists for that material, then we cannot change the valuation class.
    In such a case, if the stock exists, we have to transfer the stocks or issue
    the stocks and make the stock nil for the specific valuation class. Then
    only we will be able to change the valuation class.
    Does the moving average price change in the material master during
    issue of the stock assuming that the price control for the material is
    Moving Average?
    The moving average price in the case of goods issue remains unchanged.
    Goods issue are always valuated at the current moving average price. It
    is only in goods receipt that the moving average price might change. A
    goods issue only reduces the total quantity and the total value in relation
    to the price and the moving price remains unchanged. Also read the
    next question to learn more about this topic.
    If the answer to the above question is ‘Yes’, then list the scenario in
    which the moving average price of the material in the material
    master changes when the goods are issued.
    The moving average price in the material master changes in the scenario
    of Split Valuation which is sometimes used by many organizations. If the
    material is subject to split valuation, the material is managed as Several
    partial stocks and each partial stock is valuated separately.
    In split valuation, the material with valuation header record will have ‘v’
    moving average price. This is where the individual stocks of a material
    are managed cumulatively. Here two valuation types are created, one
    valuation type can have ‘v’ (MAP) and the other valuation type can have
    ‘s’(standard price).
    In this case, whenever the goods are issued from the respective valuation
    types, always the MAP for the valuation header changes.
    What is the accounting entry in the Financial books of accounts
    when the goods are received in unrestricted use stock? Also
    mention the settings to be done in the ‘Automatic postings’ in SAP
    for the specific G/L accounts.
    On receipt of the goods in unrestricted-use stock, the Inventory account
    is debited and the GR/IR account gets credited. In customization, in the
    automatic postings, the Inventory G/L account is assigned to the
    Transaction event key BSX and the GR/IR account is assigned to the
    Transaction event key WRX.
    If a material has no material code in SAP, can you default the G/L
    account in Purchase order or it has to be manually entered?.
    If a material has no material code in SAP, we can still, default the G/L
    account with the help of material groups. We can assign the valuation
    class to a material group and then in FI-automatic posting, we can
    assign the relevant G/L account in the Transaction event key. The
    assignment of a valuation class to a material group enables the system to
    determine different G/L accounts for the individual material groups.
    What is the procedure in SAP for Initial stock uploading? Mention
    the accounting entries also.
    Initial stock uploading in SAP from the legacy system is done with
    inventory movement type 561( a MM transaction which is performed).
    Material valuated at standard price: For a material valuated at
    standard price, the initial entry of inventory data is valuated on the basis
    of standard price in the material master. If you enter an alternative value
    at the time of the movement type 561, then the system posts the
    difference to the price difference account.
    Material valuated at moving average price: The initial entry of
    inventory data is valuated as follows : If you enter a value when
    uploading the initial data, the quantity entered is valuated at this price.
    If you do not enter a value when entering initial data, then the quantity
    entered is valuated at the MAP present in the material master.
    The accounting entries are: Inventory account is debited and Inventory
    Historical upload account is credited.
    How do you configure FI-SD account determination?
    The FI-SD account determination happens through an access sequence.
    The system goes about finding accounts from more specific criteria to
    less specific criteria.
    This is the sequence it would follow:
    1) It will first access and look for the combination of Customer
    accounts assignment grp/ Material account assignment grp/
    Account key.
    2) If it does not find the accounts for the first combination it will look
    for Customer account assignment grp and account key
    combination.
    3) Furthermore, if it does not find accounts for the first 2 criteria’s
    then it will look for Material account assignment grp/Account key.
    4) If it does not find accounts for the all earlier criteria’s then finally it
    will look for Account key and assign the GL code.
    Thus posting of Sales Invoices into FI are effected on the basis of a
    combination of Sales organization, Account type, or Customer and
    Material Account assignment groups and following are the options
    available.
    a. Customer AAG/Material AAG/Account type
    b. Material AAG/Account type
    c. Customer AAG/Account type
    For each of this option you can define a Gl account. Thus the system
    uses this gl account to automatically pass the entries.
    Logistics Invoice Verification
    Can you assign multiple G/L accounts in the Purchase order for the
    same line item?
    Yes, we can assign multiple G/L accounts in the Purchase order for the
    same line item. The costs can be allocated on a percentage or quantity
    basis. If the partial goods receipt and partial invoice receipt has already
    taken place, then the partial invoice amount can be distributed
    proportionally, i.e. evenly among the account assigned items of a
    Purchase order. Alternatively the partial invoice amount can be
    distributed on a progressive fill-up basis, i.e. the invoiced amount is
    allocated to the individual account assignment items one after the other.
    What is Credit memo and subsequent debit in Logistics Invoice
    verification?
    The term credit memo refers to the credit memo from the vendor.
    Therefore posting a credit memo always leads to a debit posting on the
    vendor account. Credit memos are used if the quantity invoiced is higher
    than the quantity received or if part of the quantity was returned.
    Accounting entries are : Vendor account is debited and GR/IR account is
    credited.
    Subsequent debit : If a transaction has already been invoiced and
    additional costs are invoiced later, then subsequent debit is necessary. In
    this case you can debit the material with additional costs, i.e. GR/IR
    account debit and Vendor account credit. When entering the Subsequent
    debit, if there is no sufficient stock coverage, only the portion for the
    available stock gets posted to the stock account and rest is posted to the
    price difference account.
    What do you mean by Invoice parking, Invoice saving and Invoice
    confirmation?
    Invoice parking : Invoice Parking is a functionality which allows you to
    create incomplete documents and the system does not check whether the
    entries are balanced or not. An accounting documents is also not created
    when the invoice is in parked mode.
    Thus you can create incomplete documents and then post it later to
    accounting when you feel it is complete. You can even rectify the Parked
    invoice. This feature is used by many companies as on many occasions
    all data relating to the invoice might not be available.
    Invoice saving : This is also called Invoice processing or Invoice posting.
    The accounting document gets created when the invoice is posted in SAP.
    Invoice confirmation : There is no terminology in SAP as Invoice
    confirmation.
    What are Planned delivery costs and Unplanned delivery costs?
    Planned delivery costs: are entered at the time of Purchase order. At
    goods receipt, a provision is posted to the freight or customs clearing
    account.
    e.g. FRE is the account key for freight condition, hence the system can
    post the freight charges to the relevant freight revenue account and FR3
    is the account key for Customs duty, hence the system can post the
    customs duty to the relevant G/L account.
    These account keys are assigned to the specific condition types in the
    MM Pricing schema.
    In terms of Invoice verification : If the freight vendor and the material
    vendor is the same : then we can choose the option : Goods service items
    + Planned delivery costs.
    If the freight vendor is different from the material vendor: then for
    crediting only the delivery costs, we can choose the option: Planned
    delivery costs.
    Unplanned delivery costs: are the costs which are not specified in the
    Purchase order and are only entered when you enter the invoice.
    What is the basis on which the apportionment is done of unplanned
    delivery costs?
    Unplanned delivery costs are either uniformly distributed among the
    items or posted to a separate G/L account.
    For a material subjected to Moving average price, the unplanned delivery
    costs are posted to the stock account, provided sufficient stock coverage
    exists.
    For a material subjected to Standard price, the unplanned delivery costs
    are posted to the Price difference account.
    There are cases where Invoice verification is done first before the
    Goods receipt is made for the purchase order . In these cases with
    what values would the Goods receipt be posted ?
    Since the invoice verification has been done first the Goods Receipts will
    be valued with the Invoice value.
    FI Month End Closing Activities
    What are the Month End Closing Activities in Finance?
    1. Recurring Documents.
    a) Create Recurring documents
    b) Create Batch Input for Posting Recurring Documents
    c) Run the Batch Input Session
    2. Posting Accruals or Provisions entries at month end
    3. Managing the GR/IR Account-Run the GR/Ir Automatic Clearing
    4. Foreign Currency Open Item Revaluation-Revalue Open Items in
    AR.AP
    5. Maintain Exchange Rates
    6. Run Balance Sheets –Run Financial Statement Version
    7. Reclassify Payables and Receivables if necessary
    8. Run the Depreciation Calculation
    9. Fiscal Year Change of Asset Accounting if it is year end
    10. Run the Bank Reconciliation
    11. Open Next Accounting Period
    Controlling Module
    Explain the organizational assignment in the controlling module?
    Company codes are assigned to the controlling area. A controlling area
    is assigned to the operating concern.
    Controlling Area is the umbrella under which all controlling activities of
    Cost Center Accounting, Product costing, Profitability Analysis and Profit
    Center are stored.
    Operating Concern is the highest node in Profitability Analysis
    What is primary Cost element and secondary cost element?
    Every Profit and Loss GL account that needs to be controlled has to be
    defined as a cost element in SAP. Just as in FI General Ledger Accounts
    exist, in Controlling we have Cost element.
    Each FI General Ledger Account that is a Profit and Loss Account is also
    created as a Cost element in SAP.
    Primary Cost Elements are those which are created from FI general
    Ledger Accounts and impact the financial accounts eg. Travelling
    expenses, consumption account infact, any Profit and Loss GL account
    Secondary Cost Elements are those which are created only in
    controlling and does not affect the financials of the company. It is used
    for internal reporting only. The postings to these accounts do not affect
    the Profit or Loss of the company.
    The following categories exist for secondary cost elements:
    21 Internal Settlement:
    Cost elements of this category is used to settle order costs to objects in
    controlling such as cost centers, pa segments etc.
    31 Order/Results Analysis:
    Used to calculate WIP on the order/project
    41 Overhead
    Used to calculate indirect costs from cost centers to orders
    42. Assessment
    Used to calculate costs during assessment
    43 Internal Activity Allocation
    Used to allocate costs during internal activity allocation such as Machine
    Labour etc
    What are cost objects?
    A cost object means a cost or a revenue collector wherein all the costs or
    revenues are collected for a particular cost object. Examples of this could
    be cost center, production order, internal order, projects, sales order
    So whenever you look at any controlling function the basic thing you
    need to ask yourself is What is the cost element(expense) I want to
    control and what is the cost object ( i.e. either the production order, sales
    order, internal order) I am using to control this cost element. Sounds
    confusing read it again it is very simple
    Controlling is all about knowing the cost element and the cost
    object. Every time pose this question to yourself what is the cost
    element what is the cost object.
    At the end of the period all costs or revenues in the cost object are settled
    to their respective receivers which could be a gl account, a cost center,
    profitability analysis or asset.
    It is very important that you understand this otherwise you would
    struggle to understand Controlling.
    Cost Center Accounting:
    How is cost center accounting related to profit center?
    In the master data of the Cost Center there is a provision to enter the
    profit center. This way all costs which flow to the cost center are also
    captured in the profit center.
    Cost centers are basically created to capture costs e.g. admin cost center,
    canteen cost center etc
    Profit centers are created to capture cost and revenue for a particular
    plant, business unit or product line.
    What is a cost element group?
    Cost element group is nothing but a group of cost elements which help
    one to track and control cost more effectively. You can make as many
    number of cost element groups as you feel necessary by combining
    various logical cost elements.
    What is a cost center group?
    In a similar line the cost center group is also a group of cost centers
    which help one to track and control the cost of a department more
    effectively. You can make as many number of cost centers as you feel
    necessary by combining various logical cost centers
    Infact you can use various combinations of cost center group with the
    cost element group to track and control your costs per department or
    across departments
    What is the difference between Distribution and Assessment?
    Distribution uses the original cost element for allocating cost to the
    sender cost center. Thus on the receiving cost center we can see the
    original cost element from the sender cost center. Distribution only
    allocates primary cost.
    Assessment uses assessment cost element No 43 defined above to
    allocate cost. Thus various costs are summarized under a single
    assessment cost element. In receiver cost center the original cost
    breakup from sender is not available. Assessment allocates both primary
    as well as secondary cost.
    What are the other activities in Cost center?
    If you have a manufacturing set up, entering of Activity prices per cost
    center/activity type is an important exercise undertaken in Cost center
    accounting.
    What is an Activity Type?
    Activity types classify the activities produced in the cost centers.
    Examples of Activity Type could be Machine, Labour, Utilities
    You want to calculate the activity price through system? What are
    the requirements for that?
    In the activity type master you need to select price indicator 1 – Plan
    price, automatically based on activity.
    When activity price is calculated through system whether activity
    price is shown as fixed or variable?
    Normally when activity price is calculated through system it is shown as
    fixed activity price since primary cost are planned as activity independent
    costs.
    What is required to be done if activity price is to be shown both
    fixed and variable?
    In this case you need to plan both activity independent cost which are
    shown as fixed costs and activity dependent costs which are shown as
    variable costs.
    Is it possible to calculate the planned activity output through
    system?
    Yes. It is possible to calculate the planned activity output through
    system by using Long term Planning process in PP module.
    Explain the process of calculating the planned activity output
    through Long term planning?
    In Long term planning process the planned production quantities are
    entered for the planning year in a particular scenario. The Long term
    planning is executed for the scenario. This generates the planned activity
    requirements taking the activity quantities from the routing and
    multiplying with the planned production.
    The activity requirements are then transferred to the controlling module
    as scheduled activity quantities. Thereafter you execute a plan activity
    reconciliation which will reconcile the schedule activity and the activity
    you have planned manually. The reconciliation program updates the
    scheduled activity quantity as the planned activity in the controlling
    module.
    You want to revalue the production orders using actual activity
    prices. Is there any configuration setting?
    Yes. There is a configuration setting to be done.
    Where is the configuration setting to be done for carrying out
    revaluation of planned activity prices in various cost objects?
    The configuration setting is to be done in the cost center accounting
    version maintenance for fiscal year. This has to be maintained for version
    0. You need to select revalue option either using own business
    transaction or original business transaction.
    At month end you calculate actual activity prices in the system.
    You want to revalue the production orders with this actual activity
    prices. What are the options available in the system for revaluation?
    The options available are as follows:-
    You can revalue the transactions using periodic price, average price or
    cumulative price.
    Further you can revalue the various cost objects as follows:-
    Own business transaction – Differential entries are posted
    Original business transaction – The original business transaction is
    changed.
    Internal orders
    What is the purpose of defining Internal orders.?
    An example would help us understand this much better.
    Lets say in an organization there are various events such as trade fairs,
    training seminars, which occur during the year. Now lets assume for a
    second that these Trade fairs are organized by the Marketing cost center
    of the organization. Therefore in this case marketing cost center is
    responsible for all the trade fairs costs. All these trade fairs costs are
    posted to the marketing cost centers. Now if the management wants an
    analysis of the cost incurred for each of the trade fair organized by
    the marketing cost center how would the marketing manager get
    this piece of information across to them? The cost center report
    would not give this piece of info
    Now this is where Internal Order steps in .If you go through all cost
    center reports this information is not readily available since all the costs
    are posted to the cost center.
    SAP, therefore provides the facility of using internal orders which comes
    in real handy in such situations. In the above scenario the controlling
    department would then need to create an internal order for each of the
    trade fair organized. The cost incurred for each of the trade fair will be
    posted to the internal orders during the month. At the month end, these
    costs which are collected in the internal order will be settled from these
    orders to the marketing cost center. Thus the controlling person is now
    in a position to analyze the cost for each of the trade fair separately.
    Thus internal order is used to monitor costs for short term events,
    activities. It helps in providing more information than that is provided on
    the cost centers. It can be widely used for various purposes .
    How can you default certain items while creation of internal order
    master data?
    You can do so by creating a model order and then update the fields
    which you want to default in this model order. Finally attach this model
    order in the internal order type in the field reference order.
    Once the above is done whenever you create an internal order for this
    order type the field entries will get copied from the model order.
    What is the configuration setting for the release of the internal
    order immediately after creation?
    You have to check the “release immediately” check box in the
    internal order type.
    Product Costing
    What are the important Terminologies in Product Costing?:
    Results Analysis Key – This key determines how the Work in Progress is
    calculated
    Cost Components - The break up of the costs which get reflected in
    the product costing eg. Material Cost, Labour Cost, Overhead etc
    Costing Sheets - This is used to calculate the overhead in
    Controlling
    Costing Variant - For All manufactured products the price control
    recommended is Standard Price. To come up with this standard price for
    the finished good material this material has to be costed. This is done
    using Costing Variant. Further questions down below will explain this
    concept better.
    What are the configuration settings maintained in the costing
    variant?
    Costing variant forms the link between the application and Customizing,
    since all cost estimates are carried out and saved with reference to a
    costing variant. The costing variant contains all the control parameters
    for costing.
    The configuration parameters are maintained for costing type, valuation
    variants, date control, and quantity structure control.
    In costing type we specify which field in the material master should be
    updated.
    In valuation variant we specify the following
    a) the sequence or order the system should go about accessing
    prices for the material master (planned price, standard price,
    moving average price etc).
    b) It also contains which price should be considered for activity price
    calculation and .
    c) How the system should select BOM and routing.
    How does SAP go about costing a Product having multiple Bill of
    materials within it?
    SAP first costs the lowest level product, arrives at the cost and then goes
    and cost the next highest level and finally arrives at the cost of the final
    product.
    What does the concept of cost roll up mean in product costing
    context?
    The purpose of the cost roll up is to include the cost of goods
    manufactured of all materials in a multilevel production structure at the
    topmost level of the BOM(Bill of Material)
    The costs are rolled up automatically using the costing levels.
    1) The system first calculates the costs for the materials with the
    lowest costing level and assigns them to cost components.
    2) The materials in the next highest costing level (such as semifinished
    materials) are then costed. The costs for the materials
    costed first are rolled up and become part of the material costs of
    the next highest level.
    What is a settlement profile and why is it needed?
    All the costs or revenues which are collected in the Production order or
    Sales order for example have to be settled to a receiver at the end of the
    period. This receiver could be a Gl account, a cost center, profitability
    analysis or asset. Also read the question “What is a cost object “ in the
    section Controlling.
    In order to settle the costs of the production order or sales order a
    settlement profile is needed.
    In a settlement profile you define a range of control parameters for
    settlement. You must define the settlement profile before you can enter a
    settlement rule for a sender.
    The Settlement Profile is maintained in the Order Type and defaults
    during creating of order.
    Settlement profile includes:-
    1) the retention period for the settlement documents.
    2) Valid receivers GL account, cost center, order, WBS element, fixed
    asset, material, profitability segment, sales order, cost objects, order
    items, business process
    3) Document type is also attached here
    4) Allocation structure and PA transfer structure is also attached to the
    settlement profile e.g. A1
    The settlement profile created is then attached to the order type.
    What is Transfer or Allocation structure?
    The transfer structure is what helps in settling the cost from one cost
    object to the receiver. It is maintained in the Settlement profile defined
    above.
    The Transfer structure has 2 parts:
    a) Source of cost elements you want to settle
    b) Target receiver whether it is a Profitability segment or fixed asset or
    cost center
    So basically for settling the costs of a cost object you need
    to define the Transfer structure where you mention what
    are the costs you want to settle and the target receiver for
    that.
    This information you fit it in the settlement profile which
    contains various other parameters and this settlement
    profile is defaulted in the Order type. So every time a
    order is executed the relevant settlement rule is stored
    and at the month end by running the transaction of the
    settlement of orders all the cost is passed on to the
    receiver
    So to put in simple terms:
    a) You define your cost object which could be a
    production order a sales order for eg
    b) You collect costs or revenues for it
    c) You determine where you want to pass these costs or
    revenues to for eg if the sales order is the cost object
    all the costs or revenues of a sales order could be
    passed to Profitability Analysis
    What do you mean by primary cost compon

  • SAP ECC6 memory and paging issues

    Dear Experts
    I have recently upgraded my 4.6C systems to an ECC 6 system (DB2 LUW 9.5 on AIX 5.3 TL9 64 Bit OS)
    I have been running the LPAR with 14 GB of memory and we are around 100-200+ users using the system, I was monitoring using nmon and found that Physical Memory was around 99.8% Used   (14311.8MB and 22.6MB was free) also the paging space was around 37.2% in result causing the system at times to run slow which can have a very negative effect on the users.
    After further investigation I found that after a system restart the Physical Memory would start around 50.9% and increased at a steady pace until it reached 99.8% that is when the system would start using the paging space which would steadily increase, I found that the only solution was a system restart at least once a week to reduce the memory consumption.
    At first glance it looked like a database manger memory leak with the process db2sysc, so I searched the net with the search words u201Cdb2 memory leaku201D and found the following APARs and notes.
    APAR JR30285 - Pervasive memory leak when compiling SQL statements that use SQL/XML functions
    APAR IZ35230 - There is a pervasive unix-specific private memory leak in the security component
    Note 1288341 - Memory leak in APPLHEAPSZ -> SQL0954C 
    Note 1352361 - Memory leak in shared memory area abrfci
    Note 1147821 - DB6: Known Errors and available Fixes in DB2 9.5 LUW
    After reading the notes and APARs I decided to updated DB2 to the latest fix pack (5SAP), but after the fix pack was implemented it did not solve the memory problem
    I started look at different problems with SAP ECC6, db2 and AIX with paging/memory problems and I found the following notes to do with AIX memory and paging but none of them helped as all parameters and settings were set accordingly  
    789477 - Large extended memory on AIX (64-bit) as of Kernel 6.20
    191801 - AIX 64-bit with very large amount of Extended Memory
    973227 - AIX Virtual Memory Management: Tuning Recommendations
    884393 - AIX saposcol consumes large amount of memory.
    856848 u2013 AIX Extended Memory Disclaiming 
    1048686 u2013 Recommended AIX settings for SAP
    1121904 u2013 SAP on AIX: Recommendations for Paging
    1086130 u2013 DB6: DB2 Standard Parameter Settings
    After even more investigation I found the following evidence suggesting AIX Virtual Memory Manager might have a problem

    Shared memories inside of pool 40
    Key:       42  Size:    17792992 (  17.0 MB) DB TTAB buffer              
    Key:       43  Size:    53606392 (  51.1 MB) DB FTAB buffer              
    Key:       44  Size:     8550392 (   8.2 MB) DB IREC buffer              
    Key:       45  Size:     7014392 (   6.7 MB) DB short nametab buffer     
    Key:       46  Size:       20480 (   0.0 MB) DB sync table               
    Key:       47  Size:    10241024 (   9.8 MB) DB CUA buffer               
    Key:       48  Size:      300000 (   0.3 MB) Number range buffer         
    Key:       49  Size:     2769392 (   2.6 MB) Spool admin (SpoolWP+DiaWP) 
    Shared memories outside of pools
    Key:        3  Size:   114048000 ( 108.8 MB) Disp. communication areas   
    Key:        4  Size:      523048 (   0.5 MB) statistic area              
    Key:        6  Size:   692224000 ( 660.2 MB) ABAP program buffer         
    Key:        7  Size:       14838 (   0.0 MB) Update task administration  
    Key:        8  Size:   134217828 ( 128.0 MB) Paging buffer               
    Key:        9  Size:   134217828 ( 128.0 MB) Roll buffer                 
    Key:       18  Size:     1835108 (   1.7 MB) Paging adminitration        
    Key:       19  Size:   119850000 ( 114.3 MB) Table-buffer                
    Key:       41  Size:    25010000 (  23.9 MB) DB statistics buffer        
    Key:       63  Size:      409600 (   0.4 MB) ICMAN shared memory         
    Key:       64  Size:     4202496 (   4.0 MB) Online Text Repository Buf. 
    Key:       65  Size:     4202496 (   4.0 MB) Export/Import Shared Memory 
    Key:     1002  Size:      400000 (   0.4 MB) Performance monitoring V01.0
    Key: 58900114  Size:        4096 (   0.0 MB) SCSA area                   
    Nr of operating system shared memory segments: 16
    Shared memory resource requirements estimated
    ================================================================
    Total Nr of shared segments required.....:         16
    System-imposed number of shared memories.:       1000
    Shared memory segment size required min..:  692224000 ( 660.2 MB)
    System-imposed maximum segment size......: 35184372088832 (33554432.0 MB)
    Swap space requirements estimated
    ================================================
    Shared memory....................: 1654.8 MB
    ..in pool 10  328.6 MB,   58% used
    ..in pool 40  143.3 MB,   30% used
    ..not in pool: 1174.1 MB
    Processes........................:  413.4 MB
    Extended Memory .................: 6144.0 MB
    Total, minimum requirement.......: 8212.2 MB
    Process local heaps, worst case..: 3814.7 MB
    Total, worst case requirement....: 21882.9 MB
    Errors detected..................:    0
    Warnings detected................:    3

  • Configuration Settings for Postal Adress Validation and Duplicate Check

    Hi,
    What are The Configuration settings for Postal adress validation and Duplicate Check for Accounts(BP'S) in CRM 7.0 version
    Can some one send me the configuration settings for Postal Adress validation and Duplicate Check
    Thanks & Regards
    Kishor Kumar

    Hi kishore kumar,
    For the Postal code Validation you need to install and configure the following
    Outside of your SAP system:
    1. Install Data Services and the Address Directories.
    2. Install Data Services Component.
    3. Install the RFC Server.
    On your SAP system:
    4. Install the BAdIs from the previous version of this product.
    5. Install the BAdIs support package from this version.
    6. Run the post-installation tasks required of a new installation of the BAdIs.
    7. Activate the IC WebClient, if desired.     
    Thanks
    Jayakrishnan Nair

  • Importing issues with Final Cut Pro X. Green flash and twitches while play back

    Hello, I'm having some importing issues with Final Cut Pro X and I can't find any solution whatsoever. Perhaps my importing settings are wrong?
    Anyways, I've done a lot of recordings on eye TV and HD PVR with some videos that are about 3 hours long. I exported them into H.264 files, which turns them into mpeg-4 files with AAC audio. Then I import them into final cut pro X and I notice it takes a long time for them to render the videos and I notice that there are some green screens and twitches while I play through the video.
    Here is a screenshot of the green screen that I'm talking about:
    [URL=http://imageshack.us/photo/my-images/688/screenshot20130409at338.png/][IMG]http://img688.imageshack.us/img688/4537/screenshot20130409at338.png[/IMG][/URL]
    Could it be my 2 video graphics card that is causing this kind of issues? Or is there any solution to fix this?
    In the past, I've used iMovie 09 and it worked out perfectly. However, the new iMovie 11 is terrible because it automatically optimzie my 3 hour long videos into making the importing process to (144 hours long to import). Is there any way to get iMovie 09 back or am I stuck on dealing with this Final Cut Pro X issues?
    More information:
    My Hauppauge HD PVR settings are set to custom. Video Constant Bit Rate, the average bit rate: 13.5 Mbps. The audio is AAC.
    My project settings for video properties is set to custom, 720P HD Format, 1280 x 720 Resolution and 30P Rate. The audio and render properties is set to custom, audio channels is stereo, audio sample rate is 48kHz and the Render Format is Apple ProRes 422.
    I export the video as a quicktime movie. The export setting is H.262.
    The summary of the export is:
    File type: Quicktime movie
    Estimated size: 397GB
    H.264, Width and height: 1280 x 720. Framte rate: 30 fps

    My Hauppauge HD PVR settings are set to custom. Video Constant Bit Rate, the average bit rate: 13.5 Mbps. The audio is AAC.
    My project settings for video properties is set to custom, 720P HD Format, 1280 x 720 Resolution and 30P Rate. The audio and render properties is set to custom, audio channels is stereo, audio sample rate is 48kHz and the Render Format is Apple ProRes 422.
    I export the video as a quicktime movie. The export setting is H.262.
    The summary of the export is:
    File type: Quicktime movie
    Estimated size: 397GB
    H.264, Width and height: 1280 x 720. Framte rate: 30 fps

  • What do the "Automatic" settings do for Frame size and Frame rate in Compressor 4.1.1?

    Can anyone tell me, very specifically and with technical detail, what the "Automatic" settings do (in Compressor 4.1.1) for the following setting attributes: (1) Frame size and (2) Frame rate
    Thank you!

    Hi, in addition to Russ's advice for the VIDEO PROPERTIES in the Inspector, you might consider the "automatic" options being proposed by compressor.app V4.1.x as OPTIMAL for the destination codec you have specified that deviate (or differ in some way) form the MASTER (source) from where your are transcoding. There's no real TECHNICAL detail. These UI values simply are passed as parameters to the codec. The image/audio results can be PREVIEWed ofcourse in the compressor.app V4.1.x UI (Current PAne) ... us the slider and the timeline to determine final taste!
    Suggested Examples may include:
    REDUCED frame rate for a slower device or stream or bit rate or destination dleivery platform
    reduced bit rate for older devices
    smaller FRAME SIZE for say SD devices specified
    INCREASED frame size with added "padding" in a situation like LETTERBOXING (4:3 in a 17:9 for example.. may others)
    ye old PAL to NTSC conversion
    inter-frame group of pictures (GOP) for distribution.
    Scaling
    retiming
    cropping verses scaling
    or simply what compressor.app "thinks" would work best - usually the best for most work.
    others will have many more suggestions.
    Also note that there are some nice  overidding settings in the inspector/Video for resizing and retiming and Cropping you might consider.
    For client based production distributions, many of us use CUSTOMISED settings. You may create and delete these on an AS NEEDED basis.
    Lastly, There's likely a good write up the defaults in the latest Compressor.app V4.1 Users Guide PDf - you might want to pull it down from http://manuals.apple.com and shove it in ibooks.app. I recommend getting a copy. Also get the latest FCPX 10.1 Users Guide and Motion while you're there. Great for iPAD and iPHONE too if you get bored.
    FWIW.
    Warwick
    Hong Kong

Maybe you are looking for