Activating/Deactivating Invoicing Functions

Hi Experts,
We have activated the BI content data source 0FC_INVDOC_00 for Invoicing data. When i execute the data source from RSA3 it gives 0 records. Based on my analysis found the following links.
http://help.sap.com/erp2005_ehp_03/helpdata/EN/43/1ed395e57d2be8e10000000a1553f7/frameset.htm
http://help.sap.com/erp2005_ehp_03/helpdata/EN/43/540445c277321ae10000000a422035/frameset.htm
http://help.sap.com/erp2005_ehp_03/helpdata/EN/43/4d3eb20420321ae10000000a422035/frameset.htm
But its interesting i am not able to find the below path from SPRO settings to activate / Deactive invoicing functions...
see Implementation Guide for Contract Accounts Receivable and Payable -> Integration ->Invoicing in Contract Accounts Receivable and Payable -> Invoicing ->Invoicing Processes ->Define Invoicing Processes
Can any one help me.
Regards,
Ravi Kumar Garre

Hi
Thanks for your help.
However, finally i need to assign invoicing functions to invoicing processes and types by using Define nvocing Process tab which i could not see there.
Any further assist highly appreciated.
Regards,
Ravi Kumar Garre

Similar Messages

  • Deactivating/Activating Data Slice Function

    Hi, I'd also like a copy of the document of how to implement a Function to Activate or Deactivate a Data Slice.
    Reward points guaranteed.

    Hello Jesus,
    Here is the Report Code.
    <i>This code was written as Programm without involving the BPS planning functions, because it was meant to be included in the Process chains.
    When you wish flexibility, for example to operate it in the Web using planning functions then, then you have to :</i>
    <i>1) create a planing function of type exit.
    2.a) You would then move the code in the "Init exit function". Fill the code mentioned below with necessary changes.
    2.b) The second exit function would be then an empty function module.
    3) In the Web Interface Builder you would create a Button component of type "Function Button" and set the properties to the planning function you created in steps 1-2.</i>
    Thanks and Good Luck!
    P.S.
    When you require the screenshots, then let me know your mail id.
    ** Start of Code ***
    DATA : ls_slice TYPE UPC_Y_DATASLICETXT.
    DATA : lt_areas TYPE UPC_YTO_AREA_KEY,
           ls_areas TYPE UPC_YS_AREA_KEY,
           ls_type  TYPE UPC_Y_AREA_TYPE,
           ls_area  TYPE UPC_Y_AREA,
           ls_dataslice LIKE UPC_DATASLICE,
           lt_dataslice TYPE STANDARD TABLE OF UPC_DATASLICE,
           ls_action TYPE C.
    **************** Selektionsbildschrim ***************************
    SELECTION-SCREEN  BEGIN OF BLOCK basics WITH FRAME TITLE TEXT-004.
    PARAMETERS:
          I_MANDT     TYPE     MANDT         DEFAULT SY-MANDT,
          I_LANGU     TYPE     LANGU         DEFAULT SY-LANGU,
          I_AREA     TYPE     UPC_Y_AREA OBLIGATORY.
    SELECTION-SCREEN END   OF BLOCK basics.
    SELECTION-SCREEN  BEGIN OF BLOCK slices WITH FRAME TITLE  TEXT-005.
      SELECT-OPTIONS IS_SLICE FOR ls_slice NO INTERVALS.
    SELECTION-SCREEN END   OF BLOCK slices.
    SELECTION-SCREEN BEGIN OF BLOCK action WITH FRAME TITLE TEXT-003.
    PARAMETERS:
          I_ACTV RADIOBUTTON GROUP RAD1,
          I_DACT RADIOBUTTON GROUP RAD1 DEFAULT 'X'.
    SELECTION-SCREEN END   OF BLOCK action.
    SELECTION-SCREEN :
        BEGIN OF SCREEN 100 TITLE TEXT-001 AS WINDOW,
          INCLUDE BLOCKS basics,
          INCLUDE BLOCKS slices,
          INCLUDE BLOCKS action,
        END   OF SCREEN 100.
    *****************  Ende *******************************************
    START-OF-SELECTION.
      ls_area = I_AREA.
      CALL FUNCTION 'UPC_AREA_GET'
        EXPORTING
         I_AREA             = I_AREA
         I_ENQMODE          = 'E'
         I_LANGU            = I_LANGU
       IMPORTING
         E_TYPE             = ls_type
         ETO_AREAM          = lt_areas.
      IF SY-SUBRC NE 0.
    *    RAISE EX_AREA_INVALID.
      ENDIF.
      IF LS_TYPE EQ 'M'.
        READ TABLE lt_areas INTO ls_areas index 1.
        IF ls_areas IS NOT INITIAL.
          ls_area = ls_areas-area.
        ELSE.
    *      RAISE EX_AREA_INVALID.
        ENDIF.
      ENDIF.
      IF I_DACT EQ 'X'.
        ls_action = 'X'.
      ENDIF.
      LOOP AT IS_SLICE
           WHERE ( SIGN = 'I'
               AND OPTION = 'EQ' ).
        SELECT d~mandt d~area d~sort d~guid d~inactive
               INTO ls_dataslice
               FROM ( UPC_DATASLICE  AS d  INNER JOIN
                      UPC_DATASLICET AS t
                      ON  d~mandt = t~mandt
                      AND d~area  = t~area
                      AND d~sort  = t~sort
                      AND t~langu = I_LANGU
                      AND t~text  = IS_SLICE-LOW ).
          ls_dataslice-INACTIVE = ls_action.
          INSERT ls_dataslice INTO TABLE lt_dataslice.
        ENDSELECT.
      ENDLOOP.
      LOOP AT lt_dataslice INTO ls_dataslice.
        UPDATE UPC_DATASLICE FROM ls_dataslice.
      ENDLOOP.
    *** End of code ***
    Now use the function, Jump->Text symbols and enter these
    Text defintions:
    <b>1) Text Symbols:</b>
       001 - Activation/Deactivation of Planning Areas
       002 - Choose Action
       003 - Planning area details
       004 - Data Slice Details
    <b>2) Selection Texts:</b>
       IS_SLICE - Data Slices
       I_ACTV - Activate
       I_AREA - Planning Area
       I_DACT - Deactivate
       I_LANGU - Language
       I_MANDT - Client

  • Deactive OLAP functions with right click

    Hi guys,
    I want to deactive "OLAP functions with right click" in thw workbooks to avoid some mis-operations from users. I tried to uncheck it from BEx toolbar (under "Settings") and saved the workbook. But when I reopen the workbook, it becomes active again. Does anyone know how to deactive it forever? Thanks a lot.

    Hello,
    Go to Business Explorer Menu, Select Settings, Uncheck OLAP Function with Right Click and save it as existing workbook.
    I have tried it. It works, when you reopen, it will be still disable..
    Hope it helps.
    San.
    Message was edited by: SAN

  • Activating plant abroad functionality

    Hello,
    I have activated plant abroad functionality for canada and while doing the retail invoice through transaction code FB70 system is not displaying any tax codes for choosing before activating plant abroad functionality tax codes are available for choosing from drill down.
    Could you some body can explain why system is not displaying tax codes for choosing.
    Thanks in advance.
    Regards,
    Satya

    Activating plants abroad functionality opens up another field in tax codes configuration (transaction code FTXP), which is reporting country.  You have do add that reporting country in your tax codes.  Then in FB70 when you attempt to choose a tax code, system prompts you to enter reporting country.  Enter that and you will see your tax codes.  You may want to look at all the activities you need to do after you activate plants abroad functionality.
    Activate Plants Abroad
    Use
    This function lets you do your tax returns for plants in foreign countries without having to create a separate company code for these plants.
    Note
    If you activate this function, you will have to make various tax settings again and may have to make a number of changes to the old settings.
    Requirements
    Plants abroad cannot be actual plant locations in foreign countries.
    Activities
    1. Activate the Plants abroad function by selecting Plants abroad active.
    Some new fields become activated once you set this function. You enter them in the following activities:
    1. In the Define Countries activity in the Global Settings IMG, you have to enter:
    Country currency for the tax return
    Exchange rate type (usually "M")
    Indicators for the tax base and cash discount base
    2. In the Define Tax Codes for Sales and Purchases activity, you have to enter the Reporting country for the tax codes by choosing Properties.
    3. You make the remaining settings in the Define VAT Registration Numbers for Plants Abroad activity.

  • I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I've gotten a little further on this. The dynamic select is
    working fine. It's the "a href" code that isn't. I'm wondering if
    someone can look at this line and tell me if it's okay to build the
    query string this way. The storeid comes through fine but I'm still
    not getting the employeeid value to pass. Here's line that's not
    working:
    td><a href="registerStoreCust.php?storeid=<?php echo
    $row_storeRS['storeid']; echo "&employeeid="; echo
    $_GET['employeeLM']; ?>">Register
    Customer</a></td>

  • The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.

    got event ID 4015 and source DNS-Server-Service. please suggest how to fix this issue
    The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.
    Raj

    Hi
     first run "ipconfig /flushdns" and then "ipconfig /registerdns" finally restart dns service and check the situation,also you can check dns logs computer management ->Event viewer->Custom Views->Server roles->DNS.

  • MM-Check Double Invoice functionality for Vendor Invoices

    Dear All,
    How Check Double Invoice functionality for Vendor Invoices can be implemented in SAP?
    We have implemented Check double invoice with the standara sttings for it however if i give my referenece text differently it will aloow me to post double invoices and against vendor open items are shown for payment?
    Is there any other efficient way to do it?
    Thanks and Regards
    Shrinivas

    dear SAPian friend,
    go through the below link and you will find the solution with the screenshots.
    http://sapfunctional.com/MM/Duplicate/Invoices.htm
    U can also do the setting using the SPRO t-code:-
    path is
    >>SPRO
    >>SAP Reference IMG
    >>Materials Management
    >>Logistics Invoice Verification
    >>Incoming Invoice
    >>Set check for duplicate invoices

  • Activation of HEMI function in UPK 3.5.1

    Hi All,
    I have an urgent requirement of activating HEMI support function in UPK 3.5.1.
    As per my understannding, HEMI is a support function which automatically links Oracle to UPK. So if a user needs help whilst navigating the system they can click on the HEMI link (which I am led to believe is similar to the Help button / hyperlink function) and it will take them to a list of all relevant UPK content as identified through the Unique context ID that is saved when the UPK topics are recorded - the user can then select the relevant topic and it will play in ‘DO IT’ mode alongside the live application from the screen in which the help was requested (i.e. the topic will only run from the point in which the user asked for help).
    Kindly help me to activate the support link in UPK 3.5.1
    Regards,
    SB

    Hi All,
    Could anyone please help me on this?
    Regards,
    SB

  • (AP)INVOICE입력시 FUNCTIONAL CURRENCY임에도 환율정보가 들어가있는 문제

    제품 : FIN_AP
    작성날짜 : 2004-11-24
    (AP)INVOICE입력시 FUNCTIONAL CURRENCY임에도 환율정보가 들어가있는 문제
    ====================================================
    Problem Description
    외화 Invoice를 copy하여 신규 invoice를 생성합니다.
    생성된 invoice의 Supplier정보를 Functional Currency가
    설정되어 있는 Supplier Site로 변경할 경우,
    Currency정보를 Functional Currency임에도 Exchange Rate와 Exchange Date정보가
    없어지지 않고, 남아있어 Accounting후 금액이 잘못 생성되는 현상이
    발생했을때의 조치방법입니다.
    Solution Description
    Bug 3502444 로 진행된 건으로
    APXINWKB.fmb 115.716 에서 Fix되고, 해당 version은
    AP.M 혹은 Financial Familypack G에 포함되어 있습니다.
    아래는 Code Fix solution입니다.
    1)Open the invoice workbench:-APXINWKB.fmb
    2)Open the program unit:-INV_SUM_FOLDER_ITEM_VENDOR
    3)Goto the procedure:-procedure vendor_site_code (event varchar2)
    4)Goto the condition:-elsif (event = 'WHEN-VALIDATE-ITEM') then
    5)Now thes e are the lines below it:-
    if (:system.mode = 'NORMAL') then
    --bug 2278791 fix START
    if (:inv_sum_folder.vendor_site_code is not null) then
    if (not form_utilities.is_db_record('INV_SUM_FOLDER')) then
    6)Add this line below the last line mentioned above:-
    -- bug 3954132 reinitialize the old currency code, so that it can be
    compared.
    :inv_sum_folder.old_invoice_currency_code :=
    :inv_sum_folder.invoice_currency_code;
    7)Now compile the form and test it.Please follow the "Steps to verify that
    bug is fixed" as mentioned in the base bug.
    8)The problem should not occur.
    REFERENCE
    Bug : 3502444

  • Invoice Functionality in SRM 4.0 Vs SRM 5.0

    We are evaluating the Invoice functionality in SRM 4.0. I know SAP has released Invoice Management System for SRM 5.0 but this can also be used for SRM 4.0. I wanted to know if there are any shortcomings in SRM 4.0 invoice functionality. Has anyone used SRM 4.0 for invoices? Any issues using it?... Any input is appreciated.

    Hi
    You may go thru the link given below, It will provide ultimate details on functionality and configuration with screen shots.
    http://www.ficoexpertonline.com/archive/Volume%2003%20(2004)/Issue%2005%20(May)/V3I5A1.cfm?session=
    However we have done one thing more than this that we have customized same number range in EBP for local Invoice. So when you have to trace any document you will find same number for Local invoice in EBP and in R/3 MM (LIV)and FI (Accounting Doc for MM)invoice.
    Regards
    - Atul

  • SAP Note 1413253 - Eletronic Duplicate Invoice Functionality for Argentina

    Hi All
    The last step of the  SAP Note 1413253 - Eletronic Duplicate Invoice Functionality for Argentina is to create V_1AOUM view, using transaction SE54, but I am getting the error message: "Incorrect Entry"  - the object is not accepting the access key that basis team sent to me.
    I would like to know if someone is facing the same problem and how could I solve this.
    Thanks in advance.
    Joao Gaia

    Hi Nabheet,
    BSIP is the table which is used for the Vendor Duplicate invoice check.I can do the validation based on xblnr and lifnr for my requirement but i am not sure where i have to do the validations. Please suggest.
    Thanks,
    Vikas

  • Extended classic senario with central invoice function

    Could we use central invoice function in Extended classic senario, anybody could give us some advice?

    Hi. Central invoice lets you enter an invoice against any PO on the system, and normal invoice (desktop user) only allows you to enter an invoice against your own POs.
    Both should work in extended classic, I have never heard anything different.
    Regards,
    Dave.

  • Deactivating the Functional Location - PM

    Guys, appreacite if someboby can guide me in deactivating the functional location ID since the said functional location ID is no longer in use. This is in relation to PM module. 10q.

    Hi,
    In IE02 against functional location you will find small icon for change Inst.loc.Click on the same then select dismantle and save document.
    Regards
    Vinay

  • VBA code that calls the Send Active Work Sheet function

    Hi There,
    I would like to know if it is possible to have a button that calls some VBA code that does the same as the u201CSend Active Work Sheetu201D function from the BPC action pane. I am developing a custom workbook, but would like to have a button that calls the send active worksheet and returns the status window .  "MNU_ESUBMIT_REFSCHEDULE_SHEET_REFRESH" sends the active worksheet but does not return a status window.
    Kind Regards
    Daniel

    I am unaware of any other "undocumented" features that might perform the exact scenario you are needing.  Perhaps this is an enhancement request.
    If you only need to display a generic informational dialog that data has been sent and not include the specifics of the data that was sent (ie: number records sent, accepted, rejected...).  Perhaps you could use one of the MNU_eSUBMIT_SHEET options that doesn't provide the results feedback and then in an AFTER_SEND() function pop-up a msgbox informing the user that data has been sent?
    Or, investigate the use of MNU_eSUBMIT_VALIDATE prior to the MNU_eSUBMIT_SHEET.....I personally have never used that option.

  • Problem with active noise cancellation function : ...

    My nokia 6720 have problem with active noise cancellation function. It seem not working because it also have noise when this function is active. So, I try to disable this function and found that the noise is reduce (but still not clear). How do I correct this problem?
    Thanks.
    P.S. Firmware version is 012.008

    "I must must achive a segnificant attenuation of the noise in a closed volume using some NI devices ..."
    At first glance I would say "probably can be done using an FPGA as a target" since the FPGA can close a very fast loop.
    But to do that with a microphone input on a PC running Windows...
    I suspect that would be an exercise in futility.
    Anyone out there been able to turn around a microphone input fast enough to something like this?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

Maybe you are looking for

  • File.execute() not working for bat file

    Dear all, The purpose of my function copyToWinClipboard (text) is to get a string directly into the Windows Clipboard. The purpose is to allow the user of my project just to paste into the open-dialog of the application EndNote. I'm not certain wheth

  • Java Timer problem

    hi, i am finding some problem using java timer. I have a server program that regularly needs to save its data. i want to do it using java Timer. i got the following sample code as an example. it works perfectly but how can i send new data each time t

  • Cash Book printing through TCode  : S_ALR_87012309

    Hi I am not getting the opening and closing balance (amount) when I am printing Cash Book using TCode : S_ALR_87012309 What configurations I need to do for getting the opening and closing balance. Pls suggest alternative TCodes, if any, for printing

  • Motion very slow saving files

    Hi I am new to Motion, and am probably doing something wrong but... I am trying to assemble still frames into a movie. I have maybe 2000 frames and I drop them onto a custom project which is a 720x576 25fps clip with the number of frames set to 2000.

  • Subquery in insert into clause

    what is the use of using subquery in insert into clause. e.g. insert into (select empno from emp) values(1234) regards kiran