Creating an Excel to CI for Single Payment Vouchers using VCHR_EXPRESS component

Hello everyone!
I have hit a roadblock in creating an Excel to CI for loading Single Payment Vouchers.  I have created my own Component Interface (WC_AP_SPV_CI) and I have gone through making sure I include all the values needed from the VCHR_ADDSRCH_VW record definition as I see that is used for the "Create" method.  HOWEVER, after messing around with this for a week, I am ready for some HELP from anyone out there.  I get the following error when I am trying to submit the data in the Excel Spreadsheet.
<type>Error</type>
<messagesetnumber>180</messagesetnumber>
<messagenumber>236</messagenumber>
<messagetext>First operand of . is NULL, so cannot access member CopyFieldsTo. (180,236) VCHR_EXPRESS.GBL.PreBuild  PCPC:1211  Statement:19</messagetext>
<explaintext>The first operand of the dot operator is the NULL value, indicating the lack of any object value. As a consequence, the given method or property cannot be used.</explaintext>
<type>Error</type>
<messagesetnumber>91</messagesetnumber>
<messagenumber>24</messagenumber>
<messagetext>Error loading Component Processor {WC_AP_SPV_CI} (91,24)</messagetext>
<explaintext>The run-time system that processes Component definitions did not load as expected.</explaintext>
<type>Error</type>
<messagesetnumber>91</messagesetnumber>
<messagenumber>61</messagenumber>
<messagetext>Failed to create the Component Interface</messagetext>
Has anyone created an Excel to CI Component Interface using the VCHR_EXPRESS component?  Has anyone run into the same error? Any advice is EXTREMELY appreciated!
Thanks,
Jennifer

Hello everyone!
I have hit a roadblock in creating an Excel to CI for loading Single Payment Vouchers.  I have created my own Component Interface (WC_AP_SPV_CI) and I have gone through making sure I include all the values needed from the VCHR_ADDSRCH_VW record definition as I see that is used for the "Create" method.  HOWEVER, after messing around with this for a week, I am ready for some HELP from anyone out there.  I get the following error when I am trying to submit the data in the Excel Spreadsheet.
<type>Error</type>
<messagesetnumber>180</messagesetnumber>
<messagenumber>236</messagenumber>
<messagetext>First operand of . is NULL, so cannot access member CopyFieldsTo. (180,236) VCHR_EXPRESS.GBL.PreBuild  PCPC:1211  Statement:19</messagetext>
<explaintext>The first operand of the dot operator is the NULL value, indicating the lack of any object value. As a consequence, the given method or property cannot be used.</explaintext>
<type>Error</type>
<messagesetnumber>91</messagesetnumber>
<messagenumber>24</messagenumber>
<messagetext>Error loading Component Processor {WC_AP_SPV_CI} (91,24)</messagetext>
<explaintext>The run-time system that processes Component definitions did not load as expected.</explaintext>
<type>Error</type>
<messagesetnumber>91</messagesetnumber>
<messagenumber>61</messagenumber>
<messagetext>Failed to create the Component Interface</messagetext>
Has anyone created an Excel to CI Component Interface using the VCHR_EXPRESS component?  Has anyone run into the same error? Any advice is EXTREMELY appreciated!
Thanks,
Jennifer

