Mapping the process and Posting in SAP

Hi team,
we have a requirement like mentioned. Please give your suggestions.
Suppose an employee  is getting a monthly salary of Rs. 10000 (which is fixed) and he is also earning say for example, performance incentive of Rs. 100 on daily basis (which is not fixed) which reach to Rs. 3000 in a month, therefore at the end of the month he should get Rs. 13000
But from the performance incentive amount of Rs. 100 he take Rs. 50 (Cash from the organization through accounts department) on the daily basis so at the end of the month he got (Rs.50x30days)Rs. 1500 from his performance incentive.
Now the problem is that we have to put 10000 in the salary component and 3000 in the Performance Incentive( In SAP )but we have to deduct that 1500 from his salary also which he has taken from us.
How we need to map  the Rs. 1500 to  his salary..
Please give your your views for this requirement.
MVR

Please correct me if Im wrong, your query is , employee is eligible for payment of Rs. 1000 but he already took 5000 (thru cash, that is not entered in your sap, ) right. .......... now you need to maintain your account.
Here you will need to create two wage type same as earlier, one for payment & 2nd only fur dummy purpose, for validation wont be add in gross.
One you done the above, write a simple rule
  dummy wage type (for deduction & validation)
    AMT?E payment wage type
        SUBWT payment wage type.
Here the system first call to your dummy wage type (deduction, that employee already took the amount) and compare to your payment wage type and further it will subtract the amount that employee already took in cash and pass only balance amount.
That means, you are making payment only those amount that is employee eligible after subtracing for (amount that he took in cash)

