FM or BAPI to create the Content Component Hierarchy ( jji7 )

Dear All,
Is there any FM or BAPI available to create the Content Component Hierarchy ( jji7 ) which is related to IS Media.
Thanks,
Senthil.

Hello,
sorry but in SAP standard is no Bapi available for the creation of the content component.
It does make no sence because normally you should create the content component once only.
I hope that the information are helpful.
regards
Claudia

Similar Messages

  • Bapi for content component hierarchy JJI7

    Dear All,
    Is there any FM or BAPI available to create the Content Component Hierarchy ( jji7 ) which is related to IS Media.
    Thanks,
    Senthil.

    Refer:
    [http://help.sap.com/saphelp_nw2004s/helpdata/EN/49/ae67401d4988448036b180dc9ec1e6/content.htm]

  • FM/BAPI for creating the credit memo request for Vendor

    Hi Experts,
        I need an RFC/BAPI,  for creating the credit memo request for Vendor.
    Thanks in Advance,
    Kiruba.R

    Hi,
    Use this BAPI 'BAPI_DRMCREDITMEMOREQ_CREATE' - Credit Memo Request Creation
    Regards,
    Jyothi CH.

  • 'Failed to Create the SOA Component'

    Hi All,
    I have installed the Jdeveloper 11.1.1.3.0 in my windows 7 machine.
    Versions are as below,
    ADF Business Components 11.1.1.56.60
    BPMN Editor 11.1.1.3.0.6.84
    Java (TM) Platform 1.6.0_18
    Oracle IDE 11.1.1.3.37.56.60
    SOA Composite Editor 11.1.1.3.0.25.57
    Versioning Support 11.1.1.3.37.56.60
    machine RAM - 2GB
    Have enough hard disk spaces (more than 50 G)
    Im getting a error *'Failed to create the SOA component'* when i trying to create a BPMN project.
    It works properly for BPEL projects.
    I have reinstalled the jdeveloper several times, but didn't work.
    What should i do???
    Thank You.......
    Edited by: Nir on Apr 8, 2012 10:01 PM

    Yes ..
    version is ----> BPMN Editor 11.1.1.3.0.6.84
    when i try to include a *'BPMN Process'* to Composite.xml it gives below error,
    java.lang.NullPointerException
         at oracle.bpm.fusion.soa.SCAComponentBPMN.createImplementation(SCAComponentBPMN.java:71)
         at oracle.tip.tools.ide.fabric.gui.controller.ActionComponentEdit.add(ActionComponentEdit.java:102)
         at oracle.tip.tools.ide.fabric.gui.controller.ActionComponentEdit.process(ActionComponentEdit.java:78)
    Thank You
    IS THERE ANYONE TO HELP ME ?????
    Edited by: Nir on Apr 8, 2012 11:27 PM
    Edited by: Nir on Apr 9, 2012 3:12 AM
    When i create the project in a different folder it got created.
    But i cant create BPMN projects in new folders
    Thanks
    Edited by: Nir on Apr 10, 2012 1:58 AM

  • Can u tell me any bapi to create the purchase req with sales order as refer

    can u tell me any bapi to create the purchase req with sales order as reference?

    Hi Mukesh,
    You can use 'BAPI_REQUISITION_CREATE' for the purchase requisition creation if through transaction, you use transaction ME51N for creating the purchase requisition.
    Cheers,
    Sujay

  • BAPI to update the bulk component in the packaging order.

    Hi ,
    I am working for the process order.
    I want to update the bulk component in the packaging order with the goods receipt batch number of the bulk order.
    Is there any BAPI that I can use for updating the bulk component or I need to use the BDC?
    Regards,
    Kiran Kumar

    Hi Kiran kumar,
    As per my knowledge, there is no BAPI for process order component update
    you need to use BDC for this
    regards,
    sankaran

  • How to create the Declarative Component?

    Hi,
    I am using jdev 11g Release 2.
    I want to create reusable component. So I want to create a declarative component.
    Please let me know some sample and study materials.
    Regards,
    Ragu

    another examples can be found in these links:
    Missing In or Out Parameter at Index 1
    http://andrejusb.blogspot.com/2009/10/custom-declarative-components-in-adf.html
    http://download.oracle.com/docs/cd/E17904_01/web.1111/b31973/af_reuse.htm#CACBFGFC

  • Error while creating the development component project

    Hello
    i tried to create development component project through NWDS which is expected to be used as CallableObject but it gave following exception
    Plugin name: Web Dynpro Archive Builder
    Plugin ID: com.sap.ide.webdynpro.archivebuilder
    Class: com.sap.ide.webdynpro.archivebuilder.project.WebDynproDevelopmentComponentProjectWizard
    Method: createProject(String, IPath, IProgressMonitor)
    Message: Invalid project description.
    Exception: org.eclipse.core.internal.resources.ResourceException: Invalid project description in plugin name
    I am using NWDS 7 version and using J2EE engine of NetWeaver 2004s server.
    Thanks in advance.
    Regards
    Rajeev

    Hi
    sorry for that
    see the below link ,it will be helpful for u.
    Re: development component
    Regards
    Hazrath

  • Bapi to create the MIRO

    Hi All
    I  want to  create MIRO using the purchase order document, can any one please suggest the BAPI
    with which i can create.
    Thanks & Regards,
    Nehaa.

    The BAPI are available for a long time now - check Note 381593 - MIRO/MIR7/MIRA: Batch Input is not possible
          Object name: IncomingInvoice     
            Object type:  BUS2081     
            Method:      
               CreateFromData (add incoming invoice)     BAPI_INCOMINGINVOICE_CREATE
               CancelSingle (cancel incoming invoice)     BAPI_INCOMINGINVOICE_CANCEL
               ReleaseSingle (release incoming invoice)     BAPI_INCOMINGINVOICE_RELEASE
               GetList (list incoming invoice)     BAPI_INCOMINGINVOICE_GETLIST
               GetDetail (display incoming invoice)     BAPI_INCOMINGINVOICE_GETDETAIL
               ParkFromData (park incoming invoice)     BAPI_INCOMINGINVOICE_PARK
               SaveFromData(mark incoming invoice for background verification) BAPI_INCOMINGINVOICE_SAVE.
    Don't be afraid to use the search toll with keywords like BAPI+MIRO
    Regards,
    Raymond

  • CREATING THE LOV COMPONENT PROGRAMATICALLY

    I am trying to create SelectInputText programatically like this
    lovitem = (CoreSelectInputText)apps.createComponent(CoreSelectInputText.COMPONENT_TYPE);
    lovitem.setId("lovitem");
    lovitem.setLabel("Application Id");
    lovitem.setShortDesc("Click to get a value");
    lovitem.setAction(new ConstantMethodBinding("dialog:launchLov"));
    javax.faces.el.MethodBinding mb = apps.createMethodBinding("#{Application1.lovTestField_valueChangeListener}", new Class[] {
    javax.faces.event.ValueChangeEvent.class
    lovitem.setValueChangeListener(mb);
    lovitem.setWindowWidth(300);
    lovitem.setWindowHeight(200);
    findComponent("form1").getChildren().add(4,lovitem);
    In my faces-config.xml I have given the following navigation
    <navigation-rule>
    <from-view-id>/Test.jsp</from-view-id>
    <navigation-case>
    <from-outcome>dialog:launchLov</from-outcome>
    <to-view-id>/Test2.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    My heterogeneous custom component is rendered fine but when I click on
    LOV icon nothing happens.
    Can anybody help me in the same..
    it is an urgent requirement for us.
    Regards
    Ravi

    I am trying to create SelectInputText programatically like this
    lovitem = (CoreSelectInputText)apps.createComponent(CoreSelectInputText.COMPONENT_TYPE);
    lovitem.setId("lovitem");
    lovitem.setLabel("Application Id");
    lovitem.setShortDesc("Click to get a value");
    lovitem.setAction(new ConstantMethodBinding("dialog:launchLov"));
    javax.faces.el.MethodBinding mb = apps.createMethodBinding("#{Application1.lovTestField_valueChangeListener}", new Class[] {
    javax.faces.event.ValueChangeEvent.class
    lovitem.setValueChangeListener(mb);
    lovitem.setWindowWidth(300);
    lovitem.setWindowHeight(200);
    findComponent("form1").getChildren().add(4,lovitem);
    In my faces-config.xml I have given the following navigation
    <navigation-rule>
    <from-view-id>/Test.jsp</from-view-id>
    <navigation-case>
    <from-outcome>dialog:launchLov</from-outcome>
    <to-view-id>/Test2.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    My heterogeneous custom component is rendered fine but when I click on
    LOV icon nothing happens.
    Can anybody help me in the same..
    it is an urgent requirement for us.
    Regards
    Ravi

  • Creating the Shop Component  XCM

    Hi,
    We are configuring ISA in ECC 5.0(ERP).
    When trying the URL http:///shopadmin/shopadmin/init.do we are getting a message "ISA Framework: Internal Error No XCM application configuration has been passed and there is no default XCM application configuration defined. Check XCM configuration".
    I have a question about shop component configuration. If my shop is new (not upgrade), what I need to put in field "Object-Path" and in defaultShopId. I tried with blank fields and with values. But I´m not sure about this fields. I think that error in Web Shop could be for this fields.
    Please help us regaring this.

    Review forum CRM

  • Can not create an Application Component on SAP R/3 system

    I have a source as SAP R/3 ( ECC 6.0 ) and Target as SAP BW 7.0
    a)Log on to SAP BW 7.0 and used  the “ID3CLNT400”  source system ,  by using  Modeling --
    > Source System  --  choose “Customizing Extractors”  from the context menu of the source system “ID3CLNT400”
    In the transaction  SBIW  on the SAP Source system , choose  the Business Information Warehouse -- > Post Processing of DataSources
    &#61550;     > Edit DataSources and Application Component Hierarchies.
    Choose the “IMG Activity “ Here , I am getting one warning.
    "NO Valid Application Component Exists"
    When I hit the continue button .
    Here when I create an Application Component and “SAVE”  the changes, I am getting the following error.
    Package "Z_Train" doesnt exists. Chose "Display Object " or "Cancel"
    Because of this , I couldn’t creat an Application component and also couldnot load any thing on the SAP BW side. Also , I am no way connected to the "Z_TRAIN" Package

    can u pls tell me how u solved it
    I am working on  Production system  when I go to rsa5 it displaying the msg
    No valid application component hierarchy exists
    Message no. R8053
    Diagnosis
    Currently no application component hierarchy ("APCO_MERGED", database table RODSAPPL and RODSAPPLT) exists in the system. This is required in BW so that the DataSources can be displayed correctly in the source system tree.
    Procedure
    Copy the application component hierarchy from the Content using transaction RSA9.
    In development system I went to RSA9 & transferred the application componet then its asks or pkg name I have given the pkg  name also before use the datasrcs , I have transported the same thing to production before transporting the datasrcs but in production the application component herarachy did not get transported I think that why its giving the msg No valid application component hierarchy exists but my datasrcs got transported ,pls suggest me what has to be done
    Should I import the same request in to production again
    Or shall I run rsa9 again & transfer the application component hierarchy again & transport it to production id I do this will already transported datarscs have any effect in production

  • Content Component & Booking Unit

    Dear Forum,
    I am new to SAP Media and am responsible for Adveritsing Management in my business,I want to know the exact difference between a content componet and a booking unit, how they are related each other.,
    Would be greatful if any body comes up with an example.
    Thanks in advance

    Hello,
    Content Component:
    A content component describes items in an ad within a publication. This can be a column, a section or a special publication.
    Menu path:
    SAP Menu->Logistics->Advertising Management->Master data->Booking->Content Component->Create
    Transaction: JJI1 / JJI2 / JJI3
    Example:
    You publish one Ad in u201Clast coveru201D in u201CAd Week publicationu201D. Then, last cover is created as content component (Cover4) with component type as u201CSectionu201D
    Booking Unit:
    A booking unit is a combination of advertising space or time in advertising media, which is structured according to the sales perspective for those advertising.
    Menu path:
    SAP Menu->Logistic->Advertising Management->Master data->Booking->Booking Unit->Create
    Transaction: JJB1 / JJB2 / JJB3
    Example:
    You publish one Ad in u201CMetro plusu201D in u201CThe Hinduu201D. Metroplus(Contains 1-4 Sheets) may consider as Booking Unit in SAP.
    Booking Unit can be classified as,
    1.     Basic Booking Unit
    2.     Combined Booking Unit
    While Creating Booking Unit Master data, we should assign content component in Booking Unit master data.
    Hope, above information is useful.
    Best Regards,
    Chandramohan

  • BAPI for create IR and GR

    Hi All,
    I would like to use the BAPI to create the IR and GR.
    But i don't know which BAPI is use for create the IR and GR . Could you mind give any information about this?
    Regards,
    Luke

    Hi Luke,
    The function module "BAPI_GOODSMVT_CREATE " would perform the task.  Please refer to the following link.
    http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
    Regards.

  • When do I need to declare multiple usages of the same component

    I have a noddy WD4A component with a main view containing only ViewContainerUI elements. Each container has a sub-view embedded implementing some functionality I am playing with. One of these views implements a select option by using the WDR_SELECT_OPTIONS component. I have got this working. Then I decide to make a copy of the view in order to test some modifications. I embed this in a new ViewContainerUI element on the main view.
    So now I have 2 sub views implementing the same select option. When I run it, the 2nd select option appears in the first view as a duplicate. The only way I can fix this is by declaring a second usage (of WDR_SELECT_OPTIONS) in the component and using this in the copied view.
    So now I have 2 WDR_SELECT_OPTIONS component usages declared (with different names) so that my 2 views can coexist on the screen. Is this really necessary? Had it been the same view implementing both select options fair enough - but these are 2 different views.
    If the views were not displayed at the same time, could I have declared and used just 1 component usage?
    Peter

    I have still not succeeded in dynamically creating a 2nd select Option and getting it to display in a View Container (called VC_SOD). The code compiles and runs but the select option does not display. This is hopefully something I will never need to do in reality. Just an exercise.
    The code that is commented out is the original standard technique of using a select_option usage. There is probably more then 1 fundamental mistake in the code
    method WDDOMODIFYVIEW .
      DATA: LT_RANGE_TABLE TYPE REF TO DATA,
            RT_RANGE_TABLE TYPE REF TO DATA,
            READ_ONLY TYPE ABAP_BOOL,
            TYPENAME TYPE STRING.
      DATA: LR_COMPONENTCONTROLLER TYPE REF TO IG_COMPONENTCONTROLLER,
            L_REF_CMP_USAGE TYPE REF TO IF_WD_COMPONENT_USAGE.
    create the used component
      L_REF_CMP_USAGE = WD_THIS->WD_CPUSE_SELECT_OPTIONS( ).
    Here we copy the usage just for the hell of it.
      DATA lr_component_usage type ref to if_wd_component_usage.
      L_REF_CMP_USAGE = L_REF_CMP_USAGE->CREATE_COMP_USAGE_OF_SAME_TYPE( name = 'SELECT_OPTIONS2' ).
      IF L_REF_CMP_USAGE->HAS_ACTIVE_COMPONENT( ) IS INITIAL.
        L_REF_CMP_USAGE->CREATE_COMPONENT( ).
      ENDIF.
    *call the interface controller method init_selection_screen to get the helper class
    WD_THIS->M_WD_SOD = WD_THIS->WD_CPIFC_SELECT_OPTIONS( ).
      data L_INTF_CONTROLLER type ref to IWCI_WDR_SELECT_OPTIONS.
      L_INTF_CONTROLLER ?= L_REF_CMP_USAGE->GET_INTERFACE_CONTROLLER( ).
    data lo_view_controller type ref to if_wd_view_controller.
    data lo_view_usage TYPE REF TO if_wd_rr_view_usage.
    data lo_view_cnt_assignment TYPE REF TO if_wd_rr_view_cnt_assignment.
    data lo_view type ref to if_wd_view.
    lo_view_controller = wd_this->wd_get_api( ).
    lo_view_usage = view->get_view_usage( ).
    try and see what is going on
    data lo_view_container_assignments type WDRR_VCA_OBJECTS.
    lo_view_container_assignments = lo_view_usage->GET_VIEW_CNT_ASSIGNMENTS( ).
    lo_view_cnt_assignment = lo_view_usage->create_view_cnt_assignment( name = 'VC_SOD' assigned_container = 'VC_SOD' ).
    try and see what is going on
    lo_view_container_assignments = lo_view_usage->GET_VIEW_CNT_ASSIGNMENTS( ).
    init the select screen
    WD_THIS->M_HANDLER = WD_THIS->M_WD_SOD->INIT_SELECTION_SCREEN( ).
      WD_THIS->M_HANDLER = L_INTF_CONTROLLER->INIT_SELECTION_SCREEN( ).
      WD_THIS->M_HANDLER->SET_GLOBAL_OPTIONS(
                                  I_DISPLAY_BTN_CANCEL  = ABAP_FALSE
                                  I_DISPLAY_BTN_CHECK   = ABAP_FALSE
                                  I_DISPLAY_BTN_RESET   = ABAP_FALSE
                                  I_DISPLAY_BTN_EXECUTE = ABAP_FALSE ).
    create a range table that consists of this new data element
      LT_RANGE_TABLE = WD_THIS->M_HANDLER->CREATE_RANGE_TABLE( I_TYPENAME = 'S_CARR_ID' ).
    add a new field to the selection
      WD_THIS->M_HANDLER->ADD_SELECTION_FIELD( I_ID = 'S_CARR_ID' IT_RESULT = LT_RANGE_TABLE I_READ_ONLY = READ_ONLY ).
    endmethod.

Maybe you are looking for

  • Purchase Requisition not getting generated in APO

    Hi, I am facing an issue in APO. Once I confirm a sales order, I have to run the Product Heuristic in APO to generate the purchase requisition through rrp3. The problem is the purchase requisition is getting generated without the PR number. The line

  • Mail attachment charset problem

    Hello, I have made a program which is able to send Icalendar files as an attachment. I get the data as an InputStream. My problem is that the Icalendar file doesn�t show the letters '�', '�' and '�'. I have tried to use iso-8859-1 in the MimeBodyPart

  • Label chart (2d columns) vertical

    Hi, I created a 2d column chart. The label on the X ax is standard horizontal. Is there a way to display it vertical? Rgrds, Robbert

  • Sound from speakers AND headphones

    I'm getting sound out of the speakers when I plug in headphones on my G5. It goes mute when I first plug in the headphones, but then comes back on. If I go into System Prefs, it shows the headphones as being the line out. Also, if I click the Digital

  • Powermac G5 shuts down frequently

    I have a dual 2.3GHz G5 that has been been shutting down during normal use. I have come to think it may be related to audio hardware, as it frequently occurs when I try to start iTunes, Audacity(audio editor) and it seems to happen randomly while vie