Interface for billing

Dear Sir,
Our export / import division are using WARM software for billing and all other activity, Now our client wants that all billing done at WARM should be copied to SAP database at the end of the day and payment receipt and outstanding will be handle through SAP only. I want to know that is it possible to capture billing data directly from WARM to SAP by creating interface.
regards,
SPS.

Yes this can be definetly done thru WEB SERVICE. You have to understand the web service functionality in detail. Generally for such kind of requirment a function module for the required transaction will be created in the system, In your case invoice transaction should be created as a fucntion module.
This function module then has to be converted as a web service and this web service will be linked to your third party application.
Prasad.T.A

Similar Messages

  • WEB ADI INTEGRATOR FOR Bill of Material

    I am developing a WEB ADI integrator for Bill of material upload. The integrator will populate the data in a temporary table, validate it & write the error messages back to the table . On succesful validation the data will be sent to interface tables & then to base table.
    The integrator uses a procedure & sends data to the procedure. Procedure then loads data in temporary table & does the rest of work.
    To do this i need to know the following thinngs:
    1. How i can track the line no of Excel?
    2. How do I know that all data are loaded in temporaray table because the validation & rest of work will be done once all the rows of excel are transfered to temporaray table. i.e. How do i determine the End of File in Excel?
    3. How do i write error messages from the table to the excel in web adi?
    Any help will be appreciated. Please send me the sample scripts & web adi developer guide at [email protected],[email protected]

    If you check the XML that Web ADI generates to upload a document you will note that each row gets a row number. It would be a matter of being able to keep track of that number in your table so that when you are reporting the error back you can include that number in the message so the code in the Excel spreadsheet can assign it to the correct row.
    I would suggest trying to use even some of the basic validation mechanisms provided within Web ADI, as these will automatically return the error messages for bad data to the correct row in the spreadsheet.
    Web ADI will take the uploaded data, perform any validation check defined within meta-data then push the data to your Interface table. There are plenty of examples in th shipped code of product teams then using the Import phase of the upload to perform additional checks and then push the data further. But if you can utilize the existing Web ADI functionality. The data never ends up in the table in the first place to require any clean up on your part.

  • Work around to force trigger Accounting documents for Billing documents

    Hi All,
    I have an issue very similar to:
    [Accounting Document not posted for Cancelled Invoice -error in FI interface|Accounting Document not posted for Cancelled Invoice -error in FI interface]
    The invoices number range were changed recently and few documents created during that time range did not create the accounting documents. Now, if I try VF02-> ReleasetoAccounting, it says:
    "Incorrect doc.no.: 98020923. Select document number between 3000000000 and 3999999999."
    Is there a workaround here to re-trigger the accounting documents for these Cancellation documents(Type S1)?
    I've also tried cancelling them, but I get the below error message:
    "For billing type S1, no cancellation billing type is maintained"
    I've found a few hits when i searched the forum but none talked about a workaround.
    Any help would be appreciated.
    Thanks,
    Tabraiz

    Hi,
    Thanks for the reply. I've checked the note, it states the below steps for the solution:
    1) Implement Notes 331771 and 363717 first if they are relevant for your release.
    2) Implement the attached program corrections
    3) Branch to Customizing of the billing document types and enter a cancellation billing document type for the affected billing document type of the cancellation document itself.
    I was wondering if only the step 3 will be enough to cancel the cancellation invoices. I am still not sure what is the significance of point (2) here.
    I haven't implemented a SAP note so far, have you encountered this problem, and have you implemented the whole three steps?
    Thanks,
    Tabraiz

  • Table for billing documents not posted  to acounting

    Hi ,
    Could you let me know the table  name wherein we can find biling documents not posted to accounting and has vbx3 error?
    Thanks,
    Praveen

    HI, friend
    Actually, you can use tool ST05 to do a simple SQL Trace.
    You can check table VBRK, field RFBSK (Status for transfer to accounting)
    Value Range is as below:
                   Error in Accounting Interface
    A     Billing document blocked for forwarding to FI
    B     Posting document not created (account determ.error)
    C     Posting document has been created
    D     Billing document is not relevant for accounting
    E     Billing Document Canceled
    F     Posting document not created (pricing error)
    G     Posting document not created (export data missing)
    H     Posted via invoice list
    I     Posted via invoice list (account determination error)
    K     Accounting document not created (no authorization)
    L     Billing doc. blocked for transfer to manager (only IS-OIL)
    M     Analyst Approval refused (only IS-OIL)
    N     No posting document due to fund management (only IS-PS)
    Wink

  • FM for Billing

    Hello,
    I used FM EXIT_SAPLEA91_001 for creating external pricing for billing. The table XY_EPREIH is ready to use it in my variant program (FM for billing). How can I transfer it in my variant program? I know only via abap memory. Is there any interface for it?
    Thanks!!

    Hi,
    Where ever you want to use the values of the table 'XY_EPREIH', check for the global and local variables in debugging mode and use that variable. Check for the similar data type variable and the data you require.
    I hope the data you require will be present in local / global variables list.
    Regards.
    Konda Sravanthi.

  • External number range for billing document (Invoices)

    Hi guys,
    I have a requirement from one of client to implement external number range for billing documents.
    I can only see a provision for internal number range in customising for Billing document type.
    Please can you assist me with detailson how to set up external number range for billing documents (Invoices).
    Thanks, Felix

    Hi Felix
    I think the similar requirement is in Venezuela also.
    So pl. check the SAP Note 849438 . As per the note :-
    The solution is delivered in the indicated support packages. In case you can not implement the correspondin support package for your release immediately, please follow the procedure described below:
    1. In the Data Dictionary Editor (transaction SE11) please open the definition of domain J_1AOFFNREL, go to the fixed values and add value 'P' with description 'Number Assingment using Prenumbered Forms' in a position so that the possible values remain sorted alphabetically.
    2. In the Message Editor (transaction SE91) please go to message class ICC_CN and add the new message 837 with text '&1: Official doc. numbering is not available for delivery documents!'.
    3. If you are implementing the note in release 4.6C, please create the following function modules:
    o     OFF_NUMBER_LOCAL_ASSIGN_VE in function group FIN2, and then copy the interface (all parameters and exceptions) of the function module OFF_NUMBER_LOCAL_ASSIGN_TW
    o     OFF_NUMBER_LOCAL_NUMBERING_VE in function group FIN2, and then copy the interface (all parameters and exceptions) of the function module OFF_NUMBER_LOCAL_NUMBERING_TW
    o     XBLNR_BUILD_AND_SPLIT_VE in function group IDSDCNUTIL, and then copy the interface (all parameters and exceptions) of the function module XBLNR_BUILD_AND_SPLIT_PECL
    4. Implement the source code corrections as shown below.
    The following customizing actions should be also executed when the solution by delivered by the corresponding support package. If you applied the solution manually, then please use the IMG activities listed in the section Cross-Application Components -> General Application Functions -> Cross-Application Document Numbering -> Taiwan as a reference. After the installation of the corresponding support package the customizing node for Venezuela can be used.
    1. Enable the use of business place for country Venezuela as described in the OSS Note 726537.
    2. Define the necessary document classes and configure the document types you would like to get an official document number as relevant for official document numbering in the desired mode. Please check the OSS Note 571376 for some explanations about the meaning of the different settings.
    3. Define the necessary number ranges and intervals and assign them to the combination of company code, business place, document class and validity period. If you use the customizing activity for Taiwan, then please leave the prefix field empty.
    Regards
    Amitesh

  • Interface for credit card settlement between Bank, Company n Employee

    Hi Experts,
    I am facing a situation, where in we need to develop a new interface for credit card settlement. The scenario is as follows. The company gives a corporate credit card to the employee who has gone on travel. The employee makes some official and a few personal expenses on that card. The bank processes the payments and sends the bill to the company for payment. The company pays the bill and then gets into recovery from the employee for the personla expenses that he has incurred.
    Now we need to automate this with SAP travle management and would appreciate if you could help me out.
    Do we have a standard interface for the same?
    Regards
    Kabby

    This is a common process in Travel mgmt.
    1. The Bank provides the Card transaction file daily and it will be placed in the application server, from where the daily file interface pgm uploads the transations in employees buffer.
    2. employee uses the buffer transactions while creating expense report and using itemize button he will mention the personal expenses made using company credit card
    3. while posting, appropriate entries are made i.e, Expense accounts are credited, credit card clearing account is debited, and personal expenses as well are debited.
    Please mention the card company and the file format in which they provide the file.if it is Amex format files or CCD format files, we can use the standard interfaces available, otherwise you need to go for new interface development

  • End Routine to populate custom AFS field for Billing Item extractor

    I have the following scenario for Billing 2LIS_13_VDITM datasource
    Doc_No   Item  Material    Item_Categ   AFS_field
    2000        11     XYZ          123
    2000        12     XYZ          123                  US1
    3000        11     PQR          456                 
    3000        12     PQR          456                  CA1
    I need to populate the AFS_field in the first row also for all Doc Nos for certain Item categories (eg 123 & 456). I need to do this on the first transformation from PSA to DSO. I was planning to write a SELECT statement in the Start Routine with the PSA table as the reference as seen below and then write an End Routine calling this reference table. But the PSA table name is different in Dev, QA and Prod so I cannot use this.
    TYPES: BEGIN OF S_AFS,
    VBELN TYPE C LENGTH 10,
    PSTYV TYPE C LENGTH 4,
    MATNR TYPE C LENGTH 18,
    J_4KRCAT TYPE C LENGTH 16,
    J_4KSCAT TYPE C LENGTH 16,
    END OF S_AFS.
    DATA: LT_AFS TYPE STANDARD TABLE OF S_AFS,
          LS_AFS TYPE S_AFS.
    DATA: LT_DATA TYPE tyt_SC_1.
    LT_DATA[] = SOURCE_PACKAGE[].
    SORT LT_DATA DESCENDING BY VBELN MATNR J_4KRCAT.
    DELETE ADJACENT DUPLICATES FROM LT_DATA COMPARING VBELN MATNR.
    SELECT VBELN MATNR J_4KRCAT J_4KSCAT
    INTO CORRESPONDING FIELDS OF TABLE LT_AFS
    FROM /BIC/B0000777001
    FOR ALL ENTRIES IN LT_DATA WHERE VBELN = LT_DATA-VBELN AND MATNR =
    LT_DATA-MATNR.
    SORT LT_AFS BY VBELN MATNR.
    I am not an expert in writing ABAP code. Any suggestions are greatly appreciated and points will be assigned. Thank you.

    Hi
    why do want to select the data from PSA table ?Already your trying to load data from PSA to DSO.
    you want to populate the AFS field value in DSO right?
    1. First you have to add AFS field in ur DSO
    2. Write the Start routine based on ur scenario(select the data based on ur scenario and put into internal table).
    3. wirte AFS field leval  transfer routine(Read the corresponding record based on docu num,item num) pass into RESULT.
    Regards,
    GR

  • Hi I got iPhone 4 been getting apps today went to get an app and won't let me even free ones have to sign in then sign in again for billing info it's all correct but still won't download apps had problem before fixed it but won't work again

    iPhone has previously downloaded apps but go to do today and won't keeps asking for billing info which is in there and correct but then says plz update you payment there is a billing problem with your previous purchase it's done before to me so reset and erased everything and worked did that Again and still doesn't work  info is all correct have to re enter Ccv number still doesn't work driving me nuts I want my apps

    If you had money in your account when you purchased a paid app and Apple didn't claim on the payment to your bank until after the download it maybe that there was insufficient balancce in your account to complete the purchase and therefore you'll need to wait until you have the funds to make the payment, when you have billing issues it won't even let you download free apps.
    If that isn't the case then give iTunes store a call or email them and they can tell you exactly what is wrong with the account

  • Problem to deploy to a WebService interface for ADF Business Components to Weblogic Server

    Hi,
      I'm trying to deploy a custom application ,in which i have exposed ADF Business Components through a WebService interface, to a standalone weblogic server.
    Application Module is configured with a Service Interface for ordinary ViewObjects.
    Now I want to create a EAR file of this application to deploy it on the weblogic server.
    But I got an error while deploying it.The error i am getting is shown below.
    ERROR: No Java EE modules detected in EAR archive. Deployment aborted. == (oracle.jdevimpl.deploy.ear.WeblogicAssembler)
    I have followed the steps mention in the below link :
    http://technology.amis.nl/2010/12/29/quickly-creating-reploying-and-testing-a-webservice-interface-for-adf-business-components/
    I'm using Jdeveloper 11.1.2.4 on windows.
    Please suggest what i could be doing wrong.
    Regards,
    Himanshu

    Does the deployment profile include Java EE modules?
    Refer
    Java EE Developer: ERROR: No j2ee modules detected in EAR archive. Deployment aborted. == (oracle.jdeveloper.deploy.Veto…

  • * Values for Billing QTY in a Report

    Dear SDN,
    I am getting some values for Billing Qty as star (*)...in a Credit memos Report (SD)..
    I am using 0SD_C03 InfoCube..
    I have checked in the PSA also.. Data is available... Some value should come...but * is coming
    Help will be greatly appreciated with points..
    Thanks in advance...

    Thanks...
    But after doing the same way .. i am not getting any Units...
    Not getting * but values are ok...But without any units
    But Now client may ask to me..How to identify which are expressed in NO and TO and KG...
    Please help me out to resolve it
    Indeed, Thanks a lot for your help...

  • Open Interface for OM to Contracts in R12

    Hi,
    I am facing an issue regarding with OM to Contracts interface, in R12 Warranty contracts are created with standard coverage and having no line for coverage in table OKC_K_LINES_B. Can anyone let me know how we can insert the actaul coverage line into table OKC_K_LINES_B.
    Thanks,,,
    Parminder S.

    As far as I know there is no interface for it.
    Check if you can use EGO_ITEM_AML_PUB.Implement_AML_Changes.
    If that does not work, you can do a straight insert into the MTL_MFG_PART_NUMBERS
    The main columns are manufacturer_id , organization_id, inventory_item_id , and mfg_part_num.
    Oracle validates only the first 3. And it does not allow duplicates of the first 4 columns.
    Hope this helps,
    Sandeep Gandhi

  • Driver program for BIll of lading smartform

    Hi all,
    Can you please provide me the standard driver program for bill of lading smartform.
    or for purchase order smartform.
    Thanks and regards,
    Rajeev

    Hi,
      For Purchase Order - SAPFM06P.
    And for future info,
      If you Know the Application and Output Type - Then it is very easy to know the Smartform or the Script Used.
    1.Go to NACE and Check.
      For Ex: PO belong to APP type EF, So click on EF and then click on "Output Type " button.
                  Then all the output types will be displayed.Then select the required and Click on "Processing Functions". Then you can see the Configuration details done for this ouput type like which smartform, which subroutine.
    2.Also, You can check the TNAPR table entries by entring the below information
    Output Type, Message transmission medium, Application.
    Thanks & Regards,
    Vamsi.

  • Deliveries Showing as 'not relevant for billing' after Invoice Cancellation

    Hi,
    We have a plants abroad scenario, where the billing document (plants abroad invoice)  had to be cancelled because of wrong profit centres. After correction of data, when we are trying to invoice these deliveries, the system shows these as 'not relevant for billing'. Any idea what could have caused this and/ or how to correct this?
    Thanks in advance for the help,
    Regards,
    alok

    HI Alok,
    Could you please recheck the delivery document flow again, its only Billing document is cancelled or PGI reversal is also done or not.
    As per my knowledge G/L correction is nothing to do with 'not relevant for billing' or "relevant for billing".
    Try again there might be a case where delivery might have been reversed or billing document has not been cancelled or Document might have been blocked.
    Regards,
    Nagesh

  • Interface for Excel does not work in Windows 7 - Important

    Hi,
    Im using BPC 75 MS SP04 with a computer Windows 7, IE 9, Office 2007. Apparently the Excel works "fine", the issue is that whenever I try to access to Interface for web from the main page (clicking the icon) it does not work, does not do anything...
    What do you suggest to do?
    Working directly in excel is not a problem, accesing to templates vía "Etools - Open dynamic templates" is fine.
    The issue is that users that have every access controlled by BPF's (using Interface for Web)  cannot work.
    Also, we use a template that uses 12 EVDRE reports in the background, we know it is a lot... but it was required like that.
    Once accesing to this template vía Etools -Open dynamic template... Excel gets stuck and I have to force it to shut down.
    Also Im working with a Vista system, Office 2003.
    For this systems, we also use the template EVDRE (12 reports). Once any of both systems access to this specific template, Excel gets stuck and I have to shut it down. Any other template is able to work with, but these 2 machines  (7 and Vista) cant.
    Please help !
    Velázquez

    Hi Velázquez,
    Based on SAP Note: 1603248, IE9 is not supported on BPC 7 and 7.5.
    So you have to revert to IE8.
    Only IE8 and IE7 are supported in 7.5 MS.
    Hope this helps.
    Karthik AJ

Maybe you are looking for

  • VA01 Sales order - Header-- Accounting tab need to add a field

    Dear All, The requirement is, 1. I need to add a field in Sales order. Path for the same is as follows: VA01> Goto> Header--> Accounting tab 2. The field will be a date field that needs to calculate date on. a)create a new field. ex - zchdt (chq due

  • ICloud and multiple iTunes accounts

    Not sure where I should ask this question but how will I be able to keep choices in music, apps and pictures separate on each device?  Right now, my wife has a separate iTuns account for her stuff I have a separate account for my stuff.  She has an i

  • How to get the variable value of a step (ex : Step.TS.Data) with C#?

    I try hard but do not managed, I can't get the variable situaded inside a step? I have created my sequence object then my step object (I can get the right name of this one) but I didn't find in the help the method allowing to get any value of the ste

  • Simulate 1-N relationship as N-N by using Parent-Child structure

    Hi, i have a 1-N relationship between SKILL and USER tables meaning 1 skill can be applied to several users. A skill can have a parent skill meaning that a ParentSkill inherits all privileges of it's child. I would like to simulate a N-N relationship

  • Dynamic class creation

    hi, I need to create new classes (not objects) dynamically in my program and then objects of that type. For example if the user asks to create a class with int, float & char as its data fields, and such class is not yet defined, I need to create such