ABAP with EWM

Hi all,
I need to learn ABAP with EWM. I want to know what's different about EWM? Can anyone help me with some documentation on this? That will be really helpful.
Thanks!
Moderator Message: Do not ask for Documentation. Instead search for them on the web.
Edited by: kishan P on Nov 10, 2010 11:22 AM

Hi Bastian
some time ago I had the same problem,
Scenario's
1. SSO logon from ABAP SAPGUI to JAVA --> FAILS.
2. SSO logon from ABAP webgui to JAVA --> SUCCESS.
3. SSO logon from JAVA to ABAP --> SUCCESS
If I understand you correctly, then you have the same issue I had with scenario 1. Since SAPGUI does not create MYSAPSSO2 cookie for the Java server, this "failing" behavior is normal.
In case of SPNEGO or client certificate authentication the J2EE server will not ask for user ID and password.
In case you have a different problem, I can advise you to study the 2 notes:
1257108 - Collective Note: Analyzing issues with Single Sign On (SSO)
1083421 - SSO2 Wizard
Hope this will help you further investigate the problem
Regards
Sem

Similar Messages

  • Create XML file from ABAP with SOAP Details

    Hi,
    I am new to XML and I am not familiar with JAVA or Web Service. I have searched in SDN and googled for a sample program for creating XML document from ABAP with SOAP details. Unfortunately I couldn't find anything.
    I have a requirement for creating an XML file from ABAP with SOAP details. I have the data in the internal table. There is a Schema which the client provided and the file generated from SAP should be validating against that Schema. Schema contains SOAP details like Envelope, Header & Body.
    My question is can I generate the XML file using CALL TRANSFORMATION in SAP with the SOAP details?
    I have tried to create Transformation (Transaction XSLT_TOOL) in SAP with below code. Also in CALL transformation I am not able to change the encoding to UTF-8. It's always show UTF-16.
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sapxsl" version="1.0">
      <xsl:template match="/">
        <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
          <SOAP:Header>
            <CUNS:HeaderInfo>
              <CUNS:InterfaceTypeId>10006</InterfaceTypeId>
              <CUNS:BusinessPartnerID>11223344</BusinessPartnerID>
              <CUNS:SchemaVersion>1.0</SchemaVersion>
              <CUNS:DateTime>sy-datum</DateTime>
            </CUNS:HeaderInfo>
          </SOAP:Header>
          <SOAP:Body>
            <xsl:copy-of select="*"/>
          </SOAP:Body>
        </SOAP:Envelope>
      </xsl:template>
    </xsl:transform>
    In ABAP program, I have written below code for calling above Transformation.
      call transformation ('Z_ID')
           source tab = im_t_output[]
           result xml xml_out.
      call function 'SCMS_STRING_TO_FTEXT'
        exporting
          text      = xml_out
        tables
          ftext_tab = ex_t_xml_data.
    Please help me how to generate XML file with SOAP details from ABAP. If anybody have a sample program, please share with me.
    Is there any easy way to create the XML file in CALL Transformation. Please help.
    Thanks

    Try ABAP forum, as it seems not to be PI related.

  • ABAP with JAVA

    hi all
    how to integrate ABAP with JAVA?? Can anybody send me any link on that or any documents???

    Hi
    Welcome to SDN forum
    After the ECC6.0 Version Most of the JAVA things are integrated in Netweaver components like BSP,WAS, XI and Enterprise Portals etc
    So if you are good in JAVA these things are very useful and through this you can easily integrate JAva with SAP
    see the links
    See the Links
    JDBC Receiver: exact SQL statement
    /message/527697#527697 [original link is broken]
    And after you are done with the documentation probably you can go through this scenario,
    JDBC Receiver: exact SQL statement
    Also check the following threads which might help you a little more,
    Learning XI
    XI 3.0 Training
    Also for more info related to XI go through these links:
    XI -Starter
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    SAP XI - Where to Find Information
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/sap%20xi%20-%20where%20to%20find%20information.pdf
    All the information you need in XI :
    http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm
    To understand the architecture of XI, Please go through this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    You can also go through the url for Elearning :
    https://www.sdn.sap.com/sdn/elearning.sdn // https://www.sdn.sap.com/irj/sdn/sdnpilot/elearning
    Following is the link for 'how to guides', A step by step guide to create scenarios:
    https://websmp201.sap-ag.de/nw-howtoguides
    XI is all about configuration of Adapters, to learn more please go through this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    One of the most powerful feature of XI, Business Process Management:
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    Following are the links to weblogs which will help to develop the basic scenarios.
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    /people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    /people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by SAP
    1) How-to Guides for SAP NetWeaver 2004 for SAP XI:
    Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 [original link is broken]
    Regards
    Anji

  • Books for SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31

    Hi All,
    I have searched for some good books for the certification online, could you please tell me if any one has taken this certification and what books I should using for the certification. I am mentioning some books below:
    SAP Certified Development Associate - ABAP with SAP Netweaver 7.02 by by Puneet Asthana (Author), David Haslam (Author)
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U1JY43Y/ref=sr_1_fkmr1_1?ie=UTF8&qid=1427541312&sr=8-1-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    25 February 2015
    by Jorge Parker
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U2TL9P4/ref=sr_1_fkmr1_2?ie=UTF8&qid=1427541312&sr=8-2-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    26 February 2015
    by Cody Colin
    Any inputs on this will be much helpful.
    Thanks,
    Macky

    HI
    You can look into the following link te get desired information
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cBDB43D565DAE7A9D74437573A166A860
    OR you can follow following steps:
    http://www.sap.com/services/education/certification/index.epx
    Go to "find a certification" box
    Put
    Sap netweaver
    developement
    developer/developement consultant
    Now got to "find" button
    click on "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 " Option
    Now click on following link under "Certification Tests"
    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0
    Now u will get desired output.
    reward points if it is answered.
    Regards
    Sukhi

  • C_ABAP_70 - SAP Certified Development Associate - ABAP with SAP NetWeaver 7

    Hello all,
    Does anybody have any information on <b>C_ABAP_70 - SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0</b>?
    Study guides? Outlines? Sample Questions? Anything?
    It is being offered at TechEd this year and I'm trying to determine if I should take it and what I should study up on.
    Thanks!

    HI
    You can look into the following link te get desired information
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cBDB43D565DAE7A9D74437573A166A860
    OR you can follow following steps:
    http://www.sap.com/services/education/certification/index.epx
    Go to "find a certification" box
    Put
    Sap netweaver
    developement
    developer/developement consultant
    Now got to "find" button
    click on "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 " Option
    Now click on following link under "Certification Tests"
    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0
    Now u will get desired output.
    reward points if it is answered.
    Regards
    Sukhi

  • C_ABAP_70 :SAP Certified Development Associate ABAP with SAP NetWeaver 7.0

    Hello,
       Could any one tell me what are the training/materials which one has to study to clear the <b>"C_ABAP_70       SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0"</b> certification.
    Best regards
    Guru
    PS: Points rewarded for answers.

    Addition to tapan,
    I guess SAP has removed C_TAW12_71, C_TAW12_71, so you can apply for latest exam C_TAW12_731. Find difference between these two certification exam at given links.
    https://training.sap.com/shop/certification/c_taw12_731-sap-certified-development-associate---abap-with-sap-netweaver-731-g/
    https://training.sap.com/shop/certification/c_taw12_71-sap-certified-development-associate---abap-with-sap-netweaver-702-g/
    Sokita

  • SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0

    Hi.
    I want do the test "SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0".
    I find some book about, but i not find it.
    I pass in the SAP Certified Development Associate.
    My english is not good, i´m from Brazil.
    Does anyone have any books to recommend on me?
    Thanks.

    Try this sample question from SAP
    http://www.sap.com/services/education/certification/schedule/PABAP70.epx
    and prepare according to Competency Areas
    http://www.sap.com/services/education/certification/certroles/certificationtest.epx?context=%5b%5bP_ABAP_70%7cG%5d%5d%7c
    I cannot find the book speacially for this certification.

  • Dynpro ABAP with Floorplan Manager in Portal!

    Dear Member,
    I havenu2019t worked on Portal yet. I worked on Web Dynpro ABAP and know how to do the Component and Application configuration from SE80 in SAP GUI.
    Can we able to configure the Web Dynpro ABAP with Floorplan Manager in Portal? If yes, how to Personalize, Configure and Customize the Dynpro ABAP with Floorplan Manager in Portal?
    If we have to do it from SE80, then we have to call the application URL with parameter u2018sap-wd-configIDu2019. Where should I update this URL parameter in the portal?
    Basically I want to know how to perform Personalization, Configuration and Customization of Web Dynpro ABAP with Floorplan Manager and want to see the effect when customized application called from Portal.
    Please let me know, if I need to more clear on my question.
    u2026Naddy

    Hi Naddy,
    If you have configured the component and application configurations in SAP GUI then in order to display it in the portal, you need to create a webdynpro based iView. In the same Iview just fill one of the parameters 'APPLICATION' as name of the webdynpro applicaiton and the parameter 'CONFIGURATION NAME' as name of the application configuration that you create for the Webdynpro application.
    Do not forget to implement the required interface of the Floor plan that you are using(OIF, GAF) in your webdynpro component.
    Thanks,
    Rajkumar.S

  • ABAP with HANA

    Hi All,
    From past few days,I am hearing HANA will be the future.is that is true?
    I am working as SAP ABAP CONSULTANT for last 3 years,what is the future ABAP with HANA.
    Could you please clarify my doubts.
    THANK YOU.

    I recommend you to visit openSAP | Enterprise MOOCs: Learn anywhere, anytime and on any device! there you can apply for some free courses, it will give you the HANA overview.
    Regards,
    Felipe

  • What r certifications should i do?I am SAP ABAPer with 9 month xperience.

    I am SAP ABAPer with 9 month xperience, currently i am on bench.So in the mean time What r certifications should i do?
    Pl give me  suggestions that how should i utilize my this free time.Shall i go for any certifications?
    Thanks in advance.

    Safari 5.1.9 and Java 6 are the latest versions available for OS X 10.6.8. To upgrade any further you would need to upgrade to Mountain Lion (OS X 10.8.4) through the Mac App Store.
    http://www.apple.com/osx/how-to-upgrade/

  • Career ABAP with MDM

    Hi Guy's
        I had seen many posts saying that career in MDM will be booming. But on contractary I had seen jon saying that it is good to have skill and that too with BI ( http://www.jonerp.com/component/option,com_jd-wp/Itemid,20/p,40/ ). After reading this I am in big confusion wheather to take up MDM course as ABAPER or not.
       Please let me know you help views on how would be the career in MDM with ABAP would be?
    Thanks
    Powered

    Hi,
    As a whole if you talk about MDM system it basically dependent upon,
    1. Cosolidation 2. Harmonization 3. Centralized scenarios
    so when you consolidate data in MDM, it comes from outside systems like SAP R3/ERP/CRM, any Legacy system or any 3rd party system. and in harmonization you send back after doing some manipulation on that data. similarly centalization means doing every thing in MDM. Thats baiscs.
    Let me tell now, you are an abaper and you know all the tables which are related to Customer, vendor, Material, sales, bank, Purchase, shipping, etc...
    and mdm when takes data from R3/SAP from my point of view if you have knowledge of that system. Its good to have.
    MDM also deals with ABAP APIS so its also good for an abaper.
    For starting MDM see this link:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/D7AED5058201B4E10000000A11466F/frameset.htm  and you can search this forum you will find a lot of things for MDM and ABAP with MDM etc...
    Rewards if useful.
    BR,
    Alok Sharma

  • SAP ABAP with BI

    Hi all,
    Can any1 plz tel me what all tasks are mainly involved in SAP ABAP with BI.

    Hi
    We use to write ABAP code in BI ..............
    In Extraction Part:
    Data Source Enhancement.
    Data Source creation by using Function Module.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c035c402-3d1a-2d10-4380-af8f26b5026f
    In Modeling part:
    Routines(Start,End,Expert,etc)
    In Reporting Part:
    User Exit
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0df642e-6112-2d10-4bb6-8af1a772eb69?quicklink=index&overridelayout=true
    Regards
    Chandar Sekhar T

  • How to read data from ABAP with filter?

    I know the famous pass which uses RFC_READ_TABLE to get a whole table into IdM. How can I only read a part of it, e.g. The currently locked users from table USR02 having UFLAG NE 0?

    Let's have a look to ABAP (with basis release 702):
    The function RFC_READ_TABLE offers filters using the input table OPTIONS. OPTIONS is a simple text table with line length 72 which directly is copied into the WHERE clause of the SELECT.
    The result is restricted to tables having maximum record length of 512 characters. However, using the input table FIELDS you could list the FIELDNAMES which should be read from the database. This way it would be possible to read larger tables - if you only choose fields which sum up to maximum 5121 characters.
    Coding example in ABAP:
    data: ls_OPTIONS type          RFC_DB_OPT,
           lt_OPTIONS type table of RFC_DB_OPT,
           ls_FIELDS  type          RFC_DB_FLD,
           lt_FIELDS  type table of RFC_DB_FLD,
           ls_DATA    type          TAB512,
           lt_DATA    type table of TAB512.
    ls_FIELDS-FIELDNAME = 'BNAME'.
    append ls_FIELDS to lt_FIELDS.
    ls_FIELDS-FIELDNAME = 'UFLAG'.
    append ls_FIELDS to lt_FIELDS.
    ls_FIELDS-FIELDNAME = 'BCODE'.
    append ls_FIELDS to lt_FIELDS.
    ls_OPTIONS-TEXT = `BNAME LIKE 'J%'`.
    ls_OPTIONS-TEXT = `AND`.
    ls_OPTIONS-TEXT = `UFLAG NE 0`.
    append ls_OPTIONS to lt_OPTIONS.
    CALL FUNCTION 'RFC_READ_TABLE'
       DESTINATION 'NONE'
       EXPORTING
         QUERY_TABLE                = 'USR02'
    *   DELIMITER                  = ' '
    *   NO_DATA                    = ' '
    *   ROWSKIPS                   = 0
    *   ROWCOUNT                   = 0
       TABLES
         OPTIONS                    = lt_OPTIONS
         FIELDS                     = lt_FIELDS
         DATA                       = lt_DATA
       EXCEPTIONS
         TABLE_NOT_AVAILABLE        = 1
         TABLE_WITHOUT_DATA         = 2
         OPTION_NOT_VALID           = 3
         FIELD_NOT_VALID            = 4
         NOT_AUTHORIZED             = 5
         DATA_BUFFER_EXCEEDED       = 6
         system_failure             = 8 "MESSAGE l_message
         communication_failure      = 9 "MESSAGE l_message
         OTHERS                     = 7
    IF SY-SUBRC <> 0.
    * Implement suitable error handling here
    ENDIF.
    write: / 'RFC_READ_TABLE', 30 'SY-SUBRC =', sy-subrc.
    loop at lt_DATA into ls_DATA.
       write: / ls_DATA.
    endloop.
    How can we create a FromSAP pass in IdM which uses function RFC_READ_TABLE with OPTIONS and FIELDS?
    Let's have a look to alternatives:
    Function RFC_GET_TABLE_ENTRIES has the same limitation of maximum record length of 512 but does not offer data or field selections. -> Not useful for IdM
    Function GET_TABLEBLOCK_RFC is not remote enables but a local starter in ABAP for function GET_TABLEBLOCK_COMPRESSED_RFC, however, this one retrieves compressed results. -> Not useful for IdM 
    Function TABLE_ENTRIES_GET_VIA_RFC has a maximum line length of 2014 and offers data selection using input table SEL_TAB (no field selection). Limitation: This function can only process table which have character-like fields only, i.e. table USR02 is out of scope. (Function RFC_READ_TABLE does not have this limitation.)
    Coding example in ABAP:
    data: ls_SEL_TAB  type          BDSEL_STAT,
           lt_SEL_TAB  type table of BDSEL_STAT,
           ls_NAMETAB  type          BDI_MFGRP,
           lt_NAMETAB  type table of BDI_MFGRP,
           ls_TABENTRY type          BDI_ENTRY,
           lt_TABENTRY type table of BDI_ENTRY.
    ls_SEL_TAB-ZEILE = `BNAME like 'B%'`.
    append ls_SEL_TAB to lt_SEL_TAB.
    CALL FUNCTION 'TABLE_ENTRIES_GET_VIA_RFC'
       DESTINATION 'NONE'
       EXPORTING
    *   LANGU                     = SY-LANGU
    *   ONLY                      = ' '
         TABNAME                   = 'UST04'
    * IMPORTING
    *   RC                        =
       TABLES
         SEL_TAB                   = lt_SEL_TAB
         NAMETAB                   = lt_NAMETAB
         TABENTRY                  = lt_TABENTRY
       EXCEPTIONS
         INTERNAL_ERROR            = 1
         TABLE_HAS_NO_FIELDS       = 2
         TABLE_NOT_ACTIV           = 3
         NOT_AUTHORIZED            = 4
         system_failure            = 8 "MESSAGE l_message
         communication_failure     = 9 "MESSAGE l_message
         OTHERS                    = 5
    IF SY-SUBRC <> 0.
    * Implement suitable error handling here
    ENDIF.
    write: / 'TABLE_ENTRIES_GET_VIA_RFC', 30 'SY-SUBRC =', sy-subrc.
    loop at lt_TABENTRY into ls_TABENTRY.
       write: / ls_TABENTRY.
    endloop.
    Despite the limitation, how can we create a FromSAP pass in IdM which uses function TABLE_ENTRIES_GET_VIA_RFC?
    Kind regards
    Frank

  • Create a proxy from abap with 3 messages parts

    Hi,
    I am trying to create a proxy from a WSDL file with 3 messages parts:
    <wsdl:message name="executeSoapIn">
        <wsdl:part name="farmName" type="s:string"></wsdl:part>
        <wsdl:part name="requestXML" type="s:string"></wsdl:part>
        <wsdl:part name="farmProps" type="s0:Map"></wsdl:part>
      </wsdl:message>
    This is not possible because it is not fulfilling the SOAP 1.1 standard, so when I try to create the proxy I am getting an error, so no proxy is created.
    My question is: Is is possible to create a ABAP proxy manually so the proxy would have the 3 parameters of the messages part?
    Thanks in advance.
    Eduardo.
    Message was edited by:
            Eduardo Martí

    Hi,
    The problem is that i need to create a proxy with 3 parameters in one of its methods, that is, the method SOAPEXECUTEIN will need the parameters (farmName, requestXML, farmProps), as shown in the piece of code of the WSDL file. I can not do it because the system did not allow me, it allows just one parameter.
    Is it possible to create the proxy in some way that allows me the method with the three params?
    Thanks Aamir.
    Cheers.

  • The new features avilable in webdynpro for abap with EHP5

    Hi,
    Currently our ECC 6.0 is upgraded with EHP5 from EHP3.
    Could anyboy tell me the new featues available in webdynpro for abap for this EHP5. If i develop WDA objects in  EHP3 environment and transport it to new system with EHP5 . What would be the problems i encounter. kindly suggest me..
    thanks,
    Raghu

    I would expect in any case that there is no problem when you transport WDA build from ehp3 to ehp5 (Backward compatibility ).

Maybe you are looking for