BAPI in cable solution

Hey,
I know, it might be placed wrong here, but it´s also about debugging and maybe someone can help me out of trouble.
I have the task to find an error in an webDynpro application in the SAP cable solution.
In the backend, the va01/02/03 are extended with some new dynpros, where you can check, wether your chosen materials are available to deliver or not.
The dynpro shows a traffic light and the date, the material can be delivered. The customer people have tried to use the bapi BAPI_SALESORDER_SIMULATE, but they can´t find an indicator for the availibility so I have to find a function module or a way to check, if it is available or not.
So maybe anybody knows a function module for the cable solution to check the availibility(what I´m not expecting ), it would be the best way!
But if not, can anybody advise me, how to find out, where the traffic light is going to be set or which datafield is laying behind the traffic light?
I hope You can understand my problem. I only need to get the information, the traffic light shows in the availibility check of VA01/02/03 in the cable solution.
Thank You very much for Your help!
Message was edited by:
        Arne Hein

Gaurav,
Thanks for help.
However I would like to share  something with you. If we create BOM, same drum type would be deliver with cable.
Drum size would  be always changes based on length and size of the cable. So I don't think this would help us.
Share your idea...
Thanks.

Similar Messages

  • SAP R/3 4.6C Cable Solutions upgrade to ECC 6.0 DIMP

    Hi all.
    We are planning to upgrade SAP R/3 4.6C system (Cable solutions) to an SAP ECC 6.0 (EHP4 - DIMP). We have few questions related to this upgrade.
    1. Since Cable solutions add-on is no more available in ECC 6.0 and its getting replaced with DIMP, what kind of data conversion/migration we need to perform before or after upgrade?
    2. Is there a data migration document available in SDN or SMP? We could not find such document though the note  664712 says there is a document ""Migration from Cable Solution V4.6C/1A to DIMP""
    3. Does the data conversion/migration will happen from SAP 4.6C to ECC 6.0 or it needs an SCM system?
    Thanks & Regards
    Senthil

    Thank you for your reply Gerald & Sunny.
    Still I am not clear on the following
    1. Where do we get the CS-to-DIMP-Migration-Guide.pdf document?
    2. Is SCM a mandatory? or all CS data can be migrated to ECC 6.0 DIMP system?
    would appreciate, if someone can throw some insight
    Regards
    Senthil

  • I want purchase order bdc or bapi with full solution

    hi,
         if any one have purchase order bdc or bapi with full solution . plz send me .
         thanking u,

    hi
    Just take all required fields to create PO into one internal table . Just use BAPI_PO_CREATE1 function module. In that function module give internal table name. It will create the PO. Extra decorations like error messages and all you need to take care.
    Reward if it helpful.
    Thanks
    Siva Kumar

  • Cable solution - price for returnable drum

    Friends,
    Could somebody provide information about  sales cycle flow for the cable solution. I mean in general, we create order - delivery - invoice. Apart from this what  other steps one need to carry out.
    How drum would be selected for the cable and charge amount for the same?
    Thanks.

    Gaurav,
    Thanks for help.
    However I would like to share  something with you. If we create BOM, same drum type would be deliver with cable.
    Drum size would  be always changes based on length and size of the cable. So I don't think this would help us.
    Share your idea...
    Thanks.

  • BAPI alerts in Solution Manager

    Hi SAP Gurus,
    We have our SAP ECC 6 production server connected to Solution Manager. We need to configure alerts for the BAPI's running on the productin system. If the runtime of the BAPI exceeds 10 seconds, an alert is to be generated in the Solution Manager system. Could you please help me with the steps I need to follow. Thanks in advance.

    Hi SAP Gurus,
    We have our SAP ECC 6 production server connected to Solution Manager. We need to configure alerts for the BAPI's running on the productin system. If the runtime of the BAPI exceeds 10 seconds, an alert is to be generated in the Solution Manager system. Could you please help me with the steps I need to follow. Thanks in advance.

  • Wireless Cable Solution?

    I am trying to find a solution for adding a TV to my kitchen and receive at least local channels, but would prefer access to my uverse system. I am unable to run any cables, and a digital converter box does not work in that location. Are you aware of any  converter units that can pick up signals? Thanks in advance for assistance.

    There are a couple of wireless video products available from Best Buy.... RF-WHD200 is an HD source good for 40ft or so, and Terk makes a SD version with a bit more range that's expandable.... LF-30S . These would plug into an existing source, which means the TV would simply be a monitor to display whatever source is plugged into the transmitter.

  • Interfacing of Barcode with SAP 4.6c & IS Cable system

    Dear PP Grus!
    Client has been using SAP system (4.6 C with IS Cable Solution) since long. They want to interface Barcode system in such a manner that, at the time of  GR (some time automatic or some time normal) for production order, system will automatic trigger the printing of bar code.
    How to handle it?

    Dear Syed Farman Iqbal and all Experts,
    I required your help to implement IS Cable Solution. I want to go for Make to order stock as MRP strategy along with process mapping in SAP.
    Please provide your valuable guidance and any documentation if you are having.
    Thanks in advance.
    If any one having any idea about it please let me know.
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on Feb 25, 2009 12:40 PM

  • BAPI for KB11N Transaction

    Hi All,
    I have requirement to populate standard KB11N fields with few other custom fields also. Please suggest if there is any BAPI or better solution
    Thanks,
    Shariq

    Hi Shariq,
    Please find below mentioned BAPIs
    BAPI to post: BAPI_ACC_PRIMARY_COSTS_POST.
    BAPI to reverse: BAPI_ACC_ACT_POSTINGS_REVERSE.
    Reward points if useful.
    Regards,
    Amit

  • Simultaneous background jobs using the same BAPI issue

    I scheduled 2 simultaneous background jobs on a custom program using the same BAPI (closing PM orders).
    Run 1 to CLSD orders created on year 2001
    Run 2 to CLSD orders created on year 2000
    What happened was while run 1 was still active, run 2 encountered a dump and was cancelled.
    Upon checking in ST22, dump was generated in CO_ZV_CONSISTENCY_CHECK.
    Also, Run 2's dump happened when it encountered a data inconsistency for an order number being processed for Run 1.
    Since the BAPI is being accessed at the same time by the two jobs, Is it possible that the commit work on run 1 could affect the processing for the Run 2, hence the data inconsistency?
    Is this a buffer issue?
    Additionally, no dump is encountered when Run 1 or Run 2 is run by itself.
    I also encountered this issue before for creating Project and WBS using BAPI, but the solution we came up with was not to do parallel runs to avoid the error as this was a one time upload only.

    If the second job is dependent on the 1st job, then use following logic which will let you know the status of 1st job. Once 1st job is completed, call JOB_OPEN of 2nd job.
    ENDLESS loop till 1st job is completed
    DO.
    CALL FUNCTION 'BP_JOB_READ'
        EXPORTING
          job_read_jobcount     = w_jobcount
          job_read_jobname      = w_jobname
          job_read_opcode       = '20'
        IMPORTING
          job_read_jobhead      = wa_jobhead
        TABLES
          job_read_steplist     = i_jobsteplist
        EXCEPTIONS
          invalid_opcode        = 1
          job_doesnt_exist      = 2
          job_doesnt_have_steps = 3
          OTHERS                = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    To Display the status text as per the status type
      CASE wa_jobhead-status.
        WHEN 'S'. WRITE: / text-006. "'Scheduled'.
        WHEN 'R'. WRITE: / text-007. "'Released'.
        WHEN 'F'. WRITE: / text-008. "'Completed'.
        WHEN 'A'. WRITE: / text-009. "'Cancelled'.
        WHEN OTHERS.
      ENDCASE.
    IF wa_jobhead-status = 'F'.
    exit.
    ENDIF.
    ENDDO.
    PERFORM OPEN_2nd_JOb.

  • PXI-2567 cable

    Hi
    I received PXI-2567 module with only one connector without a cable. How can I get the cable?
    Attachments:
    IMG_6409.JPG ‏365 KB

    Wessyn,
    As outlined in How to Connect Signals to the PXI-2567, we provide a 78 pin DSUB connector and backshell kit for customers to create custom connectivity solutions for these modules. Many customer would use these to create their own cables or connectivity by soldering the connector to a cable or PCB. If you are interested in using a cable solution, it is not very difficult to find these solutions externally. Since this module is using a standard 78 pin DSUB connector, a quick internet search of "DSUB 78 Cables" reveals many external options for cables and connectivity.
    As always, verify that the cabling setup that you do select can handle the voltage and current levels that your application requires. Additionally, you must install connectivity solutions according to local safety codes and standards and according to the specifications provided by the cable manufacturer.
    Let me know if this did not answer your question!
    Frank,
    National Instruments
    Staff Software Project Engineer

  • BAPI's for Txn. /sapapo/rrp3

    Hi,
    In Txn. /sapapo/rrp3, we need to select the particular sale order document and we need to activate heuritic.  This process to be done in as background.  Since, this screen has ALV control, we are not able to do in background.
    Is there any BAPI or alternative solution for this....
    Regards,
    Ramki.

    Hi ,
    Unfortunately I dont have access to system. But, you can play with RRP3 screen using a BADI which is available.
    Beterr do one thing, Go to SE24, put the class name as CL_EXITHANDLER and put a break pont in it and run the RRP3 transaction. It will stop at respective  BADI and you can use the one which is needed for you. I remember that the usually the internal table which stores the data is CT_BUFFER.
    Only thing is you need to explore the BADIs in the RRP3 transaction using the above method.
    Thanks,
    Babu Kilari

  • LSMW - BAPI - BUS1112 - needed 2 LSMW

    Hello all,
    I followed the blog post below in attempting to use legacy system migration workbench to load cost center hierarchy data. My input file has 19 records. The first record is a comment line defining the file. The second record contains the controlling area. Records 3 through 19 contain  cost center hierarchy data.
    When the Idocs are created, the first  Idoc has segment one populated, but not segment two. All of the following Idocs have nothing in segment one, but segment two is populated correctly. The data file is attached.
    I would've expected that when the Idoc is created it would have  a segment one record and 17 segment two records.
    I'm sure this must be some configuration that I set up incorrectly. But I'm not quite sure what to look at what or what needs to be changed.
    Any insight would be greatly appreciated.
    Bruce
    scn.sap.com/community/erp/financials/blog/2012/08/10/loading-cost-center-hierarchy-cch-into-sap-using-bapi-lsmw
    The solution I used was to create 2 LSMW objects.
    1.  ceate all cost center groups at level 0.  Use the following BAPI settings:
    BUS1112 
    Cost center group
    ADDNODE
    COSTCENTERGROUP_ADDNODE
    COSTCENTERGROUP_ADDNODE01
    2.  set the parent child relationships using the following BAPI settings:
    BUS1112 
    Cost center group
    CREATE                 
    COSTCENTERGROUP_CREATE 
    COSTCENTERGROUP_CREATE01

    In your lsmw mapping, set the value of  'context' as 0001.
    This will solve your problem.
    Bijay

  • Helpdesk - BOR Object for Notification Create BAPI

    Dear All,
    Kindly help in finding the BOR object for the notification creates BAPI 'BAPI_NOTIFICATION_CREATE'. This BAPI is used in the BSP application 'DSWPNOTIFCREATE'.
    But when tried to search from the where used list of this BAPI, which is used as function module, in SE37, no output is displayed. The message is displayed saying this object is not used anywhere.
    When tried to search this BAPI in the BAPI transaction of solution manager, I was unable to locate it.
    So how to find the BOR object for any BAPI. Is there is any BOR object present for the above BAPI in solution manager.
    Thanks & Regards

    Hi Sapna,
    For Creating the Notification, SAP provides 'BAPI_ALM_NOTIF_CREATE'. You can search the object name for the above BAPI in BAPI tode under PM node.
    And you can search in SWODTV table putting the BAPI name in ABAPPROG field.
    You have to call BAPI_ALM_NOTIF_SAVE for saving the Notification and commit.
    Manoj.

  • BAPI extension

    Hi all,
    I am dealing with VD02 transaction, the screen of which is enhanced with one more tab in the std screen. The screen field is ZZOSC, which has been added to KNA1 table. Now, i want to update the ZZOSC field value based on a logic. I have found a bapi BAPI_CUSTOMER_EDIT which has all the required fields except ZZOSC. How can i add this field to the bapi above? Is the use of bapi the right way for solving this or i should go for badi or user exits? Name of the badi will be additionally helpful. Preferably, provide a solution through the use of BAPIs. Relevant solutions will be rewarded for sure.
    Vishwanath

    Hi all,
    I am dealing with VD02 transaction, the screen of which is enhanced with one more tab in the std screen. The screen field is ZZOSC, which has been added to KNA1 table. Now, i want to update the ZZOSC field value based on a logic. I have found a bapi BAPI_CUSTOMER_EDIT which has all the required fields except ZZOSC. How can i add this field to the bapi above? Is the use of bapi the right way for solving this or i should go for badi or user exits? Name of the badi will be additionally helpful. Preferably, provide a solution through the use of BAPIs. Relevant solutions will be rewarded for sure.
    Vishwanath

  • How to trigger Solution Manager Change request from an external system

    Hello All,
    I have a scenario where in I would like to create and trigger a Change Request in Solution Manager from an external system, for instance, a custom web application. How could this be done? Are there standard interfaces (BAPIs) available in Solution Manager for doing this? If yes, then what are the BAPIs? Or Can a custom RFC be developed to achieve this..? If yes, then what are the underlying / base BAPIs that could be wrapped?
    Any pointers will be highly appreciated. Sorry if the question is naive. I'm a novice to the Solution Manager topic.
    Bala

    Hi Bala,
    I am facing the same issue. I want to create a change request in background from an external application, like an adobe form for instance. Would you be so kind to tell me, which BAPI you used in your solution?

