Report 2 show all receipts&disbursements in one screen 4 intercompany&Trade

Hi all,
i just have to see whether there is any standard report in SAP which pulls to shows all receipts and disbursements in one screen for intercompany and trade, if there is no standard report then they asked me to build a func spec to develop this kind of report.
so i am trying to find out with the SAP community here, whether we have any standard report on this or not. if no, then how to proceed on this func spec.
can anyone please put some light on this, i would be verymuch grateful.
Thankyou
Jay

Refer the following:
REPORT  ZTEST12.
* Type declarations.....................
TYPES pict_line(256) TYPE c.
* data declarations......................
DATA :init,
      container TYPE REF TO cl_gui_custom_container,
      editor    TYPE REF TO cl_gui_textedit,
      picture   TYPE REF TO cl_gui_picture,
      pict_tab TYPE TABLE OF pict_line,
      url(255) TYPE c.
CALL SCREEN 100.
* Dialog modules......................................
MODULE status_0100 OUTPUT.
  SET PF-STATUS 'SCREEN100'.
  IF init is initial.
    init = 'X'.
    CREATE OBJECT:
           container  EXPORTING container_name = 'PICTURE_CONTAINER',
           picture    EXPORTING parent = container.
  ENDIF.
  IMPORT pict_tab = pict_tab FROM DATABASE abtree(pi) ID 'ENJOY'.
  CALL FUNCTION 'DP_CREATE_URL'
       EXPORTING
            type    = 'IMAGE'
            subtype = 'GIF'
       TABLES
            data    = pict_tab
       CHANGING
            url     = url.
  CALL METHOD picture->load_picture_from_url EXPORTING url = url.
  CALL METHOD picture->set_display_mode
       EXPORTING display_mode = picture->display_mode_fit_center.
ENDMODULE.
MODULE cancel INPUT.
  LEAVE TO SCREEN 0.
ENDMODULE.

