Credit request

Hi all
Parts-Core Credit Request
Parts-Core Credit Request Grief
Parts-Core Attrition
Yesterday i was posted one thread for i need some info regarding these core credit request and grief and attrition.
but moderator says that its not related to ABAP.
but according to requirement i have to implement an inteface for core credit request
when customer triggers the core credit request about claim process for damaged products or unused products one Request has to raised at client for pay full credit/partial credit
this i have to do in ABAP using interfaces, ABAP thru PI (data has to go ABAP to PI using interface)
can any one please suggest me regarding this.
Thanks in Advacne
divvis

That was me. Still not much clearer. Why can't you ask somebody in your orginazation, e.g. whoever handed you the  requirement?
Please describe precisely what you have tried to find out yourself so far, to avoid the impression that you just want to unload your work here.
Thomas

Similar Messages

  • ADDING A NEW ITEM IN THE CREDIT REQUEST DETAILS PAGE.

    Dear friends,
    Please help me with this scenario.Thanks so much for your help.
    Task: ADDING A NEW ITEM IN THE CREDIT REQUEST DETAILS PAGE.
    Need to create a new item on this page called "approver notes" (column notes).
    Can this be achieved by personalization?
    Scenario:
    On credit request details page disputed invoice number, request date, status, bill to, ship to, etc are displayed.
    When the status is "not approved”, item should be displayed along the "rejected" comment.
    If the status is other than "not approved" then the item should not be displayed.

    what page is this ? are you sure it is a OAF page ?
    If it is a OAF page, you would need to extend the controller to fire a partial action for the item and then control the display property of the comments field
    Tapash

  • Rebate Settlement to produce Credit request less previous payment

    Hi ,
    There is an issue when I tried to settle Rebate for January.
    December brokerage was not billed until February 4th. I now have issues when I try to settle January brokerage Tcode : VB(7 .
    I  get the list of Rebate Agreements that  I want to settle and settlement date is 1/31/2011. Usually the previous months brokerage is paid before the settlement date.
    I was not sure what would happen when I tried to settle January.
    When I tried with one Rebate agreement I get the message as follows:
    Status B : Agreement released for settlement
    Partial settlement already exist in the future periods
    My requirement now is to settle Rebate agreement that produce a credit request for January brokerage less February Payment (For December) that I would bill
    Your help is highly appreciated.
    Thanks
    Jaswanth

    Hi,
    Check this link, similar question was already responded in the forum;
    To find the list of Invoices for a rebate credit memo.
    Regards

  • Credit request for license# with PO# ubmitted by the partner is in status

    Hi All
    Please help :----
    The credit request for license# with PO# ubmitted by the partner is in status Closed on retrun tool, however the Credit note was not issued.
    What can be the reason....
    Thanks
    Yash

    NA

  • Create credit request through E-commerce B2B application

    Hello Experts,
    My client has a requirement to allow the customers to create a Credit Memo request through E-Commerce B2B application.
    As I understand Credit request is of type Sales Transaction, which is normally created with reference to a billing document. However in our current scenario, credit request has to be created with out any reference to the Billing document moreover there wont be any reference to the Sales order as well.
    Can you suggest me any possible solution for my current requirement. If it is not possible by standard SAP, how can I achieve by custom development.
    I appreciate any helpful suggestion.
    Many Thanks,
    Srinivasu

    Any update on this?

  • OA Framework - Submit a credit request (Dispute) in iReceivables

    Dear friends,
    Kindly help me with your thoughts for resolving this particular issue in my current project.
    Question:
    In iReceivables, how the customer can submit a credit request (Dispute) with comments?
    Note:
    Need to make the comments attribute required. The comments attribute is in the Enter Dispute Details page. Any help in greatly appreciated.
    Thanks in advance.
    Regards,
    CK

    You need to analyze the OA page which contains this comments field. Find out the bean id, what kind of bean is used. Use personalization to see whether required property is exposed for the bean. If not, then controller extension will be required.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Credit Classification is null in the call to create credit request api

    Hi All,
    We are currently working on the implementation of Credit Management module. The plan is to integrate it with Orders Management. When an order is created above a specified credit limit for a customer, a credit review request is submitted. This is done from Order Management side through the seeded procedure OE_CREDIT_CHECK_ORDER_PVT. In this procedure, the call to the API, the credit classification is passed as null. As a result the credit application cannot be processed further. Is any Oracle Patch required to fix this issue. Morevover we cannot update the table with credit classification, since the credit application is in submitted state.
               AR_CMGT_CREDIT_REQUEST_API.Create_credit_request
               ( p_api_version           => 1.0
               , p_init_msg_list         => FND_API.G_FALSE
               , p_commit                => FND_API.G_FALSE
               , p_validation_level      => FND_API.G_VALID_LEVEL_FULL
               , x_return_status         => x_return_status
               , x_msg_count             => l_msg_count
               , x_msg_data              => l_msg_data
               , p_application_number    => NULL
               , p_application_date      => SYSDATE
               , p_requestor_type        => NULL
               , p_requestor_id          => fnd_global.employee_id
               , p_review_type           => 'ORDER_HOLD'
               , p_credit_classification => NULL
               , p_requested_amount      => l_total_exposure
               , p_requested_currency    => l_limit_curr_code
               , p_trx_amount            => g_order
               , p_trx_currency          => p_header_rec.transactional_curr_code
               , p_credit_type           => 'TRADE'
               , p_term_length           => NULL  --the unit is no of months
               , p_credit_check_rule_id  =>
                       p_credit_check_rule_rec.credit_check_rule_id
               , p_credit_request_status => 'SUBMIT'
               , p_party_id              => l_review_party_id --bug 5907331
               , p_cust_account_id       => l_customer_id
               , p_cust_acct_site_id     => NULL
               , p_site_use_id           => l_site_use_id
               , p_contact_party_id      => NULL --party_id of the pseudo party
               , p_notes                 => NULL  --contact relationship.
               , p_source_org_id         => l_source_org_id
               , p_source_user_id        => l_source_user_id
               , p_source_resp_id        => l_source_resp_id
               , p_source_appln_id       => l_source_appln_id
               , p_source_security_group_id => l_source_security_group_id
               , p_source_name           => 'OM'
               , p_source_column1        => p_header_rec.header_id
               , p_source_column2        => p_header_rec.order_number
               , p_source_column3        => 'ORDER'
               , p_credit_request_id     => l_request_id
    Please let me know the solution.
    Warm Regards,
    Vivek.

    Hello,
         MDM Version is 5.5.65.86
             Portal
             sap.com/SAP-JEECOR  7.00 SP18 (1000.7.00.18.0.20081123155626)  20091203155047 
             sap.com/SAP-JEE  7.00 SP18 (1000.7.00.18.0.20081123155510)  20091203154825 
             sap.com  MDM_JAVA_API  5.50 SP6 (1000.5.50.6.5.20100120101105)  SAP AG  SAP AG  20100204091131 
             sap.com  MDM_WEB_SERVICES  550 SP6 (1000.550.0.6.5.20100117165943)  SAP AG  MAIN_MDM55VA_C  20100204091208 
    this problem happened after our P system upgrade from 5.5.65.76 to 5.5.65.86,sometime when our MDM upgrade,SAP supply correspond WEBSERVICE jar, but this time ,SAP does not supply the correspond WEBSERVICE JAR file.we used WEBSERVICE JAR is the one that correspond with 5.5.65.76 may be this is the isuue causation

  • How to display text value in the header data (Header text) of credit memo

    Hi...
    I need to display the text value of the text field in the header text of the header data in credit memo.
    The text values are stored in a ztable and i need to display it based on the billing document stored in vbrk (zfield) that was inserted during the creation of credit request..
    Appreciate your help on how to do this...
    Thansk and will surely reward the points..
    Kanthi..

    Hi kanthi ,
                   Read the value from Z Table and during the creation of cedit memo check out for some exit where u the value from The zTABLE AND use function module SAVE_TEXT with object and id in the header text .
    Please award if useful.

  • Determining document type:  Debit Request vs Sales Order

    Our scenario:
    o     Business activities that are not our core revenue-generating business and currently invoiced out of FI-AR (FB70)
    o     Intend to change the billing process to invoice out of SD instead of FI-AR, one of the reasons is being able to capture SD related data for reporting purposes
    o     Different material masters but no more than 10 records, has yet to decide if the same material type
    o     Different pricing (procedures?)
    o     Relatively simple processes
    o     Same customer base
    o     Share same business attributes as core business like PO #, PO Date, Vessel #, etc. Therefore the new document type may want to reference to the underlying contract/sales orders.
    o     Different revenue account assignment
    SAP refers Debit/Credit Request as complaint process but this type of billing has nothing to do with complaints.  It's just a different type of billing.
    Questions:  We are trying to decide whether to create the new sales document type as Debit Request or another Sales Order type.  Or does it matter?  How are these two different and what are the determining factors? 
    Appreciate any suggestion on how to tackle this.

    Hello,
    Yes, it does matter which way you go.  Suggest you consider what the business flow  is in more detail  and then look further into what types of SD docs most align with the business flow at hand.
    Some very general things to keep in mind:
    Debit/Credit Request:  not relevant for ATP, billing occurs without delivery processing. Generally used for billings for price adjustments to what'd been invoiced or credited previously. 
    Other order types:  can be relevant for ATP, require delivery processing before billings can occur.
    Good luck

  • Update List Items using REST API - Keep Getting 400 Bad Request

    I am using code from the following answer:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/40833576-5853-4ca4-95cf-b5b1d69f465f/sharepoint-rest-and-c-sample-to-update-list-item?forum=sharepointdevelopment
    I am having a tough time figuring out the issue though.  I have been able to retrieve list items, but now I want to update those items.  This is the following code just to get the digest information with passing in credentials:
    public static string GetFormDigest(System.Net.NetworkCredential cred)
    string formDigest = null;
    string resourceUrl = "https://SITEURL/_api/contextinfo";
    HttpWebRequest wreq = HttpWebRequest.Create(resourceUrl) as HttpWebRequest;
    wreq.Credentials = cred;
    wreq.Method = "POST";
    wreq.Accept = "application/json;odata=verbose";
    wreq.ContentLength = 0;
    wreq.ContentType = "application/json";
    string result;
    WebResponse wresp = wreq.GetResponse();
    using (StreamReader sr = new StreamReader(wresp.GetResponseStream()))
    result = sr.ReadToEnd();
    var jss = new JavaScriptSerializer();
    var val = jss.Deserialize<Dictionary<string, object>>(result);
    var d = val["d"] as Dictionary<string, object>;
    var wi = d["GetContextWebInformation"] as Dictionary<string, object>;
    formDigest = wi["FormDigestValue"].ToString();
    Console.WriteLine(formDigest);
    return formDigest;
    Then the following code is used:
    string result = string.Empty;
    Uri uri = new Uri(sharepointUrl.ToString() + "/_api/Web/lists/getByTitle('DemoList')/items(1)");
    HttpWebRequest wreq = (HttpWebRequest)WebRequest.Create(uri);
    wreq.Credentials = cred;
    wreq.Method = "POST";
    wreq.Accept = "application/json; odata=verbose";
    wreq.ContentType = "application/json; odata=verbose";
    wreq.Headers.Add( "X-HTTP-Method","MERGE");
    wreq.Headers.Add( "IF-MATCH", "*");
    wreq.Headers.Add("X-RequestDigest", GetFormDigest(cred));
    string stringData = "{'__metadata': { 'type': 'SP.Data.DemoListListItem' }, 'Title': 'updated!'}";
    wreq.ContentLength = stringData.Length;
    StreamWriter writer = new StreamWriter(wreq.GetRequestStream());
    writer.Write(stringData);
    writer.Flush();
    try {
    WebResponse wresp2 = wreq.GetResponse();
    using (StreamReader sr = new StreamReader(wresp2.GetResponseStream()))
    result = sr.ReadToEnd();
    catch (Exception e) { Console.WriteLine("An error occurred: '{0}'", e); }
    It errors out when it tries to send the command to Sharepoint.  I am NOT using a sharepoint hosted app.  I just wanted to directly contact sharepoint and update items.  Any help or suggestions would be greatly appreciated!
    Thanks,
    Priyank
     

    I just found some other code that seemed to work on editing a title and edited it kind of guessing it would work and it did!
    This is the code that ended working using the same digest code from above:
    Console.WriteLine("\n Newer Fancier Code \n");
    Uri uri = new Uri("https://SHAREPOINTURL/_api/web/lists/GetByTitle('Demo')/items(1)");
    HttpWebRequest request = (HttpWebRequest)WebRequest.Create(uri);
    request.ContentType = "application/json;odata=verbose";
    request.Headers["X-RequestDigest"] = GetFormDigest(cred);
    request.Headers["X-HTTP-Method"] = "MERGE";
    request.Headers["IF-MATCH"] = "*";
    request.Credentials = cred;
    request.Accept = "application/json;odata=verbose";
    request.Method = "POST";
    string stringData = "{ '__metadata': { 'type': 'SP.ListItem' }, 'Location': 'updatedinfo' }";
    request.ContentLength = stringData.Length;
    StreamWriter writer = new StreamWriter(request.GetRequestStream());
    writer.Write(stringData);
    writer.Flush();
    HttpWebResponse response = (HttpWebResponse)request.GetResponse();
    StreamReader reader = new StreamReader(response.GetResponseStream());
    Just fyi if anyone was wondering.  Next, I'm going to be trying to update multiple fields, possibly multiple items if possible if anyone knows how to do that.

  • Customer master deleted after billing how to give the credit memo

    this is my client senario
    customer master deleted  or changed after raised the billing hoe to give credit memo

    Hi,
    Credit Request Memo could be created with reference to a billing document, however:
    IMP: Copyng requirement must be configured within your System
    Example:
    Copying Requirement from Sales Document type G2 to CR
    Another Solution:
    Scenerio 1: Customer is flagged for deletion
    GoTo -> XD06 and uncheck the entries for deletion and Save.
    Scenerio 2: Customer is blocked.
    Got to-> XD04 and uncheck the entries and save.
    NOTE: However, Customer is marked for deletion then also you may create Credit Memo request for that particular Customer under the same Sales Area as Warning is just a caution and not restricted.
    Please revert for further clarification, if any
    Best regards,
    Amit.
    Rewards, if helpful.

  • One  credit  note  with reference to several invoices??

    Hello,
    my  customer  came  up  with  specia  requirement ,
    Is  it  possible  to  have  One  credit  note request  with reference to several invoices??
    I  never  seen  but  your  input  would  be  helpful.
    Points  will  be  added  for  helpful  answer.
    Thanks  and  best  regards
    L

    yes its possible. go like thru va01 with return order type then go to menu-> sales document->create with reference
    you can copy more than one invoices for raise credit request.
    Reg
    NAr

  • Credit Memo Generating even Billing Block

    Dear Friends
    We have created one Credit Memo Request as Like "CR".  Sales document Type. and Credit Memo As Like "G2".
    after that we created all copy control as like standard.
    we are facing problem that when we create Credit Memo with reference to Credit Memo Request it  generating even there is Billing Block still not released.
    but when we are using standard CR and G2. We have to release Billing Block then only we are able to generate Credit Memo.
    Please give solutions where is our mistake.
    Regards
    Arun

    hi,
    this is the standard business process
    the credit memo should not created until the higher authority approve the credit request,because the money goes out of the company, so some higher authority has to approve.
    the settings is maintained in VOV8 (CR)-billing - billing block- 08 (check credit memo)
    regards
    senya

  • Display invoice print (PDF) in sales order(Credit/Debit note) attachement for Validator

    Hello Expert,
    I would like to know if is there any possibility to display invoice print (PDF) in sales order (Credit/Debit note) as attachment.
    Issue:  Customer raise the credit note with the reference of invoice, sometimes user don't explain the reason for credit and don't attach any reference document in sales order(credit request).
    Customer requirement: Customer want to display reference invoice print (PDF)in sales order(Credit request) for validator so validator can cross check with invoice and validate the credit note.
    Could you suggest the best solution?
    I am thinking to give mandatory text box (Text determination)at sales order(Credit request)
    Vipin

    Hi,
    You can enable Document Management System (DMS)
    Please refer below links for details:
    http://scn.sap.com/thread/459101
    http://scn.sap.com/thread/2096563

  • Error in credit note

    HI GURUS,
    I am facing one problem when creating credit note
    When I am creating credit note in VF01, billing type G2 with reference of credit request no (order type CR),it showing me one error (order type CR is not defined).its urgent.

    Hi
    Please check for the copy controls between these two documents (in Tcode VTFA).
    Ravi

Maybe you are looking for