PO against Customer rejection

Here, the business scenario is Jobwork, Customer is giving 15 metres of cloth they are ordering for some design to be printed on the grey(cloth), after the work has been done, if the customer comes and rejects the design printed by the company, the company have to pay the amount for that grey(given by the customer), in that situation how we need to map this situation in SAP?
Can i raise PO against a customer rejection so that i can pay to the customer as i treat the material came from him for jobwork, i can treat like purchased material

Hi There
i think you are suggestion will be straight forward and solve your problem,, you can use simple frame work order or STD po(with acc assignemnt) also to procure this,,
But i have a qtn that if the customer accept the job done by you, -- what is the process you are using ( means that you are Sub contractor/Vendor) for the customer,, if you have already defined process for that why dont you try to handle this on the same process itself...
Thanks
Senthil

Similar Messages

  • ATP Check against customer stock for return Sale order

    Hi Friends,
    Pl.help in this.
    1. Is it possible to configure ATP check against Customer stock in a Sale order/Return order/any other way? ( Actuallly, client wants to take back empty cylinders through return sale order by ATP check against the customer stock)
    Regards,
    Mani

    Hi Mani ,
    Are you  taking cylinder as returable packing item or not?
    ex- For soft  drinks or beverages industry  it pretty common , they  use thel returnable package material type and more over why you want  use return sales order for this?
    Note- Just plz explain  scenario to MM and PP People also as availability check with all combination
    Hope it is helpful to you,
    Regards
    Venkat

  • FM for getting Classification against Customer and Material

    hi friends..
    Is there any FM for getting Classification against Customer and Material.
    transaction VCH3. (strategy SD03)
    regards

    please help
    related tables are CABN and AUSP
    and transaction is VCH3 and strategy SD01

  • Excise duty credit against customer in Export under Bond

    Hi dude
    In export under bond process, billing document acct determination document the excise duty + net value is showing against customer.  Is it correct ? Please let me know the values credit in the billing document.
    regards,
    madhav

    Hi,
    In case of Export Sales Under Bond
    The accounting entry is:
    Customer Account        Dr
    Revenue (Exports Sales)     Cr
    In case of Export there is no accounting entries for excise bcoz of exemption of excise duties for export.
    Only u have to create ARE1 for Export Sales.
    Regards,
    PM

  • E-mail Id's not Correct Against Customer No...

    Hi,
    In my report, i have a problem that when i selecting E-Mail against Customer no...it is displaying only those, which customer have the E-mail id...otherwise not showing...
    Plz. check my code...
    REPORT  zcust_master NO STANDARD PAGE HEADING LINE-SIZE 125  .
    TABLES : tvkbt, knvv, kna1, j_1imocust, tvtwt, t005u, adr6.
    TYPE-POOLS : slis.
    DATA : BEGIN OF itab OCCURS 0,
                vkbur LIKE knvv-vkbur,                   " Sales Office
                bezei LIKE tvkbt-bezei,                   " Branch
                vtweg LIKE knvv-vtweg,                   " Distribution Channel
                kunnr LIKE kna1-kunnr,                   " Customer Number
                name1 LIKE kna1-name1,                   " Name
                name2 LIKE kna1-name2,
                ktokd LIKE kna1-ktokd,                   " Customer Account Group
                erdat LIKE kna1-erdat,                   " Date on which the Record Was Created
                stras LIKE kna1-stras,                   " House number and street
                ort02 LIKE kna1-ort02,                   " District
                ort01 LIKE kna1-ort01,                   " City
                pstlz LIKE kna1-pstlz,                   " Postal Code
                knurl LIKE kna1-knurl,                   " URL
                regio LIKE kna1-regio,
                bezei1 LIKE t005u-bezei,
                vtext LIKE tvtwt-vtext,                  " NAME
                j_1iexcd  LIKE j_1imocust-j_1iexcd,      " ECC Number
                j_1icstno LIKE j_1imocust-j_1icstno,     " CST Number
                j_1ilstno LIKE j_1imocust-j_1ilstno,     " LST Number
                j_1ipanno LIKE j_1imocust-j_1ipanno,     " Permanent Account Number
                j_1iexrn  LIKE j_1imocust-j_1iexrn,      " Excise Registration Number
                j_1iexrg  LIKE j_1imocust-j_1iexrg,      " Excise Range
                j_1iexdi  LIKE j_1imocust-j_1iexdi,      " Excise Division
                j_1iexco  LIKE j_1imocust-j_1iexco,      " Excise Commissionerate
                smtp_addr LIKE adr6-smtp_addr,
           END OF itab.
    DATA    g_user_command TYPE slis_formname VALUE 'USER_COMMAND'.
    DATA : w_container TYPE scrfname VALUE 'CL_GRID',
           w_cprog TYPE lvc_s_layo,
           g_repid LIKE sy-repid,
           w_save TYPE c,
           w_exit TYPE c,
           cl_grid TYPE REF TO cl_gui_alv_grid,
           cl_custom_container TYPE REF TO cl_gui_custom_container,
           it_fld_catalog TYPE slis_t_fieldcat_alv,
           wa_fld_catalog TYPE slis_t_fieldcat_alv WITH HEADER LINE ,
           layout TYPE slis_layout_alv,
           col_pos  LIKE sy-cucol ,
           alvfc TYPE slis_t_fieldcat_alv.
    SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS   : vkbur FOR tvkbt-vkbur.
    SELECT-OPTIONS   : ktokd FOR kna1-ktokd.
    SELECT-OPTIONS   : vtweg FOR knvv-vtweg.
    SELECT-OPTIONS   : kunnr FOR kna1-kunnr.
    SELECTION-SCREEN : END OF BLOCK b1.
    PERFORM fill_catalog1 USING:
    'BEZEI'    'ITAB'    'BRANCH' ,
    'KUNNR'    'ITAB'    'CUSTOMER CODE' ,
    'NAME1'    'ITAB'    'CUSTOMER NAME',
    'NAME2'    'ITAB'    'NAME2',
    'VTWEG'    'ITAB'    'DISTT. CHANNEL',
    'STRAS'    'ITAB'    'HOUSE NO. & STREET',
    'ORT02'    'ITAB'    'DISTRICT',
    'ORT01'    'ITAB'    'CITY',
    'PSTLZ'    'ITAB'    'POSTAL CODE' ,
    'BEZEI1'   'ITAB'    'REGION',
    'J_1IEXCD' 'ITAB'    'ECC NUMBER',
    'J_1IEXRN' 'ITAB'    'E/R NO.',
    'J_1IEXRG' 'ITAB'    'Ex. RANGE',
    'J_1IEXDI' 'ITAB'    'Ex. DIVISION',
    'J_1IEXCO' 'ITAB'    'Ex. Commissionerate' ,
    'J_1ICSTNO' 'ITAB'   'CST NUMBER' ,
    'J_1ILSTNO' 'ITAB'   'LST NUMBER' ,
    'J_1IPANNO' 'ITAB'   'PAN NO.' ,
    'KTOKD'    'ITAB'    'ACC. GROUP',
    'ERDAT'    'ITAB'    'CREATED ON',
    'SMTP_ADDR' 'ITAB'    'E-MAIL ID',
    'VTEXT'    'ITAB'    'NAME' .
    SELECT akunnr aname1 aname2 aktokd aerdat astras aort02 aort01 apstlz aknurl a~regio
                    bvtweg bvkbur binco2   csmtp_addr
                    INTO CORRESPONDING FIELDS OF TABLE itab
                    FROM kna1 AS a
                    INNER JOIN knvv AS b ON akunnr = bkunnr
                    INNER JOIN adr6 AS c ON aadrnr = caddrnumber
                    WHERE a~kunnr IN kunnr
                    AND   a~ktokd IN ktokd
                    AND   b~vtweg IN vtweg
                    AND   b~vkbur IN vkbur.
    IF sy-subrc <> 0.
      MESSAGE 'DATA NOT FOUND.' TYPE 'I'(001).
    ENDIF.
    SORT itab BY kunnr.
    LOOP AT itab.
      SELECT SINGLE bezei FROM tvkbt INTO itab-bezei WHERE vkbur = itab-vkbur.
      MODIFY itab INDEX sy-tabix TRANSPORTING bezei.
      SELECT SINGLE bezei FROM t005u INTO itab-bezei1 WHERE bland = itab-regio AND spras EQ 'EN' AND land1 EQ 'IN'.
      MODIFY itab INDEX sy-tabix TRANSPORTING bezei1.
      SELECT SINGLE j_1iexcd j_1iexrn j_1iexrg j_1iexdi j_1iexco j_1icstno j_1ilstno j_1ipanno FROM j_1imocust
      INTO (itab-j_1iexcd, itab-j_1iexrn, itab-j_1iexrg, itab-j_1iexdi, itab-j_1iexco, itab-j_1icstno, itab-j_1ilstno, itab-j_1ipanno)
      WHERE kunnr = itab-kunnr.
      MODIFY itab INDEX sy-tabix TRANSPORTING j_1iexcd j_1iexrn j_1iexrg j_1iexdi j_1iexco j_1icstno j_1ilstno j_1ipanno.
      SHIFT itab-kunnr LEFT DELETING LEADING '0'.                  " For Removing 0's from KUNNR
      MODIFY itab.
    ENDLOOP.
    layout-zebra = 'X' .
    layout-colwidth_optimize(1) = 'X'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program      = 'ZCUST_MASTER'
        i_callback_user_command = g_user_command
        is_layout               = layout
        it_fieldcat             = it_fld_catalog
        i_default               = 'X'
        i_save                  = 'A'
      TABLES
        t_outtab                = itab
      EXCEPTIONS
        program_error           = 1
        OTHERS                  = 2.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    *&      Form  FILL_CATALOG1
          text
         -->P_FIELDNAME  text
         -->P_REF_TABLE  text
         -->P_SCRTEXT    text
    FORM fill_catalog1  USING   p_fieldname TYPE any
                                p_ref_table TYPE any
                                p_scrtext   TYPE any.
      CLEAR : wa_fld_catalog.
      wa_fld_catalog-fieldname  = p_fieldname.
      wa_fld_catalog-tabname    = p_ref_table.
      wa_fld_catalog-seltext_s  = p_scrtext.
      wa_fld_catalog-seltext_m  = p_scrtext.
      wa_fld_catalog-seltext_l  = p_scrtext.
      wa_fld_catalog-outputlen = 15.
      APPEND wa_fld_catalog TO it_fld_catalog.
    ENDFORM.                    " fill_catalog1
          FORM user_command
    -->  r_ucomm
    -->  rs_selfield
    FORM user_command USING r_ucomm LIKE sy-ucomm
                      rs_selfield TYPE slis_selfield.
      DATA: l_ta(4) TYPE c VALUE 'XD03'.
      CASE r_ucomm.
        WHEN '&IC1'.                             "dobbleclick
          READ TABLE itab INTO itab INDEX rs_selfield-tabindex.
          CHECK sy-subrc = 0.
          IF rs_selfield-fieldname = 'KUNNR'.
            SET PARAMETER ID 'KUN' FIELD itab-kunnr.
            CALL TRANSACTION 'XD03' AND SKIP FIRST SCREEN.  "# EC*
          ENDIF.
          CLEAR r_ucomm.
      ENDCASE.
    ENDFORM.                    "user_command
    Plz let me know....
    thanks

    change select query like dis...
    SELECT akunnr aname1 aname2 aktokd aerdat astras aort02 aort01 apstlz aknurl a~regio
    bvtweg bvkbur binco2 csmtp_addr
    INTO CORRESPONDING FIELDS OF TABLE itab
    FROM kna1 AS a
    INNER JOIN knvv AS b ON akunnr = bkunnr
    LEFT OUTER JOIN adr6 AS c ON aadrnr = caddrnumber
    WHERE a~kunnr IN kunnr
    AND a~ktokd IN ktokd
    AND b~vtweg IN vtweg
    AND b~vkbur IN vkbur.

  • Business area against customer code

    Hi all,
            Is it possible to get business area against customer number...from which table??

    Hi,
    Business Area cannot be assigned to the Customer or Vendor Master Records. Business area is usually assigned at the G/L account levels, either manually or CO account assignment.
    BA is something which is a transactional Data in ref to the Customer or Vendor Master Records.
    For more info, please route your question to the SAP FI forum.

  • Regarding Customer Rejection

    Dear All,
    Please tell me how to cleare the Customer Rejection.

    Dear Reghavendra,
    You have receive the goods through Customer returns procedure.
    (a) If you are using sales order....you can use order type Returns, then you have o create return sales order, delivery document and process post goods issue document and billing document.
    (b) If you ae not using sales order, then you can use movement type 252 and receive back the goods from customer. Based on this document, you can raise credit memo to customer in FI module
    Hope this info will be useful.
    Regards,
    Muralidhara

  • Custom DSN message nor custom rejection message is appearing when Transport Rule Blocks incoming e-mail.

    Good Afternoon,
          My Customer is running Exchange 2013 CU5 that has a transport rule that is supposed to reject any email from a particular user as that user is no longer with the company. The transport rule rejects the message, BUT, it does
    not show the Custom DSN. It shows the default message:
    Delivery has failed to these recipients or groups:
    [email protected] Your message wasn't delivered because the recipient's email provider rejected it.
    Diagnostic information for administrators:
    Generating server: EXMBX01.DOMAIN.LOCAL
    [email protected] Remote Server returned '< #5.7.169 smtp;550 5.7.169 TRANSPORT.RULES.RejectMessage; the message was rejected by organization policy>'
    I have looked up the transport rule in Exchange:
    Get-TransportRule "User Reject" | fl *Reject*,Description
    RejectMessageEnhancedStatusCode   : 5.7.169
    RejectMessageReasonText           : This E-MAIL Address is no longer in service. Please Contact
                                        [email protected] for assistance
    SmtpRejectMessageRejectText       :
    SmtpRejectMessageRejectStatusCode :
    Description                                  : If the message:
    Is sent to '[email protected]'
    and Is received from 'Outside the organization'
    Take the following actions:
    Set audit severity level to 'High'
    and reject the message and include the explanation 'This E-MAIL
    Address is no longer in service. Please Contact
    [email protected] for assistance' with the status code: '5.7.169'
    I tried setting up to separate external DSN messages and tried both with the same results:
    Get-SystemMessage | ft -a -wr
    Identity            Text
    en\External\5.7.69  This E-MAIL Address is no longer in service. Please Contact [email protected] for assistance.
    en\External\5.7.169 This E-MAIL Address is no longer in service. Please Contact [email protected] for assistance.
    I tried to change the SmtpRejectMessageRejectText on both Exchange servers and got the following error:
    Set-TransportRule -Identity "User Reject" -SMTPRejectMessageRejectText "This E-MAIL Addre
    ss is no longer in service. Please Contact [email protected] for assistance"
    A specified parameter isn't valid on a server with the Hub Transport role installed.
        + CategoryInfo          : InvalidArgument: (SmtpRejectMessageRejectText:String) [Set-TransportRule], ArgumentExcep
       tion
        + FullyQualifiedErrorId : [Server=EXMBX01,RequestId=b2a61aba-179b-4867-85b8-cc47eba62701,TimeStamp=6/27/2014
        7:19:32 PM] [FailureCategory=Cmdlet-ArgumentException] 8BBE1900,Microsoft.Exchange.MessagingPolicies.Rules.Tasks.
      SetTransportRule
        + PSComputerName        : exmbx01.domain.local
    I really am having issues finding and answer. Any assistance would be greatful!
    Thanks,
    Lance Lingerfelt

    Hi Lance,
    Thanks for your update.
    According to the error that you pasted, "A specified parameter isn't valid on a server with the Hub Transport role installed.", it seems you have no proper permission to use some specific parameters.
    Even if there are many parameters in the Technet article
    http://technet.microsoft.com/en-us/library/bb125138(v=exchg.150).aspx , you may not have access to some parameters if they're not included in the permissions assigned to you. You need Organization Management and Records Management permissions, see
    the following links:
    http://technet.microsoft.com/en-us/library/dd633492(v=exchg.150).aspx
    http://technet.microsoft.com/en-us/library/dd335087(v=exchg.150).aspx
    http://technet.microsoft.com/en-us/library/dd638205(v=exchg.150).aspx
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Automatic posting bank charges against customer check bounce.

    Hi Friends,
    My client wants to post charges against check bounce in customer account automatically. Below is the accounting scenario for the same.
    Customer A/c Dr---200
    To Bank Charges A/c—200
    Can anybody let me know how we can post this accounting entry automatically while reversing clearing document.
    Regards,
    Ashu

    Hello,
    Can you share some more information, like at which stage you want to do it? and where will be offset entry, you are passing entry
    Customer A/C Dr
    To Bank Charge A/C
    However in this case Bank Account will also come in picture and there has to be one entry like
    Bank Charge A/C Dr
    To Bank
    Only then your bank will reconcile, Are you on New G/L?
    Please share more info
    THanks
    Parth

  • Unable to perform search query against custom property

    Hi,
    I'm trying to perform search against specific property yet I'm getting empty result set.
    I have list with some data on it and the field in question has it's value filled. I done full crawl on the site and the crawled property is present under search administration. Property has "Enable full-text search" checked and I'm able to
    find these list items when I simply type something like 123 in the search box. Yet I'm unable to perform search against that property using syntax like
    DocumentNumber:123.
    According to this
    http://msdn.microsoft.com/en-us/library/office/ee558911.aspx I need to setup managed properties first so I did. I created required managed property called
    DocumentNumber I checked Searchable and Queryable boxes on and mapped it to crawled property. After that I performed full crawl again as it is required (http://technet.microsoft.com/en-us/library/jj219667.aspx)
    but still unable to retrieve result when performing search against specific property. I does however return results when I perform search against default columns like
    Created or Author.
    Some guy had similar issue
    http://social.msdn.microsoft.com/Forums/en-US/1f9782ca-5105-4802-b477-ccdee392c6eb/keyword-query-search-on-custom-managed-property yet that solution does not work for me. I tried it with SharePoint 2013 Search Query Tool and it returns nothing.
    Queries I performed:
    123 - returns required results.
    DocumentNumber:123 - no results.
    ows_DocumentNumber:123 - no results.
    Any ideas what I'm missing?

    According to this
    http://msdn.microsoft.com/en-us/library/office/ee558911.aspx I need to setup managed properties first so I did. I created required managed property called
    DocumentNumber I checked Searchable and Queryable boxes on and mapped it to crawled property. After that
    I performed full crawl again as it is required (http://technet.microsoft.com/en-us/library/jj219667.aspx) but still unable to retrieve result when performing search
    against specific property.

  • BW not able to resolve "Top N" Condition against Custom Hierarchy in 3.0B

    I have a simple query that is attempt to display the "Top 15" Product Families in a customer BW Hierarchy.
    When I run the query I get a warning message that says BW cannot execute "Top N" queries against hierarchies, but the query runs successfully anyway (this is good).  The query actually sorts all the Product Families in Descending order (based on net sales).  This is good too.  The only problem is the query does not limit the results to the "Top 15" (even though I am sure the Condition is correct because I have done this many times without hierarchies)
    Any thoughts on how to overcome this problem and force the results to be limited to "Top N"?
    Thanks!
    Jim

    Hi Jim,
    I don't think that it will work for hierarchies because the condition checks at all hierarchy levels and tries to apply  the condition independetly so the overall result doesn't gets applied with the condition.
    Hope this helps.
    Don't forget to assign points.
    Venkat

  • Help with Filing Complaint against Customer Service "Supervisor"!??

    Can anyone give any insight on how to file a complaint against Verizon Wireless/Verizon Wireless Customer Service & their "Supervisor"??? I need to file a complaint with someone that is actually in management because there is no way that the so called supervisors that I have spoken with are actually supervisors... It is disgusting the way they treat their customers and accuse me of lying about the issues with my phone when I was actually in a Verizon store and the Verizon worker was on the phone with tech support and I explained to her that she can call that store and speak with the worker because I guarantee he will remember me and all she could say was "again, there is nothing I am going to be able to do for you.  You are more than welcome to go into the Verizon store tomorrow and speak with the worker there but that is not going to change anything because again, these charges are valid and I am documenting your account that we have discussed this matter and all charges are valid."  Completely unacceptable considering EVERY SINGLE WORKER prior to her understood the error and was to apply the credits on my account, the original customer service rep that spoke with the verizon store rep on my behalf after fixing the glitch in my phone said they would be applying the credits because it is NOT my fault I was given a refurbished phone that had internal glitches in it, but never applied the credits.  I spoke with number customer service reps and supervisors whom all claimed they were applying credits to my account, claimed they would give me a call back personally and never did and I was speaking with the supervisor regarding why this was never done after multiple calls in and she just decided to switch the whole thing around on me and just kept talking in circles because she had absolutely no concept of what the problem actually was, she would cut me off every time I would talk and continue to try to talk over me and just kept talking in circles and making absolutely no sense and contradicted everything she said and when I asked her to please explain because she was contradicting herself she just went back to talking in circles.  She is not qualified to be speaking with customers that have complex billing issues.  I need a REAL manager I can talk to about my issues and someone that is actually qualified.  Can someone PLEASE give me some advice???  Thank you!!!!  (and sorry for the long drawn out message - I am just SO worked up over this whole situation and how HORRIBLE they treat people - and I wouldn't even care so much about their attitude if they actually were talking some sense but to have an attitude, be clueless and STILL not correct my account is UNACCEPTABLE!)

    I am not fully sure what is going, but have try to dispute the charges in accordence with the customer aggreement? It is always good to read what you sign and maybe following this process will get you futher. If you want to read the full aggreement go here: Customer Agreement | Verizon Wireless
    "HOW AND WHEN CAN I DISPUTE CHARGES?
    If you're a Postpay customer, you can dispute your bill within 180 days of receiving it, but unless otherwise provided by law or unless you're disputing charges because your wireless device was lost or stolen, you still have to pay all charges until the dispute is resolved. If you're a Prepaid customer, you can dispute a charge within 180 days of the date the disputed charge was incurred. YOU MAY CALL US TO DISPUTE CHARGES ON YOUR BILL OR ANY SERVICE(S) FOR WHICH YOU WERE BILLED, BUT IF YOU WISH TO PRESERVE YOUR RIGHT TO BRING AN ARBITRATION OR SMALL CLAIMS CASE REGARDING SUCH DISPUTE, YOU MUST WRITE TO US AT THE CUSTOMER SERVICE ADDRESS ON YOUR BILL, OR SEND US A COMPLETED NOTICE OF DISPUTE FORM (AVAILABLE AT VERIZONWIRELESS.COM), WITHIN THE 180–DAY PERIOD MENTIONED ABOVE. IF YOU DO NOT NOTIFY US IN WRITING OF SUCH DISPUTE WITHIN THE 180-DAY PERIOD, YOU WILL HAVE WAIVED YOUR RIGHT TO DISPUTE THE BILL OR SUCH SERVICE(S) AND TO BRING AN ARBITRATION OR SMALL CLAIMS CASE REGARDING ANY SUCH DISPUTE."

  • Using Federated Security in BizTalk against custom Token Provider and Custom Token

    Hi,
    I as the topic states, I'm trying to get BizTalk to use a Custom Token Provider with custom tokens.
    So I thought this would be rather painless using ws2007FederationHttpBinding but got stuck. The problem is that the service expect soap action and a special structure (se example):
    Request:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsc="common.namespace" xmlns:ws="securitytoken.namespace">
       <soapenv:Header>
          <wsc:AutHeader>      
    Containing Custom Auth header information tags, about 20 or so
          </wsc:AutHeader>
       </soapenv:Header>
       <soapenv:Body>
          <ws:SECSSecurityTokenCreate_V1_0InputArgs>
             <ws:SecurityTokenCreateRequest>
                <ws:securityToken><!-- signed SAML assertion --></ws:securityToken>
             </ws:SecurityTokenCreateRequest>
          </ws:SECSSecurityTokenCreate_V1_0InputArgs>
       </soapenv:Body>
    </soapenv:Envelope>
    Response:
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <SECSSecurityTokenCreate_V1_0OutputArgs xmlns:ns2="common.namespace" xmlns="tokenservice,namespace">
    <SecurityTokenCreateResponse>
    <securityToken> <!-- THE Custom TOKEN --> </securityToken>
    </SecurityTokenCreateResponse>
    <ResponseState>
    <ns2:ErrorCode>0</ns2:ErrorCode>
    <ns2:Severity>0</ns2:Severity>
    <ns2:ComponentId>201</ns2:ComponentId>
    <ns2:StrErrorCode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" />
    <ns2:Message>OK</ns2:Message>
    <ns2:NativeError xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" />
    <ns2:LogSequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" />
    </ResponseState>
    </SECSSecurityTokenCreate_V1_0OutputArgs>
    </soap:Body> </soap:Envelope>
    Error Message in BizTalk, when I send message via ws2007FederationHTTPBinding to the SOAP service, as expected the soap structure dosent match the expected one from the server, most obvisly is the missing SOAP action and incorrect BODY element.
    System.ServiceModel.ProtocolException: The content type text/html; charset=iso-8859-1 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 521 bytes of the response were: '<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
    <soap:Body>
    <soap:Fault>
    <soap:Code>
    <soap:Value>Server</soap:Value>
    </soap:Code>
    <soap:Reason>
    <!--1 or more repetitions:-->
    <soap:Text xml:lang="en">Missing operation for soapAction [null] and body element [{http://docs.oasis-open.org/ws-sx/ws-trust/200512}RequestSecurityToken] with SOAP Version [SOAP 1.2]</soap:Text>
    </soap:Reason>
    </soap:Fault>
    </soap:Body>
    </soap:Envelope>'. ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
    at System.Net.HttpWebRequest.GetResponse()
    at System.Servi
    My plan to solve this is to try using beahviors added to the "inner" wcf binding that will help reconstruct the message from the standard form that I has, but I'm a bit vorried that I start to solve this and later on I'll have to add custom handling
    for token extraction and handling since the token should be placed in a custom header in the soap envelope with custom namespace =).
    So my question is, could this be solved via sw2007FederationHttpBinding or is an orchestration and some custom code for signing the path forward?
    Thanks in advance for any help or guidance!
    /Mattias

    It's a little tough to use sw2007FederationHttpBinding, I faced similar situation before. :(

  • Multiple Fax Numbers against Customer

    Hi Gurus,
    Customer has the requirement like if customer Master data has two fax number or more then that how can we generate output for all fax numbers. Like if Billing output gets generated then fax notification should be trigerred to all the fax numbers which is existed in customer master. how can we do that.
    Please reply
    Thanks in advance
    Navi

    hi naveen,
    create a new rol in you order -- let's say Y1 Partner for 2nd Fax-transmission as a Partner ( in German Ansprechpartner ).
    Now you can do a normal message für the ney partner. You can have an access only -as example - with vko.
    If the rol is enterd, the message will be found - if the rol y1 is not in the order, there will be no 2nd fax-transmission
    in my company i have
      - partner for the 2nd quotation
      - partner for the 2.ne order
      - 2 partners for additional deliverys
      - one additional partner for invoice
    It seems to be a lot, but the fax or mailreceivers are not the same as the one adress in the main compalies data -- and it works great.
    hans

  • XL Reporter - BP Catalogue Number against Customer

    Hi,
    We have identified a missing function in XL reporter(confirmed with SAP support).
    One of our client has maintained BP Catalogue number against their customers.  In XL Report, we intend to create a sales report that display:
    BP Catalogue number, Item No, Qty Sold, Sales Amount.
    However, we notice that it is not possible to retrieve BP Catalogue number into the report.
    Will this features be incorporated into XL Report in the near future?

    Thanks for the valuable feedback; we will take it under consideration.

Maybe you are looking for