SAP : ECC 6.0 Module : Production and MM Issue : Monthly and Yearly targets

SAP : ECC 6.0
Module : FICO
Issue : Payment Mode and Type
Domain : Chemicals
How to Trap Bank Receipts / Bank Payments Mode of payment and doc no
Ex : Any bank Receipt We need to enter the Mode of Receipt : Chq/ DD/ Order and Also need to enter the Instrument details
In SAP standard F-28 form shows does not have the details to enter.
What is the best approach to trap this in case of receipts and payments.

Sreekanth
Thanks for the reply
If you want to maintain Cheque no., DD, etc.. You can enter those in assignment field or text field, While Document display you can see it in report.
So this assignment filed can be used for All the DD-Chq details ?
The information can queried on the Assignment field also ?

Similar Messages

  • What are the commands using in SAP ECC 6.0 ehp on SYBASE Database? Backup and restore commands?

    Hi All,
    What are the commands using in SAP ECC 6.0 ehp on SYBASE Database? Backup and restore commands?

    Hi Jayachander,
    Have a look at these sap notes:
    For taking backup: Schedule from DB13 and get the exact command from Logs
    1841993 - SYB: How to schedule backups in DBA Cockpit
    1887068 - SYB: Using external backup and restore with SAP Sybase ASE
    How to restore DB
    1611715 - SYB: How to restore a Sybase ASE database server (Windows)
    Divyanshu

  • Any F.Module is there to get  'Month and day '  from the given input number

    Hi experts,
        I am working on Inventory withdrawl report and in the selection screen, If i enter the CHARG (Batch number) then  I need to display the posting date by default in the next selection input based on the Batch number.
    In the selection screen :
    Batch : 7111WF0211.
    Posting Date :  (I need to display by default based on batch number).
    My requirement is,  in the above Batch first digit '7' is the year.
    And  from 2nd to 4th digit. i.e., 111. I need to find out month and day from 111.
    I mean from  1 to 365 days, In which day and which month '111' will come ?
    Please send me the code or suitable Function Module. Your help will be appreciated.
    Thanks,
    Ranji.

    Use FM ADD_TIME_TO_DATE
    Do this
    days = batch+1(3).
    days = days - 1.
    Call Function 'ADD_TIME_TO_DATE'
    exporting
    i_idate = '01.01.2008'
    i_time = days
    i_iprkz = 'D'
    importing
    o_idate = date_p_d
    You will get the date in date_p_d.
    But what about Leap years? IS the first number the year?
    IF so pass in i_idate the first of january of that year so you get the correct day depending if it is a leap year or not
    Edited by: Ramiro Escamilla on Feb 26, 2008 9:56 PM

  • Apache and Jserv issues - AppsLogin and AppsLocalLogin not working

    Hi,
    I am trying to understand the Apache and Jserv issues
    Home page - http://11i-tst-02.cisco.com:38901 - working fine
    This confirms that Apache core module is working fine. Does this confirm about the pls module also ?
    Apps local login - http://11i-tst-02.cisco.com:38901/OA_HTML/AppsLocalLogin.jsp - throwing Java Exception
    Request URI:/OA_HTML/AppsLocalLogin.jsp
    Exception:
    java.lang.NoClassDefFoundError
    at oracle.apps.fnd.sso.SSOManager.getAppsServletAgent(SSOManager.java:1727)
    at oracle.apps.fnd.sso.SSOManager.getLoginUrl(SSOManager.java:316)
    at oa_html._AppsLocalLogin._jspService(_AppsLocalLogin.java:410)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
    at oracle.jsp.JspServlet.service(JspServlet.java:148)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:479)
    Is it related to SSO ? Because error mentions about SSOManager
    But why does AppsLocalLogin need to go thru SSO ?
    Doesn it mean Jserv issues ? I am able to see same message logged in jvm logs ?
    Restarting Apache doesnt help
    Servlet login - http://11i-tst-02.cisco.com:38901/oa_servlets/AppsLogin - throws Internal Server Erorr
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    Apache log doesnt show any error
    Servlet test works - http://11i-tst-02.cisco.com:38901/servlets/Hello
    Example Apache JServ Servlet
    Congratulations, ApacheJServ 1.1 is working!
    OAM works - http://11i-tst-02.cisco.com:38901/servlets/weboam/oam/oamLogin - Navigating to SSO page for authentication
    AOL test works - http://11i-tst-02.cisco.com:38901/OA_HTML/jsp/fnd/aoljtest.jsp
    FND_WEB.PING works - http://11i-tst-02.cisco.com:38901/pls/QTCSTG/FND_WEB.PING
    Connection test works - http://11i-tst-02.cisco.com:38901/servlets/oracle.apps.icx.common.ConnectionTest
    So, my question is why AppsLogin and AppsLocalLogin are not working - if servlets / AOL / FND / OAM links are working
    Is there issue with Jserv ?
    Can someone please explain the significance of the above tests
    And which tests need to pass for AppsLogin and AppsLocalLogin to work
    Thanks

    Since all the tests work fine as you stated above, I suggest you do the following:
    - Rerun Autoconfig on all tiers
    - rm -rf $OA_HTML/_pages
    - Bounce Apache

  • Can we modify the pnp selection screen and get only month and year?

    Dear Freinds,
                  I have requirement where i have to modify the PNP selection screen. So with the help of report category and coding in AT SELECTION-SCREEN OUTPUT  , i have modified all the fields relating to dates . i.e i have removed all the radio buttons (i.e Today, Current month,current year etc) and finally
    i have landed with only Period ( PNPBEGDA & PNPENDDA range) . But i dont want the PNPBEGDA & PNPENDDA range , but i want only is the month and year ( i.e just like the PNPPABRP & PNPPABRJ)
    on my selection screen along with the pernr .
    i have used the below code to close all the fields except pnpbegda and pnpendda.
    AT Selection-Screen output.
    loop at screen.
      IF screen-group4 = '098' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '092' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '094' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '100' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '104' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        MODIFY SCREEN.
    endloop.
    i.e on my selection screen i want only  month & year combination and pernr -
    when iam using the logical database PNP . Could any one please let me know how can i get only mon & year only on my selection screen .
    If it is possible please let me know .
    Thanks & regards
    divya.

    Hi ,
       The requirement is that the user doesnt want to enter the date range i.e for ex:  01012008 to 31012008.
    As per the requirement the user will enter only the month and year only . so i on the selection screen
    i want only the month and year only . Is there any means i can modify the date period which is there by
    default (PNPbegda and PNPendda) on PNP selection screen. Instead of we givign to the user the
    PNPBEGDA and PNPPENDA i want is only month and year .
    AS already the code has already been written and now they have asked that they want only the month and year on the selection screen.
    Please suggest me in this regard.If iam hiding all the buttons relating the dates fields, and now if iam adding the parameters for the month and year  it is coming below below the fields pernr , personnel ara and subara , company code , payroll area, employee group of the standard fields of PNP selection screen , there by any body could please suggest me how to change.
    regards
    divya.

  • SSRS Line graphs, change the axis maximum and minimum by month, and change data series from calendar year to financial year

    I am using SSRS and I cannot access SQL server to answer my problem, so the solution needs to be done via SSRS only.
    I am currently trying to graph some data. The problem is, the months on the X axis are aligned by calendar year. I need the first month to commence with July, with the last month on the axis to be June. This also means that the year series need to be changed
    from calendar year to Australian financial year.
    Screenshots are provided in the comments.

    Hi Northern,
    Per my understanding that you want to show the month in the x axis as the order of the financial year(7,8,9,10...4,5,6) and also display the year in the series group as the financial year, right?
    I have tested on my local environment and we can modify the query in the sql to get the financial year value based on the fields of Calendar year, details information below for your reference:
    1. Modify the query as below:
    SELECT
    Calendar_Date,CASE WHEN MONTH(Calendar_Date)>=7 THEN
    YEAR(Calendar_Date)+1
    ELSE YEAR(Calendar_Date) END AS Financial_Year,
    MONTH(Calendar_Date)as Financial_Month,
    Billing_Amount
    FROM TableName
    order BY
    Calendar_Date
    2. Add the "Billing_Aomount" in the Value area, "Financial_Month" in the Category group area and "Financial_Year" in the Series group area.
    3. Right click the  "Financial_Month" under the Category group to select the "Category group properties",click the sorting and add below expression in the Sort by to specify the order for the month in the x-axis:
    =switch(Fields!Financial_Month.Value="7",1,Fields!Financial_Month.Value="8",2,
    Fields!Financial_Month.Value="9",3,Fields!Financial_Month.Value="10",4,
    Fields!Financial_Month.Value="11",5,Fields!Financial_Month.Value="12",6,
    Fields!Financial_Month.Value="1",7,Fields!Financial_Month.Value="2",8,
    Fields!Financial_Month.Value="3",9,Fields!Financial_Month.Value="4",10,
    Fields!Financial_Month.Value="5",11,Fields!Financial_Month.Value="6",12)
    4. Preview you will get the sample chart display as below according to my sample data:
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Padding and Centering Issues with and within div's

    I uploaded the page and css files to my server. The page file is http://www.wlvs.com/untitled-1.html and the css file is http://www.wlvs.com/test.css  I am using these file to try-out styles. The background div (backgnd) will ultimately be an image but for now I'm just using a color. The "wraper" has an image that I gave a padding to at the top and bottom and for some reason it is showing a dark blue color. - I thought it would allow the background color to show through - shouldn't it??
    The other issue is centering the logo in the "header". I suppose I could use <center> but I am trying to figure out what is the css code for doing it. Nothing seems to work. I was able to center the "wraper" image but could not do the logo.
    Any help would be much appreciated...

    I uploaded the page and css files to my server. The page file is http://www.wlvs.com/untitled-1.html and the css file is http://www.wlvs.com/test.css  I am using these file to try-out styles. The background div (backgnd) will ultimately be an image but for now I'm just using a color. The "wraper" has an image that I gave a padding to at the top and bottom and for some reason it is showing a dark blue color. - I thought it would allow the background color to show through - shouldn't it??
    No because padding creates the space between the edge of the element and its content and in your case this is covered by background image;
    However, if you apply margin-top and margin-bpttom then you should get the space you are talking about.
    To try it use this code:
    .wrap {
        height: 1113px;
        width: 740px;
        top: 0px;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFF;
        background-image: url('images/TBarn04.jpg');
        margin-top: 20px;
        margin-bottom: 20px;
    hth

  • HT1338 I've been trying to update my iphoto and Imovie for months and it keeps telling my to sign in to the account you purchase it with? It came with my mac computer. I log with my Apple ID and nothing happens but the same message?

    I've been trying to update my Iphoto, Imovie and my Moutain Lion software to 10.8 for months. I keep getting a message to log into you account you purchase it with. THe software came with my computer therefore where do I go from here bc it will not update?

    Use the Support link on the App Store. http://www.apple.com/support/mac/app-store/
    As cbs20 alludes, if you didn't buy it new, those apps are registered with the previous owner. If you are the original owner, the support people should be able to help.

  • Odd sound and video issue comes and goes.

    Please dont give me the "open up a new user account" solution, as to that is a cop out to a real solution.... THANK YOU... I see it too much here, and honestly it just isn't a answer. I actually found weird solutions to this issue, but I want to discuss this all here and see if anyone else experiences this or has any input to this WEIRD thing.
    So, I have SEVERAL Macs, laptops, power macs, etc...been a 10 year Mac user, with hardly any problems because I am Mac savvy (usually) - I own a professional Audio recording studio, so know ALOT about sound, etc... and I only experience this on this laptop, my PowerBook 17inch Alluminum (the higher resolution one that has pad scrolling)...
    Anyway, issue is this: Sound works fine 98% of the time. VERY seldomly for absolutely no reason and no change to any settings the sound will stop working on ANY movie player (Quicktime, Real Player, MPlayer, etc..) PLUS nit work on the net either. BUT all interface computer sounds will work fine (volume button changing sound, trash, etc...) and iTunes works fine, music related players will work, actually quicktime will actually play music, just not the sound WITH a movie/clip, whatever... - ALONG with the fact that IF it is a Quicktime, or Real Player movie/clip I am watching and NOT getting sound to, it ALSO only plays the movie for like 10 seconds then the screen stops, but the timeline marker still moves. I can then pause and start the movie/clip and it will then pick back up, again though for only 10 seconds....
    WEIRD !!!
    Solutions I have come up with but find weird, yet don't ALWAYS work...
    #1 - Launch all my players one by one, and then quit them. Then restart, then everything works fine. But seldomly works.
    #2 - Drain my battery all the way dead, shut off my computer, charge it until full, then UNPLUG from charger and turn computer on.... everything works fine then... Solves issue more often. (I notice this issue seems to happen alot when some odd charging antics of mine happen, like half charging, or leaving plugged in for days at a time on accident, or using leaving plugged in for to many days at a time)...
    #3 - Go to "Utilities", "Audio/Midi", and make sure sample rates are at 44.1, and if are just rechange to 44.1 anyway, then close. Works the most....
    As you can see this is not a user issue. OF COARSE if I start up a new user account it would work fine, but a week later or whatever it would happen on ANY USER. So this is some odd bug, or issue with something.
    Anyone else got anything to say about this ? Or maybe have a permanent solution to it ?
    Thanks,

    Got an answer and a break-through here on this subject/issue, so I thought I would just keep this topic updated. Even though no one seems to be replying.
    As I also stated this in the "No Sound On Net" topic by Cassafrass that is highly related to this topic I have found that my 3rd solution stated in my original post is absolutely the most gauranteed solution 100% of the time. And now as I have waited for this to happen 2 times since then and fixed it both times I have found this to be true. As I went to the "Audio" tab in the Audio/Midi Utility I did in fact BOTH times now see that somehow the audio input and output were set to 96k !! I did not do this, and I am doing nothing to make it happen... WEIRD... But yet like I said, I just switched them both back to 44.1k and everything instantly began working fine and as usual.
    So as this is obviously NOT a permanent fix. It does show though that it IS where the problem is, and it is a solution. Now to only find out what is making it switch itself to 96k sometimes.
    Also it does make sense too, because the net and certain players just can not play output at 96k, and even if they can won't do so if the source of audio is not at 96k. And since most to all audio out there is at 44.1k (CD quality) this all makes perfect sense.
    Oddly though, as I have been running tests, I was thinking I was doing something that makes this happen (since very few people seem to have this problem) -- but these last two times it happened, I literally have done NOTHING but very basic computer using. I wasn't doing my extensive professional stuff as I usually do. So its really odd.
    It is possible from my previous activities that I have corrupted the preference file that is linked to the Audio/Midi utility setting.... and that is my next stage of trouble shooting in which I will report back with my findings... (as stated in the other topic as well).
    PLEASE if anyone else has any input or anything to say on this matter, please feel free to do so.

  • Airport Extreme, external HD and recognition issues (Mac AND PC)

    Hi everybody,
    I am the happy owner of an Airport extreme. I have already set up a wireless Time machine connection, no problems. I want to share a media HDD with my friends, wirelessly. So I connected a USB-hub to the airport, and the two HDDs. Time machine no problem, and actually it sees the Media HDD on both Windows and Mac. However, it does not recognize anything on the Disk. It just shows an empty window. Also on Windows and Mac. It's driving me crazy, can't figure it out!
    Does anybody know how to fix this? Thanks a bunch!

    Yes I did figure it out, partially. All I did was disconnect both disks, then connect them both separately but directly to the airport. Also I changed from using user names to using a Disk Password. Now it works, however the windows machines do not have the authorization to write to the Media disk. I am affraid to tamper with it any more, so i'll leave it like this. There is a shared folder for them to drop their stuff in.
    Hope you can work it out as well!

  • Need Batch Expiry in month and year

    Hi all
    Is there any facility in SAP where I can map product batch expiry in month and year only ? or is there any facility for PLD on AR invoice where I can design expiry date in only month and year
    Kindly Advise
    Thanks

    Hi,
    Yes you can add expiry date while receiving the items through stock receipt or GRPO or receipt from production.
    Why do you need only mm/yy in PLD?
    Thanks & Regards,
    Nagarajan

  • Compatibility between SAP ECC 6.0 and LDAP

    Hi,
    Does the current version of SAP ECC 6.0 has any dependency on the Domain and Forest Functional Level of Active Directory?
    Currently the Domain Functional Level is Windows 2000 native and the Forest Functional Level is Windows 2000.
    The Domain and Forest Functional Level will be raised to Windows Server 2003.
    While raising the Domain and Forest Functionality level to Windows 2003 provides additional features and capabilities as far as Active Directory enhancement it does not cause any issues with the application as such.
    It will be a good idea to confirm from SAP if there are any dependencies on this.
    Please do let me know if you need more information or any help from me.
    Thanks,
    Saurabh

    Hello,
    It is good to get on to the win 2003
    Read the SAP Note and refer the microsoft support link for further info:
    1377424 - Information on Active Directory domains and trusts
    http://support.microsoft.com/kb/310996
    Regards,
    Sai R.

  • Master data extraction from SAP ECC

         Hi All,
    I am a newbie here and teaching myself SAP BI. I have looked through the forums regarding master data extraction from SAP ECC in all forums but could not answers for my question. Please help me out.
    I want to extract customer attributes from SAP ECC. i have identified the standard data source 0customer_attr and replicated in SAP BI. I have created infopackage for full update. I validated the extractor checker(RSA3) and found 2 records for 0customer_attr.
    When I run the info package, the info package remains in yellow state until it times out. Please let me know in case i am missing anything, Please let me know if there is any other process for master data extraction similar to transaction data extraction.

    Hi All,
    i did the below and afte clicking execute in the Simple job, it takes me back to the Monitor Infopackage screen.
    From your info pack monitor --> menu environment-->job overview--> job in the source system--> prompts for source system(ECC) user id and password, enter them, you will get your job at SM37(ECC), select job and click on log details icon. there you can see details about your error. please share that error screen shot.
    Please find the screenshots.
    I did an Environment -->Check connection and found the below,

  • Problem with BI-IP and Offsets in Fiscal Period/Year

    Hi freinds,
    I got a request that is linked to BI-IP and Query design.
    The request is that the users should always see a complete year by Fiscal Periods (001.2010...012.2010).
    Now the BI-IP should be dynamic. This means in 007.2010 the user should plan 008.2010...012.2010, the previous month are supposed to be the actuals.
    Problem: I do not want to change the query each month in order to move the planning month. I tried to use an offset with 11 month actuals. Saying "current month/Year", -1,-2,...,-11 using 11 restricted key figures. Same I did for the planning month. I now limited the Data to 2010 in the filter and anywhere I could. However, the result columns are showing all 22 Month. 001.2010...007.2010 are the only once which carry data. all other columns are empty.
    I just do not want to see the columns that do not belong to the current year.
    Any ideas or How to's I can use?
    Thanx and best regards
    Joerg

    Sorry, but I can't imagine how that should work.
    I have two Cubes combined under a Multicube. One containing the Actuals and one for the Forecasts. To show the actuals I have to create a restricted key figure that shows the actuals and for the forecast I have to select differently.
    What is the exit variable supposed to do? I could use a SAP Provided variable to find out about the first month and the actual month, but since it will be a restricted keyfigure it will be shown as sum between the two month. I need for each month of the year a column, and the "open" Month should be input ready. And this should be dynamic.
    Thanks for helping
    Joerg

  • I can't be the only person who has this problem - when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that

    I can't be the only person who has this problem with iCal- when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that.

    Yeah that works, but, it involves a click on the event, a click on edit, a click on the date, keystrokes, plus, since you can't see the next month you have to have a calendar in front of you so as to put it to the right date. It's easier just to cut it and advance the month and paste it, once you are in the right month you can move it around helter skelter willy nilly no problems. Although now that you mention it I will try it, maybe it is easier than cut and paste as I don't really care about the date, as long as it gets moved into the right month I can drag it around all I want.

Maybe you are looking for

  • How to restore my computer from time capsule?

    I think my computer has crashed so I need to know if or how to restore it from my tome capsule?

  • Use of audio files generated by TTS in a Mac

    I have an APP that sends audio generated by TTS. We use one free software to generate text to speech and it works ok. We now found that the new MAC TTS is far better and can handle Swedish really well. My question is. Can I use the TTS fuctionality i

  • Print Issue - ALV Grid

    Hi, When taking the printout of an ALV Grid where different colors are used for displaying dates or currencies, a / is coming on top of those columns. Could some one help me in removing the /'s and keep the colors as it is. Best Regards, Kumar

  • Column headings missing in the ouput

    Hi All, the report is displaying more than 255 line size for that i have given in the program as shown below Report XXXXX LINE-SIZE 323. Actually i had ran the report in the background there i have selected print settings as shown below format :Z_65_

  • AIR 15 broke build, Base64

    Our project has com.sociodox.utils.Base64, as source, included in a SWC project's source paths. Starting with AIR15, the compiler is unable to resolve this Base64 class - I unzipped the SWC in question and looked at the catalog, and I found dependenc