Similar Messages

  • Report on Receipts&Disbursements on one screen for a Comp Cd.

    Hi all,
    i just have to see whether there is any standard report in SAP which pulls to shows all receipts and disbursements in one screen, if there is no standard report then they asked me to build a func spec to develop this kind of report.
    so i am trying to find out with the SAP community here, whether we have any standard report on this or not. if no, then how to proceed on this func spec.
    can anyone please put some light on this, i would be verymuch grateful.
    Thankyou
    Jay

    Hi,
    You can either use infosets or use constant selection.
    For constant selection, check the blog below:
    /people/prakash.darji/blog/2006/09/19/the-hidden-secret-of-constant-selection
    -Vikram

  • Is there a report showing all the DDL objects for one APP?

    Hi,
    Is there a report showing all the DDL objects for one APP?
    I need to move an app to my workspace. The workspace I need to move it from has approx 20 applications in it, thus all the tables, procedures, etc are too many.
    What way is the easiest?
    I've looked at exporting the DDL and the app. and look to see what the app needs. But it has many pages.
    Thank you, BillC

    Hello Bill,
    You might find the report in the following location to be helpful:
    Home>Application Builder>Application XXX>Application Reports>Shared Components>Application Database Object Dependencies
    Regards,
    Arie.

  • Exporting PDF document to Excel.  When I export a PDF document to Excel containing lists of  people the Excel page shows all the names on  one line several inches deep instead of on separate lines which makes editing impossible.  What am I doing wrong?

    Exporting PDF document to Excel.  When I export a PDF document to Excel containing lists of  people the Excel page shows all the names on  one line several inches deep instead of on separate lines which makes editing impossible.  What am I doing wrong?

    Murray is right. Padding (and margins) is added to the width. However, when using percentages, you should never use figures that add up to exactly 100%.
    Browsers need to convert the percentages to pixels. Because pixels must be whole numbers, some percentages are rounded up, which results in the final element dropping down below its neighbours. With percentages, it's much safer to use values that add up to 98% (99% often works, but 98% is safer).

  • A report showing all cancelled TO

    Hi,
    Delivery # 0080103253 deleted from SAP without canceling TO # 6000005466
    Just wonder Is there a report showing all cancelled TO? Or what table that I can check?
    Any question is that how to cancel TO when delivery already cancelled while the Inventory is stuck in 916 location
    Please help. Thanks.
    Marks will be rewarded.

    Hi Guruwan
    Very thanks for your help. I have managed to put the stock back to original storage.
    The only thing that I couldnt manage to get is to display all canceled TO.
    The suggestion that you have provided to me, wasnt work in my current system.
    I have done some check in the forum, but none of them work.
    TRANSFER ORDER CANCELLATION
    anyway, if you have found out a way to display all canceled TO by any chance, please let me know.

  • HT3215 How do you keep the clock face showing all the time without the screen going dark?

    How do you keep the clock face showing all the time without the screen going dark?

    Thanks.  I saw a number of answers to the same basic question after I posted my question and apparently there are ways to to keep it on but, as you said, it will drain the battery quickly.

  • I was found I pad Air is not that user friendly than I pad 4 even I pad 2, as I was a TaoBao fans and every time when I get in their link, I pad Air cannot show all the pictures on the screen and very slow. It make me very disappointed about this issue.

    I was found I pad Air is not that user friendly than I pad 4 even I pad 2, as I was a TaoBao (www.taobao.com) fans and every time when I get in their link, I pad Air cannot show all the pictures on the screen and very slow. It make me very disappointed about this.  Could you please help to improve this. Thank you vey much!

    iPad running slow? How to speed up a slow iPad
    http://appletoolbox.com/2012/07/ipad-running-slow-how-to-speed-up-a-slow-ipad/
    If You Think iOS 7 Feels Slow Here’s How to Speed It Up
    http://osxdaily.com/2013/09/23/ios-7-slow-speed-it-up/
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
     Cheers, Tom

  • CP5.5 - Is it possible to create a quiz summary screen with all questions reviewed on one screen?

    Hello Forum members,
    I was wondering if it is possible, rather than having a quiz review where you review the quiz questions one screen at a time, if it is possible to create a quiz summary screen, which will provide a summary of which questions were answered incorrectly/correctly (without actually giving the user the correct answers)?
    An example of what I'd like to achieve is below:
    Is this possible in CP5.5? Perhaps with Advanced Actions/variables?
    many thanks
    Loraine

    Hello Loraine,
    This is possible using Advanced Actions and variables. After every question, On Success you can set a variable to 1 and create a custom screen where you can show/hide the tick mark graphic based on the variable value set.
    For Ex:
    - For question 1, on success, set x=1
    - On the results screen, correct tick mark graphic is hidden. If x=1, then show the correct tick mark.
    Like this you can do for all the questions. Will wait for others also to comment for any quicker solution.
    Thanks,
    Vish

  • All sales processes under one screen

    Hai Respected Gurus,
    Is it possible to include all t codes of a sales cycle  ie; va01, vl01n, vf01, vl09n under one screen using a different transaction code. kindly let me know the development works I have to undergo if possible.
    Dhananjay Singh

    I pray Shuktiz Roy has more patience than present, since already my client has asked me this requirement for their business, specially in Cash Sales, where a Customer comes in to buy a spare part or a product and is waiting with cash in hand is interested in taking a receipt and leaving the place as quickly as possible.
    Now my client says, when Customer left after taking his Invoice, created from the Sales Order, his end users were not very punctual in completing the balance Delviery and Billing with Excise Invoices. Hence he wanted an automatic completion of VL01n / VF01 / J1IIN as soon as a Cash Sale Order is created and saved.
    Please never say a Business requirement is a Baseless question, maybe some day a client may ask you the same thing and you may come back to the forum with the same requirement. Even if it not a genuine requirement, we can still take it as a Brain teaser and sharpen our brains with getting solutions for such scenarios. What say ??
    If Ordered Quantity = Delivery Quantity = Picking Quantity = Billing Quantity, then we can ask our ABAPer to auto trigger the subsequent docs in back ground. For a Sales Order, auto creation of Delivery is available in standard and auto trigger of an Excise Invoice after Commercial Invoice is also available. For the other part, a technical consultant can do the required coding.
    Is this info OK ?!!
    Happy SAPing
    Venkat - Hyd

  • Display all the fields in one screen shot

    Hi all,
    I am having 20 fields in the grid.
    but few fields are displaying in the grid and the scroll bar is existing to display other fields
    where as i need all the fields in on screen shot.
    let me know it .

    Hi ,
      One option would be to reduce the width of the fields in the catalog or manually after the data is displayed.
    Regards:
    Arun

  • After iOS 5 update my iCal shows all my registered Birthdays one day earlier. Can anybody help? thx

    After iOS 5 update my iCal shows all my Birthdays one day earlier. Please help. thx

    Same issue here.  In searching through Apple Discussions site I see this has been happening for at least 5 years now were b-days can pop up 1 or even 2 days early.  Really Apple?  I am disappoint. 

  • The fax confirmation report shows all zeros for officejet 6600 printer

    the fax confirmation page shows all zeors for date and time.  How do I set the printer so it prints the correct date and time?

    Hi CJChristian,
    Welcome to the HP Forums!
    I understand that your confirmation date and time fields are all zeroes with your HP Officejet 6600, and I am happy to help you!
    Please take a look through this guide. Setting Up the Printer Hardware for HP Officejet 6600 and 6700 Premium H711n e-All-in-One Printers. Select the Officejet 6600, and look for Step Seven Set the Date and time.
    Also this guide may help too. Setting up the HP All-in-One to Send and Receive Faxes.
    Hope these guides are useful for you, and have a nice day!
    RnRMusicMan
    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" to say “Thanks” for helping!

  • A report showing all release  refused purchase orders

    Dear SAP Gurus
    Please assist, I need to run a report showing a list of release refused purchase orders.
    CN

    Hi,
    I dont think there is a standard report for that.. you can have the details from table EKKO with release indicator as 1 (EKKO_FRGKE)
    Regards
    Merwyn

  • Show ALL files including the ones that start with periods?

    Hello.
    Is there a way to show ALL and access files in updated Mac OS X (10.5.8 and 10.8.3)'s Finder without going to Terminal (ls -all)? The reason is why I need to recover older backup copies from Time Machine, but I cannot figure out how to tell their Finders to show these .filenames files in my home directories/folders.
    Thank you in advance.

    http://appducate.com/2013/01/how-to-show-hidden-files-folders-on-your-mac/
    http://mac.tutsplus.com/tutorials/os-x/quick-tip-revealing-hidden-files-in-os-x/

  • IPhoto Places map home button does not show all photo locations in one extent

    I recently started populating location information for my photos in iPhoto 2011. Some are pre-loaded from my iPhone, but I also manually added locations for other photos/events. Now I have locations assigned both in the U.S. and in Europe, but when I try to view them all in one extent (via the "home" location button on the Places map), the map centers on Europe and I can't even see the U.S. Did I accidentally change a setting for the "home" location on the map? I cannot find a menu that shows options for the "home" location. Is it possible that locations are too far away from each other to see them all at once? If so, is there a way to reset the center of the map so I don't have to pan over from Europe every time I want to look at the U.S. locations (which is 99% of the time)?
    Thanks in advance for the help.

    I think I figured it out.
    It appears that the iPhoto Places map centers on the extent with the greatest number of individually geo-tagged photos. Rather than centering the map to the area in the middle of all your locations (i.e. one location, one "point"), it actually prioritizes locations by how many individually tagged photos are at that location (i.e. one location, many potential "points").
    Secondarily it may be a screen size issue. When I falsely tag a bunch of photos in Hawaii, then I can only see HI and mainland U.S. (no Asia or Europe).
    I guess Apple assumes you'll want to see most where you have the most tagged photos. This is unfortunate, however, as I tend to tag overseas locations by the entire Event (many photos placed at one location) vs my domestic photos which may or may not have locations. I guess it'll even out over time, but still, it would be nice to be able to set a specific "home" location or viewing extent.

