Contract Management-Reading contract number in another WD component

Hi All,
I am trying to access the Contract number attribute (V_CTR_H_BD.HEADER_BD.OBJECT_ID) from the webdynpro component /SAPSRM/WDC_CTR_DODC_H_BD.
I want that attribute to be accessed in the WD component /SAPSRM/WDC_DODC_CND view V_DODC_CONDITION.
So, in order to achieve the above requirement, I tried to add a node as an Interface Node in the webdynpro component /SAPSRM/WDC_CTR_DODC_H_BD. But, I am unable to create any node in the component controller of WD component /SAPSRM/WDC_CTR_DODC_H_BD as a Interface Node, and hence, I am unable to create any node of Interface Controller. This is due to the reason that the node that we are creating have the Interface Node option in disable state.
Can anybody suggest what approach we need to follow to satisfy the above requirement? (It would be great if the resolution will be containing the steps)
Regards,
Susanta

Hi Igor,
You can call publish_current( ) method on your context node at the place where you programmatically change the content to make them reflect directly. The syntax will be as follows:
me->typed_context-><node_name>->collection_wrapper->publish_current( ).
Replace <node_name> with the node where you change the data.
Try this and check if it works.
Regards,
Shiromani

Similar Messages

  • Moving equipment from one contract number to another contract

    Hi experts,
    I got a requirement to move line items of one contracts to another contracts .
    While moving line items into the target contract , I have to move material , quantity and equipment number.
    I am able to do for material and quantity by using BAPI_CUSTOMERCONTRACT_CHANGE ,but I am unable to
    move Equipment number of that line item to target line item.
    Please provide me some solution.
    Thanks in advance.
    Srinivas.

    The query is not so clear.
    If you mean to say you would like to consider order processing thru billing between two different compnay codes, then you will have to go for Inter company processing.
    Please check this link on inter company process
    Re: Intercompany Billing not Intercompany STO
    Hope this helps
    Regards
    Sai

  • PR with contract number.

    HI,
    Can anyone please guide me the following process
    In Material management we have created the  service contract with A vendor for set of activities. My docubt is :it is possible to assign this contract number to purchase requsition which has come from project system.
    Regards,
    Renuga.A

    Hi,
    As Raman said, you can create PR with reference to Contract. If you are using Service contracts then you can use Item category as D and account assignemnt as U (or as per your requirement). Then you will have to enter contract number in outline agreement field of PR item overview. And you will be prompted to enter Service details. This works well without PS. You can try it with PS as well and let us know if it worked for you.
    Thnx.

  • What happens if I store Master Contract number in standard contract?

    Hello,
    This is the follow up question about linking Master contract and Standard Contract.
    I have found that there is a field to store a Master Contract number in a Standard contract.
    If I enter Master Contract number there and display Master contract through VA43, I could see the standard contract number.
    But my question is that that is all its functionality?
    What is the benefit of doing this?
    Regards,

    mochadduk wrote:
    I have a Droid 3. I live in New York, and my contract/plan is in New York. I intend to take my phone to California when I go on vacation there soon.
    I would like to know: Will it show up on my statement or anywhere else on document that I have made calls/sent text messages in California? Will I be responsible for roaming surcharges or anything like that, because I'm out-of-state?
    Apologies for the silly questions - I'm not sure about any of this. Thank you in advance for your help!
      There should be no additional charges on your bill, roaming charges in the US went away quite a few years ago. I live in NY and have traveled to Vegas and California in the past and have made/received calls and texts with no problem. It will show on your bill the location that the call came from, but there is no charges.
      Now, out of the continental US is another story.

  • I want to add LOV of Contract Number in quality plan.

    need helping query to add LOV of Contract Number in quality plan which is dependent on invoice number

    FYI - the OP has failed miserably to provide even enough information for us to recommend the proper forum.
    Is it:
    {forum:id=82}
    {forum:id=83}
    {forum:id=210}
    {forum:id=137}
    or something else?

  • Contract number not appearing in PO while converting PR into PO using ME21N

    Hi SAP MM Experts,
    We are having scenario as Demand PO  SOPRHub PO. We are creating demand PO for company code 1700 by setting massage type ZYT1 in that because of which SO got created through Idoc. In that SO, PR is updated. This is the Hub PR which is created automatically for hub plant 4511 & company code 4500. In this PR, on source of supply tab contract & vendor are appearing as required. When I am converting this PR in PO using ME21N the contract number is not fetching into PO though it is there in PR. This is the issue.
    I know the source list (ME03) having multiple sources & contracts so that I need to follow 2 steps as:
    1) We need to fix the vendor in source list
    2) In change mode of PR we need to assign source manually by clicking on u2018Assign source of supplyu2019 button.
    But avoiding these two steps, how can it possible to fetch contract number into PO from PR.
    Any pointers in this case will be great help for me.
    Thanks in advance.
    Regards,
    Sachin Patil

    does the item in your contract have a different item category or accounting category than in your PR/PO?

  • FBL5N t code and BSEG table is showing wrong contract number

    Hi,
    The proces flow is contract number>sales order>DMR-->Invoice
    Now when I am checking the VBFA table it's showing correct contract number against invoices but FBL5N t code and BSEG table are showing wrong contract numbers.
    Why FBL5N and BSEG table is showing wrong contract number?
    Currently we are using one enhancement and user exit is used to incorporate one customized field as identifier for bill type.
    1. During the billing document release to accounting VFX3, The user exit triggering and it is update the customized fields and Net settlement indicator.
    2. Using the Invoice number, get the fields VGBEL(Document number of the reference document) and VGPOS (Item number of the reference item) from VBRP and read table VBAP with VBELN and POSNR, to get DMR number (Sales Document) that created for the Invoice.
    3. Use fields VGBEL and VGPOS on table VBAP to get the sale order number.
    4. By using the Sales order number, get the Distribution channel to update Net indicator field
    In accounting table BSEG-UZAWE = JF must be updated on the customer line.
    5. Retrieve the sale order number and item level to get customized field from table VBAP
    Any pointers.
    Thanks
    Ashu

    Hi Reazuddin,
    Thanks for your reply,
    I am concercerned about BSEG table and using user exit EXIT_SAPLV60B_008 to post the document in FI.
    Now in we have enhanced this user exit  for contracts and included in this way.
      SELECT SINGLE ZZ_CONTRACT FROM VBAK INTO (LC_CONTRACT) WHERE VBELN EQ cvbrp-vgbel.
    Endloop.
    *Moving the values to final accounting table
    loop at xaccit.
    xaccit-vertn = lc_contract.
    xaccit-VBEL2 = xaccit-AUBEL.
    xaccit-xref3 = lc_vbel2.
    MODIFY xaccit .
    ENDLOOP.
    Clear: lc_contract,lc_vgbel,lc_vgpos,lc_vbel2.
    But I am getting correct data when checked other clients( development and quality), this problem I am getting in production.
    Do I need to ask the ABAP'er to debug this enhancement in production?
    Thanks
    Ashutosh

  • Want to add LOV in Contract NUmber in Quality Plan.

    need some helping query to add LOV in Contract Number in Quality plan which have relation with invoice number.

    usman777 wrote:
    need some helping query to add LOV in Contract Number in Quality plan which have relation with invoice number.What is an LOV?
    What is a contract number?
    What is a quality plan?
    This is an SQL and PL/SQL forum..
    Better you put the issue in relevant forum. This is the Forum Home, where you can find all the available forum links
    if you mean, a list of value in oracle Forum, check in Forms forum:{forum:id=82}
    I would also suggest you to read the FAQ - {message:id=9360002}

  • ERROR: Clearing cannot be reversed (contract number)

    Dear Experts,
    When i go to t.code FBRA and want to reset the doc clearing. The error appear with Message no. F5538 Clearing cannot be reversed (contract number).
    This is the Diagnosis
    It is not possible to terminate clearing because a contract number was posted in the line item 002 of the document 1500000088 3500 2011.
    Please anyone, who can answer this case.

    Hello Vivek,
    Thank you for your information. It's very helpful for me.
    On this sap notes, it said 2 program RFVD_CHK_REMOVE_CLEARING or
    RFVD_CHK_CHANGE_CLEARING.
    You can use program RFVD_CHK_REMOVE_CLEARING for customer, but for vendor you can use RFVD_CHK_CHANGE_CLEARING.
    CHANGE CLEARING only break the link between two document and open one side only.
    You need to run the program once more for clearing document, so both of them will open again.
    If you don run for the second once, the clearing document still closed.
    After that you can use t.code FB08 to reverse that document.
    Hope this will help the others one.

  • To find partners from contract number

    Hello All,
    I have a contract number.I have to find out the following partners at header level :
    Bill to party
    Bill to party contact person
    ship to party and
    ship to party contact person.
    Please guide me as to how do I go about it.
    relevent replies will be handsomely awarded points .
    Regards
    Dukhi Atma

    Hi Atma,
    Please go to VA42 transaction enter your contract number then go to menu Goto>Header>Partner here you can find Bill to party and ship to party you select bill to party or ship to party then go to menu Environment> Partner>Display ship to party noe sytem will take you to the customer master of that ship to party here you can find contact person tab under General Data.
    I hope it will help you,
    Regards,
    Murali.

  • Userexits/BADI in ME31K for getting the contract number created.

    Dear Experts,
    Is there any userexits/BADI available in ME31K , for getting the contract number once it is created.
    Thanks&Regards,
    Anversha

    Hi
    find the BADI:
    1. Goto SE24
    2. Open the class "CL_EXITHANDLER"
    3. Open the Metnod "GET_INSTANCE"
    4. Put a Break point in the "  CASE sy-subrc."
    CALL METHOD cl_exithandler=>get_class_name_by_interface
        EXPORTING
          instance                      = instance
        IMPORTING
          class_name                    = class_name
        CHANGING
          exit_name                     = exit_name
        EXCEPTIONS
          no_reference                  = 1
          no_interface_reference        = 2
          no_exit_interface             = 3
          data_incons_in_exit_managem   = 4
          class_not_implement_interface = 5
          OTHERS                        = 6.
      CASE sy-subrc.
        WHEN 1.
          RAISE no_reference.
        WHEN 2.
          RAISE no_interface_reference.
        WHEN 3.
          RAISE no_exit_interface.
        WHEN 4.
          RAISE data_incons_in_exit_managem.
        WHEN 5.
          RAISE class_not_implement_interface.
      ENDCASE.
    5. Come Back and Execute the Transaction Code
    6. In the Debugging screen "exit_name" having the BADI Name for that Tcode.

  • UserExit/BADI for getting the contract number in ME31K

    Dear Experts,
    Is there any userexits/BADI available in ME31K , for getting the contract number once it is created.
    Thanks&Regards,
    Anversha

    Hi
    find the BADI:
    1. Goto SE24
    2. Open the class "CL_EXITHANDLER"
    3. Open the Metnod "GET_INSTANCE"
    4. Put a Break point in the "  CASE sy-subrc."
    CALL METHOD cl_exithandler=>get_class_name_by_interface
        EXPORTING
          instance                      = instance
        IMPORTING
          class_name                    = class_name
        CHANGING
          exit_name                     = exit_name
        EXCEPTIONS
          no_reference                  = 1
          no_interface_reference        = 2
          no_exit_interface             = 3
          data_incons_in_exit_managem   = 4
          class_not_implement_interface = 5
          OTHERS                        = 6.
      CASE sy-subrc.
        WHEN 1.
          RAISE no_reference.
        WHEN 2.
          RAISE no_interface_reference.
        WHEN 3.
          RAISE no_exit_interface.
        WHEN 4.
          RAISE data_incons_in_exit_managem.
        WHEN 5.
          RAISE class_not_implement_interface.
      ENDCASE.
    5. Come Back and Execute the Transaction Code
    6. In the Debugging screen "exit_name" having the BADI Name for that Tcode.

  • Can I use T-Mobile contract free with another operator in another country?

    Can I use T-Mobile contract free with another operator in another country?

    No. You need an officially unlocked iPhone. Contract free DOES NOT equal officially unlocked. All contract free means is that you are not obligated to a contract, nothing more.
    In the US, only Apple sells officially unlocked iPhones.

  • Contract number to prepaid

    i have 31 days left on my contract phone plan. I had a smartphone and it died so i bought a cheap phone  several months ago ive been using to get buy until my contract ends. it will cost me 130 dollars to cancel my phone 31 days early so i am waiting until then to cancel the contract. I bought a prepaid samsung illusion from walmart and i am wanting to send my current contract number to my prepaid phone. Ive read several board postings that said this is possible and talked to a rep on chat that was very helpful and also said it was possible.  What i am wondering now is
    Can i go ahead and activate my prepaid phone just to play around with it and use wi-fi? according to the activation guide once i enter my zip i will be given a phone number and account security code for this phone. will i still be able to put my old contract number onto the prepaid phone once it has already been activated? or will this complicate things. Thanks!

        We would be delighted to assist Tom1982! There are a few stipulations to this option. For further assistance please reach out to our Prepaid Support Team at 888-294-6804. We look forward to hearing from you soon, thanks!
    MatthewS_VZW
    Follow us on Twitter @VZWSUPPORT

  • Contract number not transferred to back-end PO?  Is this an SAP bug?

    System: SRM 4.0 - Classic Scenario
    Problem:
    Iu2019m creating "limit" carts with reference to ECC back-end contracts.  The functionality seems to be available in SRM and I expected it to work in the same way as the "describe requirement" shopping carts (i.e. the contract number added to the shopping cart is transferred to the back-end and the ECC PO is subsequently created with reference to the contract)
    However, for u201CLimitu201D carts, I've added the contract to the shopping cart, but it does not get passed to the follow-on ECC back-end PO.
    These are steps I am following (end-to-end):
    1.     Create contract in ECC (ME31K)
    2.     In SRM, add Vendor and Contract Number/Item to preferred vendor list and Release
    3.     Create u201CLimitu201D shopping cart with relevant material group and vendor
    4.     Search and select contract
    5.     Order and Approve shopping cart as required
    6.     Identify ECC back-end PO number
    7.     Display ECC PO using ME23n, select item and check reference to contract.  **Contract number is blank!**
    If I check table EKPO the Agreement Number field for the PO is blank.  I.e. it has not been transferred from SRM to ECC when the PO is created.
    As I mentioned, the contract is transfered for "describe requirement" carts, but not "limit" carts.
    I have tested this in another system and I have the same problem.  I believe this is a SAP bug.  We have raised an OSS note, but awaiting a reply.
    Has anyone else experience this issue and can provide any guidance?
    Matt

    Hi Matt,
    We have a similar issue. We've implemented SRM 7 in classic scenario with ECC 6.
    A limit shopping cart is created in SRM and assigned contract limits. The shopping is approved and creates a purchase order in the backend.
    1) The contract number is not available in the limits tab on the purchase order. The expectation was that the contract number from the shopping cart shows up here. BAPI_PO_CREATE1 does show that the information is being passed from SRM.
    2) The F4 search for contract in SRM does not retrieve contracts from the backend. The search seems to only look for local contracts.
    I would appreciate your insight on this issue and if you could share any information that SAP provided.
    Thanks,
    Hemanth

