SAP business one query help

Hi experts,
I need with a query for outgoing payment with doctype(c or s).
With this type an invoice is chosen and I want the query to show
The numatcard and remarks of the invoice chosen in outgoing payment.
I have tried but I am not getting it right.
Please urgent help is needed.
Regards
Justice

Hi Justice,
Please try below Query.
SELECT T0.[DocNum] as 'Outgoing Payment No', T0.[DocType] as 'Outgoing Payment Document Type', T0.[DocDate] as 'Outgoing Payment Date', T0.[CardName] as 'Outgoing Payment Business Partner', T2.[DocNum] as 'Outgoing Payment Invoice No', T2.[NumAtCard] as 'Outgoing Payment Invoice BP Reference', T2.[Comments] as 'Outgoing Payment Invoice Comments' FROM OVPM T0  LEFT JOIN VPM2 T1 ON T0.[DocEntry] = T1.[DocNum] LEFT JOIN OPCH T2 ON T2.[DocNum] =  T1.[DocEntry] WHERE T0.[DocNum] = [%0]
Hope this help
Regards::::
Atul Chakraborty

Similar Messages

  • SAP Business One SDK help center

    Hi,
       Can any one give me a copy of SAP Business One SDK help center.
    thanks

    Hi Toto,
    You can download a copy of the latest 2007A help center from here:
    SAP Business One - SAP Developer Network
    It's the main news article at the moment.
    Kind Regards,
    Owen

  • 介绍一个新发布的工具 - SAP Business One Custom Help Mapping

    下载页面:[http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/c02b5c72-b6b8-2b10-33b7-a74e6ea6eb01|http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/c02b5c72-b6b8-2b10-33b7-a74e6ea6eb01]
    英文简介:With this Custom Help Mapping add-on (B1HM) you can improve knowledge transfer at the point of use. You can attach custom help to windows, tabs, and fields in the core as well as to user-defined fields and to add-ons that run within SAP Business One. Thus, users can access add-on-specific, industry-specific, and company-specific help in the same way that they access the context-sensitive SAP help. This add-on runs with SAP Business One 2007 A. No official support is provided.
    中文翻译:Custom Help Mapping add-on (B1HM) 这个工具可以帮助制作定制化在线帮助,从而使用户在使用B1的同时获得定制化的帮助。你可以为B1的窗口/标签/字段/自定义字段等控件甚至addon编写定制化的在线帮助。正因为如此,最终用户可以像访问B1标准在线帮助一样访问针对特定addon/特定行业/特定企业而定制的在线帮助。这个addon在2007 A/B版本上运行,属于开源形式,SAP不提供官方支持。

    我自己简单的试用了一下,功能可以说比较简单,运行这个addon之后,可以把指定的控件和多种格式的文件关联,比如html或者PDF。如果你的客户系统有用addon的话,可以针对addon做一套在线帮助,感觉应用前景还是不错的。
    同学们有用过的,不妨发表一下高见

  • SAP Business One Studio Help needed...

    Hi,
    I'm having a lot of difficulties making a form working in SAP using SAP Business One Studio. 
    The first problem is that half of the controls on the form is anchored to the right so when I resize the form, it's not right as shown in this screenshot.
    The question for this problem is that how do we control this behavior of anchor ?  I tried all the possible properties and did not found a solution to control it.  See screenshot bellow :
    The second problem is that I need to surround all the controls in the middle with a vertical scrolling but keeping the bottom anchored and it's actuall not pretty as sown in the second screenshot.  First let me show you what it looks like when I start the form in SAP :
    And if I resize the form a scrollbar appears but doesn't let me see all the form anyway.  So what is going on and what do I have to do to make a form right according to the content ?

    hi Marc,
    i just had the same problem and went  trough Edy Simon( Mar 28, 2014 7:54 AM (in response to Marc Roussel) ) description and solved my problem.
    on the form code behind, i've created a method as shown bellow... As Edy mentioned, i couldn't find a instance where Item.count equal to zero. therefor i created a private variable call " _isResizeAfterCalled " to track the status...
    protected override void OnFormResizeAfter(SAPbouiCOM.SBOItemEventArg pVal)
                if (_isResizeAfterCalled == false)
                    //H -569
                    //W -982
                    base.UIAPIRawForm.ClientHeight = 569;
                    _isResizeAfterCalled = true;
    ResizeAfter event is not shown by default, but it's visible on UserFormBase class... bellow i assigned my method to it's ResizeAfter event...
    public override void OnInitializeFormEvents()
                base.ResizeAfter += new SAPbouiCOM.Framework.FormBase.ResizeAfterHandler(this.OnFormResizeAfter);
    success....!!!

  • IBolt - SAP Business One query

    Hi,
    I have a question regarding using ibolt to push a ar order to Business One , using an xml file
    I keep getting the error
    "1006 , Internal error(3): Failed to call method: GetXMLelementCount (Illegal XML)"
    driving me nuts...
    any help is appreciaed to debug  this..
    following is the piece of xml i used.
      <?xml version="1.0" encoding="UTF-8" ?>
    - <!--  edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by MAGIC SOFTWARE INDUSTRIES (MAGIC SOFTWARE INDUSTRIES)
      -->
    - <!-- Sample XML file generated by XMLSPY v2004 rel. 3 U (http://www.xmlspy.com)
      -->
    - <Order xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="New_Order.xsd" orderDate="2004-07-13">
    - <CustomerDetail country="US">
      <Customer_ID>7</Customer_ID>
      <Customer_Name>Rachel Ackerman</Customer_Name>
      <state>Israel</state>
      <city>Jerusalem</city>
      <street>King David St.</street>
      <zip>95464</zip>
      </CustomerDetail>
      <OrderNumber>10234</OrderNumber>
      <Order_Total>799</Order_Total>
    - <items>
    - <item partNum="KT0006">
      <Product_ID>6</Product_ID>
      <Product_Name>Mixer</Product_Name>
      <quantity>1</quantity>
      <USPrice>75</USPrice>
      <shipDate>2004-07-25</shipDate>
      </item>
    - <item partNum="KT0007">
      <Product_ID>7</Product_ID>
      <Product_Name>Food Processor</Product_Name>
      <quantity>2</quantity>
      <USPrice>82</USPrice>
      <shipDate>2004-07-25</shipDate>
      </item>
    - <item partNum="VD0010">
      <Product_ID>10</Product_ID>
      <Product_Name>Television</Product_Name>
      <quantity>1</quantity>
      <USPrice>560</USPrice>
      <shipDate>2004-08-10</shipDate>
      </item>
      </items>
      </Order>

    Hi Indika,
    I remember having a similar problem.
    Solved it through removing the
    "<!-- Sample XML file generated by XMLSPY v2004 rel. 3 U (http://www.xmlspy.com)
    --> "
    B1 seems to have problems with comments in the XML .....
    Regards,
    Holger

  • Can't download SAP Business One, please help me.

    I can't download it, it show: the sever don't permise you to download.
    Please send file to me, or help me to download it.
    Thanks.

    Thank for reply. i logined as administrator before.
    there is not three built-in navigator but two built-in navigator.
    i was able to find help and preferences that you said.
    but that is not useful.
    reference's range is very large
    i can't excess information that i am finding effectively.

  • How to add drop down list for query manager report in sap business one

    Hi Every one,
    I need drop down list for parameter selection in sap business one Query Manager.I have two Parameters 'Sales Order','Invoice'.
    Please suggest.
    Thanks and Regards
    DEV

    Hi,
    you need to use this :
    /*select from [dbo].[OINV] T2*/
    DECLARE @Invoice varchar(100)
    /*where*/
    set @Invoice =/* T2.DocNum  */N'[%2]'
    you can change the tables and the parameter number but you have to write it exactly that way.
    when you run the query within the SBO you will get list of objects ( in this case list of invoices)
    hope it was helpful
    Shachar

  • How to integrate with java connnector in sap business one 2005

    hai,
    i have small doubt,
    how to integrate with java connnector in sap business one 2005
    thankig
    anand

    Anand,
    I am not sure of your exact question, but the SAP Business One SDK Help Center documentation contains all the information that you should need with respect to using the SAP Business One JCO connector.  You should read this documentation.
    Eddy

  • How to create Add-On program for SAP Business One 2007

    Hi,
    When I create my Add-On into SBO I have some issues.
    Which program do I use to create an Add-On into SBO?
    Is there a URL or Path where I find the program?
    I am using a 2003 program which is built by my colleague.
    I assume SAP provide the Add-On program for SAP Business One 2007
    Thank you,
    Rune

    Rune,
    At a high level ...
    1) VS2005
    2) Compile your program
    3) Generate and Add-on Identifier
    4) Create a registration datafile
    5) Create the setup program consisting of your .EXE and the .ARD file
    6) Add-On is created and running in SBO
    Again ... the details on deploying and packaging your add-on can be found in the SAP Business One SDK Help Center Documentation and the SDK eLearning.
    Also, you can use B1DE using the Simple Installer or Professional Installer will do most of the work for you after you have coded the add-on.
    Eddy
    Edited by: Edward Neveux on Jan 30, 2008 9:11 PM

  • SAP Business One Jobs.

    Hi,
    I want to get job on SAP Business One.
    i am dotnet professional.
    anybody can give job sites for SAP Business One.
    plz help me asap.
    Regards.
    RaviKumar.

    Hi Ravikumar,
                        If U get the SAP Certification in SAP Business One then u can find more oppertunities. In Hyderabad, ContextLabs is the authorised SAP Education Partner in SAP Business One. This is the address
    Context Labs Pvt Ltd,
    authorised SAP B1 Education Partner,
    Adithya Trade Center, Business Unit  713,
    Ameerpet,
    Hyderabad.
    www.contextlabs.in
    Thanks,
    Suresh Yerra

  • SAP Business One Tutorial

    Hi
    I am new to Business One. Can anyone tell me the link where i can learn B1? I tried on goolge but could not find a proper link where i can learn to develop reports in B1.
    regards,
    ramakanth

    Hi,
    If u want to design reports then Standard SQL and Crystals would do. And u can know about the Table structures from  the DB reference help file which can be found at the following location.
    C:\Program Files\SAP\SAP Business One SDK\Help
    Hope it helps,
    Vasu Natari.

  • Need help here for SAP Business One 9.0

    I want to give SAP Business One 9.0 exam (C_TB1200_90). Is this certification available in Pakistan? If its not available should I give 8.82??

    Dear All
    The following links are referred by SAP support or expert, but one is intercompany 1.1 another is 2.0.
    Both of them are read, but it still not help for configuration.
    For the training and documentation, you may refer to the following. Thanks
    https://websmp210.sap-ag.de/~sapidb/011000358700000562632012E
    https://websmp209.sap-ag.de/~form/handler?_APP=00200682500000002702&_EVENT=DISPLAY&_HIER_KEY=201100035870000001783&_HIER_KEY=301100035870000002834&_HIER_KEY=501100035870000019706&_HIER_KEY=601100035870000248281&_HIER_KEY=601100035870000257616&

  • SAP Business One UI/DI API SQL query

    I am using SAP Business one UI/DI API with C#, how do I get data from the database using a select statement? I would like to obtain items from the database using a condition 'WHERE' and fill a matrix with the information.

    ok - here's a c# sample:
    oForm = globals.SBO_Application.Forms.Item(FormUID);
    oForm.DataSources.DataTables.Add("DATA");
    oForm.DataSources.DataTables.Item("DATA").ExecuteQuery("SELECT CardCode, CardName FROM OCRD");
                   ((SAPbouiCOM.Matrix)(oForm.Items.Item("mtxList").Specific)).Columns.Item("ColCC").DataBind.Bind("DATA", "CardCode");                       
    ((SAPbouiCOM.Matrix)(oForm.Items.Item("mtxList").Specific)).Columns.Item("ColCN").DataBind.Bind("DATA", "CardName");
    ((SAPbouiCOM.Matrix)(oForm.Items.Item("mtxList").Specific)).Clear();
    ((SAPbouiCOM.Matrix)(oForm.Items.Item("mtxList").Specific)).LoadFromDataSource();
    ((SAPbouiCOM.Matrix)(oForm.Items.Item("mtxList").Specific)).AutoResizeColumns();
    i hope it helps
    regards
    David

  • SAP Business One Help

    hi all,
    I have been working as PayRoll implementation consultant which is an add module in sap business one. Plus i am planning to make my carreer in sap business one. Can i practice the modules of business one myself? Do i need to buy books or is there any study material from net? What's the scope business one in other countries? And anything else you could help me in proceeding with business one.
    Looking for your kind response.
    Regards,
    Ahsan Amin

    Ahsan,
    There are many resources on the SAP Portal that could aid you in the self learning process.  The e-learning curriculam provided step by step explanation of the different modules in SAP.
    I believe you need to be a partner of SAP with access rights to these portal pages.
    https://websmp210.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000706483&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    Click on the e-learning link on the top and click on SAP Business One.
    Best wishes
    Suda

  • [HELP] About SAP Business one DB SET Sql Service Broker ==True ?

    i coding in other project, need copy oitm data to project, so sql set service broker ==>true,
    and use of ado.net sqlDependency to implement this function
    but company db service broker is false. if i change true,will cause problems in sap business one data???
    or other better solution to replicate sap data in real time???

    Hi
    I have 'Broker enabled' option set to True and SAP B1 works as usual so I presume that it's safe.
    Kind regards,
    Radek

Maybe you are looking for

  • IPod Touch 3rd Gen Dead?

    My iPod Touch is not recognized by iTunes. I've tried hard resetting it multiple times (holding home and sleep button), but the screen remains blank. This problem surfaced a couple months ago and I have been letting it "rest" for quite some time. I c

  • Audigy 4 Pro Australian Release D

    Hi, Does anyone know the release date for the Audigy 4 Pro in Australia?

  • Doubt in  export, import and table para when creating Function Module

    Dear fellow ABAPers, I have a doubt in defining export, import and table parameter while creating a function module. I am calling a function module inside a user exit. Now in the user exit the SAP fills an internal table called i_lfa1 with all the da

  • Converting PDF to word document

    Why does the document seem corrupted?  Unable to type in some blanks, font is random throughout, etc.

  • How to Reduce the Column Width in JSP?

    Hi - I have developed a JSP with the Jdeveloper3.2 Wizard. I want to reduce the column size on the screen as some columns appear too big. How do I do this ? Any help will be greatly appreciated Thanks Fahim Chesti