Similar Messages

  • Receive XML file from CIDX adapter and Post to SAP as IDoc using XI

    I have scenario where we will receive the xml file from CIDX adapter. I need to take the xml from CIDX, do the Database Lookup and post it to SAP as IDoc.
    Any technical documentaion or step-by-step process documents can be very helpfull to me, since I am new to XI
    Thanks
    SP

    Lookup in XI is used to call the target data storage system and get data from there to your mapping programme.
    In XI you can do Lookup in Message Mapping, Java Mapping and in XSLT Mapping. Previously Lookup in XI was system dependent. But now what ever the system are i.e. SAP system or non-sap system(Oracle,MS SQL etc) lookup API are same.
    Overview of Lookup
    - Lookups are used to identify/request the data from mapping program.
    - It interrupt the process and looking for data which was stored in target system.
    - It get that data and comeback to process and continue with that data.
    Types of Lookups in XI
    - JDBC Lookup: JDBC lookup is used for accessing data from database (non SAP).
    - RFC Lookup: RFC lookup is used for accessing the SAP Data.
    - SOAP Lookup: SOAP lookup is used for accessing data from Webservice
    Steps to perform Lookup in Mapping
    Import package com.sap.aii.mapping.lookup.*;
    Create connection to the target Database system.
    // Determine communication channel created in ID
    Channel channel = null;
    channel = LookupService.getChannel("DB-SYSTEM-NAME","DB-CHANNEL-NAME");
    // Get system accessor for the channel.
    DataBaseAccessor accessor = null;
    accessor = LookupService.getDataBaseAccessor(channel);
    Build the Query String.
    Getting Result
    // Execute Query and get the values.
    DataBaseResult resultSet = null;
    resultSet = accessor.execute(Query);

  • What are the Roles and Responsibilities of SAP Testing Consultant?

    Hello,
               i want to know about The Roles and Responsibility of SAP Testing Consultant,,pls anybody guide me Real time scenarios.
    regards,
    Balaram

    Understanding the business scenarios
    Organization Structure to incorporate the tune of the script.
    Preparation of test scripts
    Execute and record results to see if it is fine before going to approval.
    Make changes to your test script if required.
    What is Test Script (Scenario Testing)
    Header Data
    Step in Process
    Transaction Code / Program (FB60)
    Menu Path
    Description
    Field Data and actions to complete
    Expected Results
    Actual Results
    TPR
    Closing Period
    F.19 Clearing GR/IR Account
    F.13 Adjustments GR/IR Account
    Using of these above two accounts will help us in clearing the balances and adjustments to those respective clearing accounts so that the GR/IR account will be zero balance and the balances will appear in respective reconciliation accounts accordingly the balances will be carried forwarded to next fiscal year.
    GR/IR Clears the following Documents
    GL Document
    Customer Documents
    Vendor Documents
    Assignment Field is important in any document (ZUONR), Amount (DMBTR)
    Foreign Currency Valuation
    Lowest Value Method, If we are in loss then only we will account for it.
    GL Accounts which are important in Testing
    Enjoy Transaction   - FB50
    Normal Transaction - FB01
    Document Parking   - FV50
    Post with Clearing   - F-04
    Incoming Payment   - F-06
    Outgoing Payment   - F-07
    Document Related
    Reset Cleared Items   - FBRA
    Parking Document Posting  - FBVO
    Reversal Documents   - F-14
    Company Code Clearing A/C
    (Trial Balance purposes) reversal  -  (FBUB)
    Clearing Account
    Partial clearing Invoice  - 100 - Open Item
                               Paid  -   70 - Open Item
                           Balance -   30
    In Partial Clearing you can see 100 and 70 are cleared line items and 30 as balance and if it is in Residual you can only 30 as balance as it creates new line item and you canu2019t see the other cleared line items.
    As no company will use residual clearing as it affects on ageing reports.
    Open Items in Foreign Currency in all Modules GL/AP/AR  - F.05
    Master Data
    Company Code
    Currency
    Only Balances in local currencies
    Reconciliation Account Type
    Year End Scripts
    Re Grouping Receivables / Payables  - (F101)
    Bad Debts Provisions u2013 Scripts
    We assume that the customer has not paid at the end of the year you doubt whether this receivable will ever be paid. So you make a transfer posting for the receivables to an account for individual value adjustments using special GL Indicator E and Transaction Code F-21
    Carry forward Balances
    Sub Ledgers and General Ledger balances to be forwarded to next Fiscal Year
    Accounts Payables
    Vendor Down Payments
    Invoice
    Parking
    Reversal
    Outgoing Payments
    Automatic Clearing
    Manual Clearing
    Advance (Down Payment)
    Post with Clearing
    Post without Clearing
    Reset Clearing
    Carry forward
    Regrouping
    Foreign Currency Valuations
    Accounts Receivables
    Customer Down Payments
    Invoice
    Parking
    Reversal
    Incoming Payments
    Manual Clearing
    Advance (Down Payment)
    Post with Clearing
    Post without Clearing
    Reset Clearing
    Carry forward
    Regrouping
    Foreign Currency Valuations
    Other than that, it is important to know the following:
    Unit Testing
    When you test every single document is called unit testing.
    String Testing
    One transaction full activity is called string testing . For example Vendor invoice, goods received and vendor payment.
    Integration Testing
    It is purely with other modules and we have to check whether the FI testing is working with other related modules or not.
    Regression Testing
    Testing for whole database. Bring all the data into another server and do the testing is called regression.
    UAT
    When we test any particular document with the user and if it is ok immediately we have to take the signature on the document, which is signed off and can be forwarded to the immediate boss. There are some steps to be followed when we go for user acceptance testing.
    Transaction u2013 Script Writing u2013 Expected Results u2013 Compare with Actual Results
    TPR (Transaction Problem Reporting)
    While doing the user acceptance testing if we get any problems then there are some methodologies to be followed according to the companyu2019s policy and normally as a tester we always need to write on Test Script itself.
    Hope this helps you.
    Regards,
    Rakesh

  • Mapping the title and Menu bottons

    I know this is an incredibly basic question, but it's driving me crazy. How do you map the title and menu buttons? I am making a disc with an intro track, 1 main menu and 4 submenus. The submenus have buttons to multiple quicktimes (I am making a reel). I would like to have the main button go towards the main menu (and not the intro track) and the title buttons to go to the sub menu, depending on which qt I am watching. I've looked all throughout the inspector but can't seem to find the place where I can route the buttons. So far my disc heads to the intro track anytime I press main, and to just 1 certain submenu when I hit title. Anyone have any tips?
    Thank you!

    I have been having the same problem. It seems the newer upgrade won't let me get back to the title and menus. I am doing the same config. I have an opening QT movie, a menu with 4 buttons and those buttons link to tracks. I also set the end jump at the end of the tracks to go back to the menu. I also end jump the opening movie to the main menu.
    What I lose is the fast forward and rewind capabilities. Also when I am in a track, I can't use a button to end jump me out of the track. Someone said I might have a function turned off or they are in a menu container. This is advanced for me. Anyway, I test in the DVD app and still have the same problems. I don't use DVDSP simulator. I have FCP3 with the latest version of DVDSP.
    Anyway, I want my menu button to always bring up the menu, my title button to take me back to my opening movie and want the FF and RW as well as the end jump buttons to let me move through my tracks or jump to the end or beginning. Has it already been answered in this post or am I looking for a different answer?

  • When downloading this update an error occurred. Close the process and try you later again it.

    I have Apple iMac and OS X 10.10.1 - Yosemite and Photoshop CS 5
    Update from Bridge CSS 4.0.5; Photoshop 12.0.4 for Photoshop CS 5; Camera RAW 6.7-Update; Update for Extension Manager CS5 5.0.
    I have this error for one year:
    When downloading this update an error occurred. Close the process and try you later again it.
    And with Mac OS Yosemite the printer menu does not fall. Does not function to printing any longer

    Hi @artem98765,
    Welcome to the HP Forums!
    It is a terrific place to find answers and suggestions.
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp that when you tried to do a recovery back to factory you received the error incomplete recovery.
    As you did not state if how you were doing the recovery I will include documentation for the process along with a troubleshooting document.
    HP PCs - Performing an HP system recovery (Windows 8)
    HP PCs - Troubleshooting HP System Recovery Problems (Windows 8)
    If you are still unable to complete the recovery please contact HP support for further assistance.
    Please call our technical support at 800 474 6836. If you live outside the US/Canada Region, please click the link below to get a support number for your region.
    World Wide Phone Support
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • HT4437 If our company would like to design a device that can meet AirPlay function, what's the process and requirement?

    If our company would like to design a device that can meet AirPlay function, what's the process and requirement?

    Contact Apple instead of posting to these user to user support forums.

  • When I plug in my iPhone to sync, it starts but does not complete the process and several pieces of data are not being transferred to my iPhone from my MacBook Air.

    Problem:
    When I plug in my iPhone to sync, it starts but does not complete the process and several pieces of data are not being transferred to my iPhone from my MacBook Air.
    Any help that you can provide in helping my iPhone accurately sync with iPhoto and iTunes will be greatly appreciated.
    Symptoms:
    1)   Sync:  It’s not completing the sync.  Below, I’ve provided all of my settings from the iTunes Summary tab so that you might tell me if I’ve selected any incorrect options.  I prefer to sync the “old school” way – by connecting to the computer – as opposed to syncing over the cloud. Perhaps this is what’s causing the problem? Here is a list of the steps displayed in the iTunes window as the sync progresses:
    waiting for sync to start (step 1 of 7)
    backing up (step 2 of 7)
    preparing to sync (step 3 of 7)
    determining apps to sync (step 4 of 7)
    preparing apps to sync (step 5 of 7)
    importing photos (step 6 of 7)
    waiting for changes to be applied (step 7 of 7)
    syncing apps / copying 1 of 4 (App name) (step 7 of 7)
    canceling sync
    apple icon
    2)   Photos: I've selected only certain of my iPhoto albums to sync to my iPhone.  All of the albums are correct/complete in iPhoto.  All of the albums are listed on my iPhone, both before and after the sync, but the albums are empty (no actual photos) before and after the sync. Perhaps this is tied to the fact that the sync isn’t completing, but because “importing photos” is one of the steps that the incomplete sync displays, I don’t know.
    3)   Apps: When I launch iTunes and click on the Apps folder under the Library listing, then click on the Updates tab, iTunes searches for any Apps needing to be updated and provides a list.  If I click on Update All, the Apps are successfully updated in iTunes.  But, when I plug in my iPhone so that the updates will transfer to the apps on my iPhone, the updates don’t transfer to the apps on my iPhone and those apps still reflect that they need updating on the iPhone.
    Other Potential Pertinent Info:
    The flash memory hard drive on my MacBook Air recently died (perhaps a month or two ago).  Apple had emailed me about a known issue and literally the next day, my MacBook Air crashed.  I installed a new flash memory drive and re-installed everything from a backup off of an external hard drive.  Everything seems to be working fine; it recreated accurately all of my software and data, including iPhoto and iTunes, the pictures and songs (respectively) for which are stored on that hard drive, as opposed to being on the flash memory in the MacBook Air itself.  However, I don’t recall if the start of the sync problem described herein started happening at the same time that I replaced the flash memory drive.  All I know is that the computer is working perfectly in all respects and that even as the sync is failing, it at least says that it’s doing the right things and looking in the right places (e.g., the list of albums on my iPhone matches the list of albums in iTunes, etc.).
    Settings/Status:
    MacBook Air
    OSX v. 10.9
    iPhoto ’11 v. 9.5 (902.7)
    iPhone iOS 7.0.4
    iTunes v. 11.1.3 (8)
    Summary Tab
    Backups (This Computer)
    Options
    Automatically sync when this iPhone is connected
    Sync only checked songs and videos
    Photos Tab
    Sync Photos from iPhoto (429 Photos)
    Selected albums, Events, and Faces, and automatically include (no Events)
    Albums – 9 are selected

    You need to download iTunes on your computer. iOS 6 requires the latest version of iTunes which is 10.7.

  • I tried updating to iOS 8.1 but it have the apple symbol and a blue screen pops up and it restarts the process and its been going on about 3 weeks already. I dont know what to do? Is my iPad broke cause I just got that iPad in August.

    I tried updating to iOS 8.1 but it have the apple symbol and a blue screen pops up and it restarts the process and its been going on about 3 weeks already. I dont know what to do? Is my iPad broke cause I just got that iPad in August.

    Hi You may have a hardware fault take ipad to Apple Store. Ring then first to make an Appointment take box and you purchase paperwork they may give you A replacement. Before you do that Try a Reboot hold down power button & menu button hold both down until you see Apple Logo you may need to hold down for up to 30 Seconds But you may need to do this more than once. If it doesn't work take back to Apple Store. Cheers Brian

  • I am downloading the Creative Cloud desktop app on my Mac, and it starts to download but just stalls in the process and doesn't get any closer to finishing. Anyone have any suggestions. I've restarted my computer multiple times and restarted the download,

    I am downloading the Creative Cloud desktop app on my Mac, and it starts to download but just stalls in the process and doesn't get any closer to finishing. Anyone have any suggestions. I've restarted my computer multiple times and restarted the download, but to no avail.

    uninstall anything cc that's already installed, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and the reinstall, Adobe: Creative, marketing, and document management solutions

  • HT201413 i tryed to restore my phone but it turns of during the process and an error happens so what should i do

    i tryed to restore my phone but it turn off during the process and an error happens so should i do ?

    Hello there, VladlsSwag.
    The following Knowledge Base article provides some steps for troubleshooting your issue:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Particularly:
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIsand corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 30 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    My issue is still not resolved. What do I do next?
    Contact Apple Support.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • I have a MacBook Pro 2007 and I installed Mac OS 10.6 but I lost power in the process and now the mac doesn't recognize my hard drive

    I have a MacBook Pro 2007 and I installed Mac OS 10.6 but I lost power in the process and now the mac doesn't recognize my hard drive, how can I fix this

    I've tried it but since I'm using a USB disk drive it keeps freezing up or showing you a folder blinking folder with a question mark. (?). When I start the mac up I hold the control button until the Mac OS install disk shows up. My hard drive doesn't show up anymore. Is there any other button I have to hold down to bring a different menu up. I have also tried to boot up holding control and C and nothing happens.  Thanks for the help so far

  • HT1338 I can't update my laptop why is it? I di all the process and it says it should restart with a gray screen and a status bar and it does not it just goes back to the regular screen

    I can't update my laptop why is it? I di all the process and it says it should restart with a gray screen and a status bar and it does not it just goes back to the regular screen

    You will need to contact support to have your account sorted.
    https://expresslane.apple.com/GetproductgroupList.action

  • HT1212 i have lost my password and been trying to restore but don't understand way it never get completed(my ipad3 gets on between the process and itunes reminds me that the device is passcode protected so it can't be connected and then the download also

    after attempting many worng passwords my ipad atlast ask me to connect to the itunes and there is't any other option it is showing on it , and don't have the backup of my ipad on my pc so search the net and got the answer to restore it ......
    i have lost my password and been trying to restore but don't understand way it never get completed(my ipad3 gets on between the process and itunes reminds me that the device is passcode protected so it can't be connected and then the download also stops) some times at 500mb and even at 700mb
    please if some one know the sloution
    help me
    thanks
    its ipad 3

    Follow these instructions to resolve a forgotten passcode:
    http://support.apple.com/kb/HT1212

  • HT4889 Hi. I`ve just started transferring from my old Imac to a new Macbook, using the WIFI. But I realize it will take days to get it done. Can I cancel the process, and start over again using the thunderbolt port? Without causing any trouble?

    Hi. I`ve just started transferring from my old Imac to a new Macbook, using the WIFI. But I realize it will take days to get it done. Can I cancel the process, and start over again using the thunderbolt port? Without causing any trouble?

    See Pondini's Setup New Mac guide for possible answers.

  • When I try to open iPhoto it begins the process and then stops. It brings up a message that iPhoto has quit unexpectedly. Efforts to reopen it bring the same result. My timemachine has been accidentally turned off. I have 20,000 photos on iPhoto. Help!

    When I try to open iPhoto it begins the process and then stops. It brings up a message that iPhoto has quit unexpectedly. Efforts to reopen it bring the same result. My timemachine has been accidentally turned off. I have over 20,000 photos on iPhoto. Help!

    First, copy your iPhoto Library to an external so that you have a backup.
    Second, see if you can create a new Library and have it open. To do this, open iPhoto while holding down the Option key. It will ask which Library to use, or allow you to create a new Library. Save the new library with a different name from the old one.
    If that does open with a new library, the old library is corrupt, but all the files are still OK.
    If it is a corrupt Library, iPhoto Library Manager can repair some corruption, or transfer the Library over to a new one.