Maybe you are looking for

  • Page order for booklet in pdf

    Hi! I have to make a booklet. I created it with facing pages in A5 format. If I would print it directly from InDesign by choosing "Print Booklet" everything seems ok - it put all pages in order to later stick everything together in the right way on A

  • How do i remove a small cd stuck in the cd drive

    I am failing to remove a mini disc that i inserted in the cd drive. Can anyone tell me how to do it

  • Where did my pics go ??? Transferred pics from memory card to Mac Pro and lost pics on memory card and unable to find on Mac

    where did my pics go. Transferred 40-50- pic from camera memory card to Mac via  slot; lost pics on memory card and unable to find anywhere in Mac. May have gone to Open Office as Data . Is that possible and if so can I get pics back or if not so ,wh

  • Mise à jour Imovie 10.0.2 impossible

    Bonjour, Depuis la mise en place de la version 10.0.2 lorsque je veux la mettre la jour le message impossible de mettre à jour votre version: erreur inconnue. Si elle est inconnu pour Apple je ne risque pas de savoir pourquoi je n'y arrive pas??? J'a

  • Oracle XE Service has dissappeared...

    Hi, I backed up Oracle XE, and after a reboot the Oracle XE service seems to have dissappeared. When I try and start the database I get a message saying that the service is invalid. When I check in Services the service is missing... I am running the