Maybe you are looking for

  • Why does airport cycle continually between "on" and "looking for networks"

    I've been trying to find the answer to this for what seems like weeks. My macbook (Lion), my girlfriends macbook pro (Snowleopard) an iPhone 3G and an iPhone4 all seem to be unable to simply keep a steady connection to my WiFi. They all connect, but

  • SC 3.2 second node panics on boot

    I am trying to get a two node (potentially three if the cluster works :) ) cluster running in a solaris 10 x86 (AMD64) environment. Following are the machine specifications: AMD 64 single core SATA2 hdd partitioned as / (100+gb), swap (4gb) and /glob

  • App Store Error Message

    Some time ago I have downloaded an App called Cool Hunting. Since then, when I download other Apps or updates a popup appears saying that "is impossible to download Cool Hunting" also if it's still installed. The message does not appear every time i

  • Adobe Distiller Errors

    Hello, please can you help. When running distillier on an InDesign CS6 file I get this message: Distilling: kA001-cover.indd Start Time: Wednesday, November 21, 2012 at 15:48 Source: /Users/Andrew/Desktop/Progress/Client Projects/Kazoo/KA001/InDesign

  • Loading stalls on message o.sa.aol when trying to connect to links from homepage

    I am using FF5 and aol is my homepage. when trying to connect to a link from homepage the connection stalls and on bottom left of screen it says transferring data from o.sa.aol what is this and what is causing it. Never had a problem before downloadi