Similar Messages

  • Can i create more than one instance for single database?

    HI
    anybody can tell me how to create more than one instance for single database(without using RAC)?
    thanks
    Kalanidhi

    Anandji,
    I sometimes think differently. I also think like what this person is asking..(although I have installed and administering 5 different RAC databases)
    The main doubt of mine is that we create multiple instances accessing the same storage area.
    Anyway the controlfiles of all instances will have the same information except the instance_names and instance id's.
    Hence I always think , why can't it be possible to to create another instance in the same system and point it to a controlfile which is copied from the other instance.
    Why can't the same files be shared between the two instances in a same system ?
    I know I am thinking a little bit confusing...
    Anyway I need to test that also...
    Mahesh.

  • How to create a iview in eclipse for connecting  R/3 using JCA?

    Hi everybody,
           I want to create a iview in eclipse for connecting  R/3 using JCA. Can any body send me java code for this purpose. i tried one example from sdn in eclipse but i did't get any code for the same.
    thanking you
    Rajendra

    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/sap connector examples download.htm

  • IBY_FD_EXTRACT_EXT_PUB getting called twice even for single payment

    Hi All,
    I am extending IBY_FD_EXTRACT_EXT_PUB for a custom field Batch Number which is sequence getting reset at 99. However the sequence is skipping 1 value each time payment is run.
    On further analysis I found that IBY_FD_EXTRACT_EXT_PUB is getting called twice even when a single payment is made in Quick type. Has anybody experienced this?
    Thanks,
    Abby

    I finally have my solution. I did it without the IBY_FD_EXTRACT_EXT_PUB extend function. I modified the etext outbound RTF template accordingly. Maybe it will give you a hint or direction to solve your situation. Good luck.
    I created a level for grouping criteria as PaymentReferenceNumber/Payee/Address/AddressName, DocumentInternalIDSegment2, called InvoiceDetailLevel. The base level is OutboundPayment.
    I then added a level (InvoiceDetailLevel) between OutboundPaymentInstruction and the DocumentPayable level.
    Then in the syntax for the supplier number and the address I entered this in the Data column:
    ../../ OutboundPayment/Payee/SupplierNumber
    and
    ../../ OutboundPayment/Payee/Address/AddressName
    That did the trick and now it is working correctly on every line, looping back to get the proper information.

  • An global maximum amount limit for single payments made via the ACH

    Hi
    Can any one guide how to config the gobal maximum amount limit for a single payments made via the ACH  (Automated Clearing House) network.
    Pl do the needful.
    thank you.

    Hi Tony,
    Not exactly the solution, but going forward you can try split the invoices and process it separately at the time of invoicing itself. Otherwise you can try the option installment payment terms, but there may be at least one day difference in payment.
    Warm regards,
    Murukan Arunachalam

  • Need help in creating a view with Encryption for hiding the code used by the multiple users

    Hi,
    Can anyone help me out in creating view with encryption data to hide the stored procedure logic with other users.
    I have create a stored procedure with encryted view but while running this manually temporary views are getting created, therefore the problem is if there are 500 entries then 500 temp views will get created.
    Any solution to aviod creating temporary views, please refer my code below
    USE [etl_validation]
    GO
    /****** Object:  StoredProcedure [dbo].[Pr_DBAccess_mod]    Script Date: 05/23/2014 12:53:22 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[Pr_DBAccess_mod](@ETL_CONFIG_ID INT)
    AS
    BEGIN
    DECLARE @openquery NVARCHAR(MAX),
     @DATABASENAME NVARCHAR(100),
     @HIERNAME NVARCHAR(100),
     @TABLENAME NVARCHAR(100),
     @SERVERTYPE NVARCHAR(100),
     @SERVERNAME NVARCHAR(100),
     @USERNAME NVARCHAR(100),
     @PASSWORD NVARCHAR(100),
     @ETL_CONFIG_IDN NVARCHAR(100);
     SET @ETL_CONFIG_IDN=CAST(@ETL_CONFIG_ID AS NVARCHAR);
     SET @TABLENAME='Department';
     SET @SERVERTYPE='SQL';
     SET @SERVERNAME ='192.168.31.176';
     SET @DATABASENAME='AdventureWorks2008R2';
     SET @HIERNAME = 'HumanResources';
     IF @SERVERTYPE='SQL'
     BEGIN
    /*SET @openquery= 'SELECT * INTO ##TestTable
                     FROM OPENROWSET(''SQLNCLI'',''server=192.168.31.176;Trusted_Connection=yes;'','''+@query+''')'
    SET @openquery=  'CREATE VIEW '+@TABLENAME+@ETL_CONFIG_IDN+
                     ' WITH ENCRYPTION AS SELECT * FROM OPENROWSET(''SQLNCLI'',''SERVER='+@SERVERNAME+';TRUSTED_CONNECTION=YES;'',''SELECT * FROM '+@DATABASENAME+'.'+@HIERNAME+'.'+@TABLENAME+''')'
    SELECT @openquery
    END
    EXECUTE sp_executesql @openquery
    END

    Hi aa_rif,
    According to your description and code message, you execute the sp_executesql statement in your stored procedure, it indeed create many views with a tablename and ETL_CONFIG_ID named. If you need not to use these temporary views, you can delete them when
    it contains the tablename in one view name.  
    In addition, if you want to create view with encryption in SQL Server, you can use directly the ENCRYPTION option to encrypt the T-SQL of a view in create view commands, for more information, see:
    http://learnsqlserver.in/4/Create-View-With-Encryption.aspx. if not, you can descript more detail about requriements, so that more forum members can involve into the thread and help you
    out. 
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • How can i create a dynamic cavs simultor for single webservice.

    im using CAVS to create simulator .
    im able to created a simulator that returns a predefined response for any request.but is it possible to create a simulator that can generate response dynamically base on data in the request?.

    See the following program, it builds a dynamic internal table based on the company codes from the select option. 
    report zrich_0001 .
    type-pools: slis.
    field-symbols: <dyn_table> type standard table,
                   <dyn_wa>.
    data: alv_fldcat type slis_t_fieldcat_alv,
          it_fldcat type lvc_t_fcat.
    data: it001 type table of t001 with header line.
    selection-screen begin of block b1 with frame title text-001.
    select-options: s_bukrs for it001-bukrs.
    selection-screen end of block b1.
    start-of-selection.
      select * into table it001 from t001
                     where bukrs in s_bukrs.
      perform build_dyn_itab.
    *  Build_dyn_itab
    form build_dyn_itab.
      data: index(3) type c.
      data: new_table type ref to data,
            new_line  type ref to data,
            wa_it_fldcat type lvc_s_fcat.
      clear wa_it_fldcat.
      wa_it_fldcat-fieldname = 'PERIOD' .
      wa_it_fldcat-datatype = 'CHAR'.
      wa_it_fldcat-intlen = 6.
      append wa_it_fldcat to it_fldcat .
      loop at it001.
        clear wa_it_fldcat.
        wa_it_fldcat-fieldname = it001-bukrs .
        wa_it_fldcat-datatype = 'CHAR'.
        wa_it_fldcat-intlen = 4.
        append wa_it_fldcat to it_fldcat .
      endloop.
    * Create dynamic internal table and assign to FS
      call method cl_alv_table_create=>create_dynamic_table
                   exporting
                      it_fieldcatalog = it_fldcat
                   importing
                      ep_table        = new_table.
      assign new_table->* to <dyn_table>.
    * Create dynamic work area and assign to FS
      create data new_line like line of <dyn_table>.
      assign new_line->* to <dyn_wa>.
    endform.
    Regards,
    Rich Heilman

  • HOW TO CREATE A NEW J2EE APP FOR DEPLOYING ORACLE REPORTS USING JDEVELOPER?

    Hi,
    I'm new to JDeveloper and Java, JSP etc. I'm trying to deploy a sample parameter form for JSP report. My question is: When I create a J2EE application using JDeveloper, how to make sure "The WEB-INF directory must contain the JSP tag library for Oracle Reports, called reports_tld.jar"? How to do it via JDeveloper?
    In my JSP page, I use <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>.

    Does anyone know the answer to this question?
    I get the following error in Jdeveloper when running my test jsp report:
    Error(8): Unable to load taghandler class: /WEB-INF/lib/reports_tld.jar
    Thanks.
    Hi,
    I'm new to JDeveloper and Java, JSP etc. I'm trying
    to deploy a sample parameter form for JSP report. My
    question is: When I create a J2EE application using
    JDeveloper, how to make sure "The WEB-INF directory
    must contain the JSP tag library for Oracle Reports,
    called reports_tld.jar"? How to do it via JDeveloper?
    In my JSP page, I use <%@ taglib
    uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>.

  • How to create an excel report and send it via email using a BPEL process ?

    Hi Experts,
    I have a requirement to develop a xl report based the data in the DB table. I will have to query the list of records entered / processed during previous day, generated the xl based report and send to users via email.
    I talked to one the experts, he asked me to use the following Adapter and BPEL activities to accomplish it.
                   DBAdapter --> {BPEL  process} --> Java Embedding --> Email Activity.
    Can someone please help me to pass the information retrieved by DBAdapter to Java Embedding and then to email import? I have created DBAdapter and Java Embedding. I don't know, how to retrieve the data read / sent by DBAdapter using Java Embedding. Also please help me to pass the xl attachment to Email Activity.
    Thanks for your help in advance!
    Thanks,
    Harisudhan Selvaraj

    I would suggest something like:
    DBAdapter --> Bpel Process --> File Adapter --> write file to location (you can write in csv which can be imported into xls)
    Read Location --> FileAdapter --> Bpel Process --> Email Activity
    Regards,
    Anshul

  • Work Flow Setting for Vendor Payment Release using TCode F-53

    Hi Experts,
    We want to 3 level payment release strategy for Vendor using Workflow in F-53
    Regards,
    Gaurav.

    http://help.sap.com/saphelp_46c/helpdata/en/6e/1217de9f0411d189b80000e829fbbd/frameset.htm
    Goto Accounts Payable (FI-AP) and in that "Vendor Down Payment Processing".
    Check out the link for workflow scenarios.. http://help.sap.com/erp2005_ehp_03/helpdata/EN/04/926f8546f311d189470000e829fbbd/frameset.htm
    Goto "Archiving Application Data (FI)" and check if your scenario exists or not !!!
    Regards,
    PR.

  • DLU or DSfW for single server setup using NOWS for Small Bus

    I'm planning to install a single server in a 5 user office, plus a few remote users.
    OES 11 SP1, ZCM 11, GW
    As part of this I want to have single sign on to Windows workstations (Win 7), and could use DLU, but I also wonder about DSfW.
    They both would achieve single sign on but in vastly different ways.
    Which way to go? DLU or DSfW?

    Originally Posted by drops
    5 users? in my opinion everything is overkill then.
    The 5 users is expected to grow to 10 within 3-4 months.
    Overkill or not, no end user likes to have two different passwords when they logon, and most don't comprehend the difference between a local logon and the network (OES) logon. If there is a password change policy in place then the problem is compounded.
    So the goal is single sign on with unique profiles.
    Originally Posted by drops
    if its only about desktop access with a local user you have several options
    1. DLU
    A good candidate, though I haven't used it for some time. Satisfies all criteria.
    Originally Posted by drops
    2. pgina LDAP auth - local gateway and novell client passthrough auth
    Never used this...Is it easy to setup and reliable?
    Originally Posted by drops
    3. use a generic windows user
    I've used this on a small Samba setup once, and it is workable, except for no unique user profile, and not ideal from a security perspective.
    Originally Posted by drops
    4. DSfw or AD (synchronized passwords)
    I've never used DSfW hence my post here. My gut feeling is that it is more complex and difficult to troubleshoot than DLU so I'm leaning towards DLU. That said, I'm also interested on your comments of any PGINA implementations you've done, and if it should be considered.

  • Single payment for Multiple vendor with Common Remit to payee

    HI
    2 vendors "A" and "B" maintained with common remit to payee as "X "Vendor. 2 PO created and 2 invoice created. both the invoice are open for payment. When i run automatic payment with both the vendor, can i get single payment cheque ?. Payment method for both vendor is Cheque. I have done necessary setting in vendor master for single payment.

    Hi Madhavan,
    Before doing the payment you should change the setting of APP.
    Go to OBVU transaction
    There is option 'single payment for marked item' in Grouping of items
    Select that check box
    Now you can pay one single payment for 2 vendors invoices
    May be this information is useful to you
    If you have any doubt feel free to ask
    Regards
    Surya

  • Clear  Single  Payment for Two Invoices

    Hi All,
    I am working on lock box file.where iam geting the payment information of customer.File contains record type as '1'  '2'  '5'  '6'  '4'  '7'  '8' '9' .They already developed a program based on standard programs like :
      RFEBLB00    Import Lockbox File
      RFEBLB20    Lockbox: BAI Format Processing
      RFEBLB00    Main Lockbox Program
      RFEBBU01    Post Temporary Storage Data Call
      RFEBBU00    Update Account Statement/Check Deposit Transaction
    that program working for Single Payment for Single Invoice.It clear the invoice for Single Payment for Single Invoice.But when they are trying to run for  Single  Payment for Two Invoices then its not posting.How can i clear the  Single  Payment for Two Invoices .Is possible to clear the  Single  Payment for Two Invoices .Please do need ful help ASAP.
    Thanks

    If the lockbox file being processed by RFEBLB00 has more than one invoices for a single check (i.e. multiple type '4' records for a type '6' record), the payment doc created will be for both these invoices.
    Now when you clear the payment doc using FBRA or F.80, both these invoices will be cleared.

  • Parial payments for single goods receipt

    Hi experts
    My client will have the following payment terms for specfic supplies.
    70% payment immediately on delivery of the equipment.
    30% after 1 month.
    How this can be addressed using a custom or standard payment term?
    My requirement is that, system should allow processing of two invoices (1: 70% and 2nd: 30%) for the same delivery.
    warm regards
    ramSiva

    Splitting option is there in Payment terms.
    Goto OBB8 transaction ,create new payment terms, under pyment terms subscreen you could see installment payment flag this option.
    Terms for installment payment are used as an entry tool when entering documents in Financial Accounting. Instead of entering several line items, you only enter the data for one item. The breakdown is carried out by the system automatically by means of the payment terms.
    and you have to maintain breakup in OBB9 .
    Alternatively you can follow this menu path IMG ->financial accountingaccount payable and acount receivalbe --business transactions --incoming invoices/credit memos

  • Special G/L indicator for down payment request F-47

    Dear all,
    I try to define a new Special G/L indicator for down payment request F-47, and I create it as Special Indicator for down payment/down payment request as Noted item, but the system gives me the error
    Special G/L indicator F is not defined for down payments
    Message no. F5053
    Diagnosis
    The specified special G/L indicator is not classified as "down payment" or not listed in the list of the target special G/L indicators for indicator "F".
    System Response
    The entry is not accepted.
    Procedure
    Enter an allowed special G/L indicator or initiate a change of the default settings.
    PLease advice what to do

    F-47 is for Vendor down payments.
    Have you created your special GL Indicator for Vendors or Customers?
    Please check the account type of the Special GL Indicator.
    Rgds
    Murali. N

Maybe you are looking for

  • What program must I use, if I want to program C

    Hello, I study computer science and I want to know which programm I must use to prgram the speach C-Sharp on a Mac Book. It would be great if anyone could help me Thank you

  • Client.getStats properties are not clear

    Hi, I was trying to write a code that gathers data of the connection between client and the FMS server 3.5. I found out about client.getStats() method that returns many values of such data. But I am stuck at a point where i am not able to understand

  • Icons for 10g R2

    Anyone know where I can find some icons that will work with Forms 10g R2 (preferably free)? I have a Forms 4.5 app that I'm upgrading to 10g, I used an ico to gif converter but when I try to use the gif nothing shows up on the buttons. I know the pat

  • Designer6 pre-configured repository on 8iEE 8.1.6(Win NT)

    Hello All!, My environment is : WinNT4.0 with SP3 Des6.0 on D:\Orant with default_home Dev6.0 on D:\Orant with default_home 8iEE 8.1.6 on G:\ora8i with 8i_home Now, How can a install the Des6.0 pre-configured repository? The 2nd CD(pre-config reposit

  • Is there a way to store PDF files and read them on your iPhone?

    I noticed that you can read PDF files on the Internet, but it takes a bit of time to appear. Another problem was that it is hard to scroll because you can only scroll about one page at a time with the finger flicking. Also is it possible to have port