Maybe you are looking for

  • HT4847 How can I move a back up from an old iPhone out of iCloud but not delete it?

    How can I move a back up from an old iPhone out of icloud and onto my own storage device? I don't want to delete it, I just don't want to keep it in iCloud

  • Getting bug error while compiling object binding code in javaFX

    I am new to javaFX and exploring it from just last two days. today i tried a simple binding object example and got weird exception about bug. i created a simple file with name Calculator.fx having just one line public var result=1;and used object bin

  • ORA-00972: identifier is too long

    Hi All, I get the error ORA-00972: identifier is too long during installation of NW2004s SR2 Java system with DI. This error is seen on the step Perform post load activites. i have made the changes as suggested by SAP note: 314671. But the error stil

  • What is wrong with my iphone's 3G?

    i have an Iphone 4,running ios 5.0.1,bought it factory unlocked. 3G is just not working,Edge is better than 3g,wifi is functioning normally. im on mtc touch,i live in lebanon,subscribed to the 3.9G-500 MB's data plan service. when at home,when 3G is

  • Adbldxml.pl issue

    Hi; I have been made moe to my win2003 32 bit server dbtier to win 2003 64 bit server dbtier on r12.0.4 wiht 10.2.0.2 db version. Now my db is up lsnr up and i can connect from apps tier to database(new db) I followed note:Using Oracle E-Business Sui