2007B: UDF in Sales/ Purchasing in XL-Reporter

Hi,
We are unable to add any UDF to the Sales/ Purchasing module in XL Reporter in SAP 2007 B.
Please confirm if any of you have encountered this.
Regards,
Hamsa

HI,
The issue seems to be an DB corruption after an upgrade.If you have an backup of the old database,please try and run note 1000846 and provide SAP supoort the results in case of any message.Also,try running the upgrade first on a test database.
Regards,
Abhinav Banerjee
SAP Business One Forums Team
Edited by: Abhinav Banerjee on Nov 22, 2008 2:41 AM

Similar Messages

  • Centralised Report for Sales/Purchase

    Hi guys,
    One of my client needs a Centralised report for Sales & Purchase for a particular period .
    Like we are mainting multiple taxcodes  like
    BED,eCess,HeCEss,
    VAT 4,VAT 2,VAT12.5,
    VAT10.3,TAXEXEMPTED,ETC...
    So every month they need to know total sales and purchase value in a single report to be displayed respective of each tax code
    lie
    Taxcode 1 = tax Value1,total value
    Taxcode 2 = tax value 2,total value
    Total Sales value = Sum of all tax values, sum of total values
    Total Purchase value = Sum of all tax values, sum of total values
    And  needs Item Wise Sales For Each customer.
    I tried in system defined Sales and Purchase analysis report but our client needs the above type of report..
    Pls give us some solution for this..
    Regards,
    Vams

    Hi VamSam......
    Try the below query for purchase details alongwith tax amt.....
    SELECT T0.[DocNum], T0.[DocDate], T0.NumAtCard As 'Bill No.', T0.[CardName], T1.[Dscription], T1.[Quantity], T1.Price As 'Rate', T1.[LineTotal] As 'Value', T0.[DocTotal] As 'Total Value', (ISNULL((SELECT SUM(T2.QUANTITY) FROM rpc1 T2 WHERE T2.DocEntry=T0.DocEntry),0)) RetQTY, (ISNULL((SELECT SUM(T2.LineTotal) FROM RPC1 T2 WHERE T2.DocEntry=T0.DocEntry),0)) RetValue, (isnull((SELECT SUM((case when upper(t4.STACode) like 'BED%' then T4.TaxSum else 0 end))
          FROM PCH4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) ExciseDuty,
         (isnull((SELECT SUM((case when upper(t4.STACode) like 'eCess%' then T4.TaxSum else 0 end))
          FROM PCH4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) ECess,
         (isnull((SELECT SUM((case when upper(t4.STACode) like 'hes%' then T4.TaxSum else 0 end))
          FROM PCH4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) HEdCess, (isnull((SELECT SUM((case when upper(t4.STACode) like 'VAT%' and t4.TaxRate=12.5 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) As 'VAT12.5',
    (isnull((SELECT SUM((case when upper(t4.STACode) like 'VAT%' and t4.TaxRate=4 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0))VAT4, (isnull((SELECT SUM((case when upper(t4.STACode) like 'VAT%' and t4.TaxRate=2 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0))VAT2, (isnull((SELECT SUM((case when upper(t4.STACode) like 'CST%' and t4.TaxRate=2 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) As 'CST2',
    (isnull((SELECT SUM((case when upper(t4.STACode) like 'CST%' and t4.TaxRate=4 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) As 'CST4', T2.TransCat As 'Form No.'  FROM OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN PCH12 T2 ON T0.DocEntry = T2.DocEntry WHERE (T0.[DocDate]>='[%0]' and T0.[DocDate]<='[%1]')
    Regards,
    Rahul

  • Sale/Purchase Analysis Report

    Hi All,
    I want to create purchase analysis and sale analysis in crystal report.
    Does anyone have a standard format for these?  If yes, please help me out?

    Hi Sadhan,
    wht kind of report u need ?
    i have sme format regarding this :-
    SELECT T0.[DocNum], T0.[DocDate], T0.NumAtCard As 'Bill No.', T0.[CardName], T1.[Dscription], T1.[Quantity], T1.Price As 'Rate', T1.[LineTotal] As 'Value', T0.[DocTotal] As 'Total Value', (ISNULL((SELECT SUM(T2.QUANTITY) FROM rpc1 T2 WHERE T2.DocEntry=T0.DocEntry),0)) RetQTY, (ISNULL((SELECT SUM(T2.LineTotal) FROM RPC1 T2 WHERE T2.DocEntry=T0.DocEntry),0)) RetValue, (isnull((SELECT SUM((case when upper(t4.STACode) like 'BED%' then T4.TaxSum else 0 end))
          FROM PCH4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) ExciseDuty,
         (isnull((SELECT SUM((case when upper(t4.STACode) like 'eCess%' then T4.TaxSum else 0 end))
          FROM PCH4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) ECess,
         (isnull((SELECT SUM((case when upper(t4.STACode) like 'hes%' then T4.TaxSum else 0 end))
          FROM PCH4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) HEdCess, (isnull((SELECT SUM((case when upper(t4.STACode) like 'VAT%' and t4.TaxRate=12.5 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) As 'VAT12.5',
    (isnull((SELECT SUM((case when upper(t4.STACode) like 'VAT%' and t4.TaxRate=4 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0))VAT4, (isnull((SELECT SUM((case when upper(t4.STACode) like 'VAT%' and t4.TaxRate=2 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0))VAT2, (isnull((SELECT SUM((case when upper(t4.STACode) like 'CST%' and t4.TaxRate=2 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) As 'CST2',
    (isnull((SELECT SUM((case when upper(t4.STACode) like 'CST%' and t4.TaxRate=4 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) As 'CST4', T2.TransCat As 'Form No.'  FROM OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN PCH12 T2 ON T0.DocEntry = T2.DocEntry WHERE (T0.[DocDate]>='[%0]' and T0.[DocDate]<='[%1]')
    may this help u if yes then send ur mail id i will send u sme more !!!!
    Thanks,
    JRAJPUT

  • Reg:Vendor Sales & purchase report

    Dear All,
    We need one customzied report which is having the details about Vendor Sales & purchase transactions , if we are giving the input vendor or customer , fiscal year, comapany code, & fiscal period as the input means we need the details about the vendor sales and purchase report.
    Thanks,
    Sanakar M

    You can purchase the custom report from vendors called consultants or employees with developer keys.
    If you input the type as ABAPER, then you have the options and (hopefully) a good quality report.
    I am sure this will work....
    Cheers,
    Julius

  • Standard report S_ALR_87012357 "Advance Return on tax Sales/Purchases"

    Dear Friends,
    I am facing issues in the standard report S_ALR_87012357 "Advance Return on tax Sales/Purchases" where I am trying to pull the tax posting report for the current period.Here I would like to see the tax postings which are done with the custom t code ZFB01L (mass upload of data) which is the replica of FB01L. The issue here I see is, any postings done via custom t code with tax code does not appear in the standard report t code S_ALR_87012357. Please advice whether is there any alternative transaction code or program where in I can get all tax postings similar to this standard report or do we have to create a custom t code to get such report with the help of ABAPer.
    Kindly advice.
    Regards,
    Siri

    HI Siri ,
    This report should display all item related to Tax if they posted with tax code . Can you please check below things
    1) your custom program with correct tax code .
    2) When you run report for tax you do not exclude some Tax code .
    3) Please check reporting country in report and check that docuemnt loaded in same reporting country tax code thrugh custmon program ,
    Many Thanks

  • Report Sales & Purchases for material

    Hi gurus,
    We search a report o transaction where it shows sales and purchases for material in a specific date or period. Any idea?
    I will reward with points all answer!!
    Thank you!!!!

    Hi,
    In standard system, that doesn't exist.
    You can create new infostructure (LIS) where you mix informations from sales and purchase.
    In this case, it's necessary to use common characteristics like plant, compagny code, material. And, that depends of course what key figures do you want (quantity, value, ...).
    I think, you'll find differents thread about LIS.
    Also, an abap query with code (or ABAP program) can answer your request.
    In fact, in standard system, you'll find sales/purchase o informations (order qty, open qty, delivery qty)  in  "stock menu" :
    - MB53
    - MCBZ / MCBE (LIS stock)
    Regards,
    Lionel
    - MMBE

  • UDF mandatory for specific sales/purchasing doc.

    Hi,
    Is UDF can be made mandatory for a specific sales/purchasing document ?
    Jeyakanthan

    Hello,
    Once UDF has been defined with mandatory checked, It will affect all relevant documents.
    You can use approval procedure to monitor this for specific documet types.
    If the UDF is in header level, you also can use query to set up an approval procedure to trigger it if the field is empty.
    Hope this helps.
    regards,
    maggie An
    SAP Business One Forum Team
    Edited by: Maggie An on May 30, 2008 11:05 AM

  • Purchase order status report

    hi,
    can any one give an idea regarding to generate a report for purchase order status
    this report gives a list of purchase orders that are against given sales order item this report also gives the delayed status of purchase orders.
    1. user will give the sales order no: , customer , plant as input
    2. based on that input if stock is available it directly goes to production order other wise it has go to purchasing order

    Dear Anil ,
    Check for a Standard Report in SD ...
    or else , you can directly extract VBBE table for Open Orders.
    Thanks,
    Krish

  • Purchase & Tax releated Report

    Dear MM Gurus,
    From which T-Code I can get the report of Input VAT
    1. (Local Purchase, Central Purchase, Import, Tax Exempted Purchase, Trading Purchase, Purchase Return)
    2. Viewing - Stock Transfer Outward Register, ie, all details releted to Local & Central Branch Transfer Outward, Local       
    & Central Consignment Transfer Outward & corresponding Return Inward.
    3. Viewing - Stock Transfer Inward Register, ie, all details releted to Local & Central Branch Transfer Inward, Local   
    & Central Consignment Transfer Inward & corresponding Return Outward.
    While using T-Code MB52 I can see the warehouse stock, But the Basis Unit of Measure is showing in Unit. Can we see the Sales Unit of Measure in this report. eg. 1Tin = 15kg.
    Rply
    Rgd,
    Manoj

    Hi,
    1. (Local Purchase, Central Purchase, Import, Tax Exempted Purchase, Trading Purchase, Purchase Return)
    Ans: - Use Report J1I2 - Sales Tax Register, S_ALR_87012357 - Advance Return for Tax on Sales/Purchases
    2. Viewing - Stock Transfer Outward Register, ie, all details releted to Local & Central Branch Transfer Outward, Local
    & Central Consignment Transfer Outward & corresponding Return Inward.
    Ans: - MMBE, MB52, MB5B, MB5L, MB5T
    3. Viewing - Stock Transfer Inward Register, ie, all details releted to Local & Central Branch Transfer Inward, Local
    & Central Consignment Transfer Inward & corresponding Return Outward.
    Ans: - MMBE, MB52, MB5B, MB5L, MB5T
    While using T-Code MB52 I can see the warehouse stock, But the Basis Unit of Measure is showing in Unit. Can we see the Sales Unit of Measure in this report. eg. 1Tin = 15kg.
    Ans: - This can be seen in MMBE, chnage Unit of Measure in output screen and refresh it, it will show stock in selected UoM

  • UK Tax on Sales/Purchases; why open items are shown in S_ALR_87009895?

    Hi,
    I am not used with the Tax on Sales/Purchases UK authorities but as far as I know, only closed (paid) items must be reported in the Tax on Sales/Purchases report.
    I expected that the report S_ALR_87009895 - Advance Return for Tax on Sales/Purchases  only includes the closed (already paid) invoices and expected also that the report S_P00_07000189 - Add. List for Advance Return for Tax on Sales/Purch.: Tax on Open Invoices will show the invoices that has not been paid after six months.
    Unfortunately report S_ALR_87009895 is showing the paid invoices and the unpaid ones.
    Does any body knows if my approach about UK tax reporting is correct and why those reports are not working as I expected?
    Thanks in advance!!!

    Sorry, S_P00_07000189 - Add. List for Advance Return for Tax on Sales/Purch is working well, the other one S_ALR_87009895 - Advance Return for Tax on Sales/Purchases is not working as expecter.
    Can anybody help us?
    cheers

  • How to add UDF table on the Againg AR report.

    Hello,
    I need your help.
    I'm using SAP B1 2007A SP:01 PL:10.
    On the Customer Receivable Aging report (detailed receivables againg report), I'd like to add Database "OINV" of UDF on Sales Order but when I try to select source type-database and I don't see the table "OINV" from the selection....
    Could someone help me this ?
    Thank you.

    Hello,
    This report is one of the hard coded PLD that do not allow you to add UDF.
    Thanks,
    Gordon

  • S_ALR_87012357-Advance Return for Tax on Sales&Purchases-additional steps

    Hi SAP Team,
    We have config "Advance Return tax on Sales /Purchases" u2013 S_ALR_87012357 for finance team in Czech Republic (CZ) and the report is working fine and weu2019re using the program RFUMSV00. Now we have an additional issue that need to meet the clientu2019s requirement and the scenario is as below:-
    Local Currency u2013 CZK (Czech Republic Kroun)
    Group Currency u2013 USD
    Hard Currency u2013 EUR
    All the invoice should be process in CZK currency and every month the business user will be receiving EUR based invoice which was converted by the vendor on the daily rate to CZK, the business team will use the conversion rate(EUR-CZK) which was supplied by tax office every month end.
    The issue is the business team need to enter a manual entry using FB41 every month end (e.g. Tax base=0, tax code=I3, tax amount=CZK1,000) to meet the tax office requirement, the problem is if you enter in this way the system will not nett off the input tax to =0 if you ran the program RFUMSV00 and this will cause an imbalance in input tax GL balances.
    My question is:-
    1.     Is there any where in config  we can set this as a automatic process?
    2.     Any other manual step we can worked on to nett off the input tax.. FYI u2013 the output tax is netting off, where else the input tax will nett off if there is no manual posting.
    Appreciate for your help guys..
    Mano
    Edited by: Manohar Perumal on Oct 9, 2009 2:34 AM

    Hello all
    Is there is any pointers on this issue?
    Thanks & regards,
    Prashant

  • Sales/purchase register

    Dear Friends,
    Is there any report available for sales/purchase register.Already i tried with F.12 and S_ALR_87012357.But its not showing perfect report. Do we need to modify something for this ( may be in programming).
    Valuable suggestion is most appreciable.
    Thanks
    Srinivas

    Hi,
    They are to be developed with the help of ABAP. Ready made reports are not available in SAP.
    Regards,
    SAPFICO

  • Tables for sales & purchase order data relating to delivery

    hi all,
    i am writing a report to download all the delivery data after the delivery is created.i have to download the sales order data & purchase order data relating to this delivery also.
    i am using likp & lips table for delivery.which tables i
    should use to get the sales order data & PO data for the same delivery (likp-vbeln). i.e i need the sales & purchase order related tables which has link with delivery tables like likp & lips etc.
    plz advice me. it is very urgent.
    any idea is highly appreaciated.
    Regards
    pabitra

    in Addition to NM ,
    in case of STO there is no Sales Order , Process will be like this
    PO-->Delivery->PGI--->Billing  then u have to
    link
    *getting the History data of the PO
            select ebeln
                   ebelp
                   belnr
                   menge
                   from ekbe
                   into corresponding fields of table  w_ekbe
                   where ebeln eq w_lips-vgbel
                     and ebelp eq w_lips-vgpos
                     and bewtp eq 'L'.
    Regards
    Prabhu

  • What is a purchasing data analysis report

    hell all,
    can some one plz tell me what a purchasing data analysis report is?
    thanks in advance,
    seenu
    Message was edited by:
            Seenu SAP

    Hi
    RBKP is the Invoice(vendor) header Table
    RSEG is the item table
    <b>Join RBKP and RSEG and link the RSEg EBELn and EBELP fields with the EKBE table</b>
    VTTK is the Shipment Header table and VTTP is the Item table
    VTTP has VBELN (DElivery Field) Like this like:
    Take the  EKKN (po Account assignment) -VBELN field(Sales Order) and POSNR (item) fields and pass to LIPS  to get the delivery which is nothing but the VTTP delivery.
    VTTP-VBELN pass to LIPS, take VGBEL and VGPOS (sales Order details) and pass them to EKKN Table and Take the PO and Item details.
    Reward points if useful
    Regards
    Anji

Maybe you are looking for

  • Issue with the configuration of http xml port for sending the idoc

    Hello,       I am planning to send multiple idocs in a single file using http xml port. Presently I am trying to send a single idoc, but am having the issue. I am trying to create a RFC for HTTP XML port of type H i.e. HTTP Connection to ABAP System

  • Problem in Sql Loader With Win2000 Professional

    Hi, I am using Win-2000 prof. while loading data with sqlldr I am not comming out from the prompt after inserting all the data in the table. c:\>sqlldr system/manager@scs party.ctl silent=ALL --enter ^c c:\> I have to press Ctrl+C to come out from th

  • 26 Error during syntax check of IDoc (outbound)

    Hi Experts I am using TPSDLS - Idoc(outbound). When we view in WE02 : for few of the deliveries it is working fine , but for some it is giving the following error 26     Error during syntax check of IDoc (outbound) Please any one help me out for the

  • System Landscape New system connection fails

    Hi, I've configured SSO between ECC6 (ABAP stack) and Portal EP7 (AS Java Stack) and now when I test the new System Landscape Object connector it fails with the following message. "Connection failed. Make sure user mapping is set correctly and all co

  • Server 2012 New Network Assistance

    Hi, I hope someone can point me in the right direction. It has been a number of years since I had anything to do with networking and I am obviously way out of practice, also I have never used Server 2012 so I am getting confused. I have been asked if