Maybe you are looking for

  • My phone is unable to make outgoing calls, receiving them and sending and receiving both SMS and IM are all ok? Anyone have solutions?

    I have an IPhone 4 , which is on a Vodafone network, when I try and make outgoing calls it says 'call failed' . I am still able to send/receive SMS and IM and receiving calls is also so problem, does anyone have any solutions?

  • [SOLVED] No Sound on Fresh Install

    Well, I decided to try Arch. I was very proud of myself for managing to install everything. I even loaded KDE. I wanted to try a KDE only OS for a while. Well, all my pride was stomped out quicjky, in that I have no sound.  I did the following: 1. in

  • SHIPPING EXECUTION에 대해 DEBUG FILE을 생성하는 방법

    제품: Applications 작성날짜 : 2006-05-30 SHIPPING EXECUTION에 대해 DEBUG FILE을 생성하는 방법 ========================================== PURPOSE Shipping Execution에 대해 Debug file을 생성하는 방법을 기술함. Explanation Log file을 생성하기 위한 여러 방법들이 있으며, 이는 다음과 같은 patch level에 의해 결정된

  • Oracle 10g DCN

    Hi, I am trying to use the new feature DCN in oracle 10g. I am using oracle 10g (10.2.0.3.0). I have followed the instruction given in the link http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_dcn.htm#CHEIJIHI to develop my app

  • Change system folders name in mavericks

    Hi all, there is a way to change the system folder name in Mavericks as described in this article? http://www.macworld.com/article/1046866/renamesystemfolders.html Thank you