ABAP with Webdynpro or Workflow

Hi ALL,
I am a fresher to SAP working from past 8months. Till now I did only one project that is a Upgrade project from 4.6C to ECC 6.0 and I wonder how will my career goes if it is like this. Please suggest me to move into some other technology Like WebDynpro or ABAP Workflow. How will be the future for these two things.
Please advice your valuable comments.
Thanks In Advance.
Manasi.

ABAP is very good plaftorm which SAP gifted to US.
Try to learn cross platform technologies that are Wokflow.  Webdynpro. I would say Both are good and very Insteresting.
Since you are already in ABAP try to do coding for all your objects in Object Oriented ABAP. So that once you are familiar with OOABAP it will be very easy to you to learn WebDynpro. Workflow is nothing but a automated process for the activity that a person or bussiness needs to do. it is just a automatic process like sending mails when a PO is created... etc
It is very easy to learn and you can always learn multiple things at a time.
Hope this helps

Similar Messages

  • Hr abap with webdynpro abap

    Hi  can you any one  explain the  below question.
    I  was developed on application  insted of pa40  in hr abap for rehire and new hire , for updating the data in respective infotypes using  the hr_maintian_masterdata . but i want update the infotypes from screen fields using the macros and hr_maintain_masterdata. please any one help me on this ?
    Edited by: bommisettyramu on Aug 31, 2011 7:20 AM

    hi ramu,
    U want to update the infotype with data  which is filled in webdynpro screen ? If yes, its simple just read the field values and declare work area of type infotype.
    ex wa_pa0001 type p0001.
    assign filed values to work area values. then use directly HR_infotype_operation for update or insert or modify.
    let me know if you have any more quieries
    Regards
    Srinivas

  • Integration Webdynpro ABAP with Webdynpro Java in Portal

    Hi All,
    I am facing problem while integrating WDA application with WDJ. I can integrate successfuly one application and trying to invoke other one with different parameters, i am facing the problem
    There is no iView available for system "XXXX_SAP_XXX": object "xxx.xxxx.xxx.xxxx". For more information, contact your administrator.
    I am passing the parameters
    system                      
    object_type                
    object_value_name          
    operation
    Thanks in advance

    Hi Samir,
    Pls look into these threads -
    IE8 problem (WebDynpro ABAP iView call)
    WebDynpro for ABAP and IE 8.0
    Regards,
    Sen

  • Career help. Whether to stay with  Xi or to take up ABAP with webdynpro ?

    I have a situation where in I would like to get some professional help from you people here. I am sorry if I am expecting too much. And please caution me if this question is not supposed to be asked here.
        The situation is that I have completed my Xi training and currently searching for a job. Earlier to this I have also done ABAP training. Recently I got an offer on ABAP Webdynpro . I said them clearly that I have no idea regarding it. Convinced over my knowledge on both Xi and ABAP, they are interested in offering me a scope in WD4A, with training, prior to deployment in the project . My doubt is that, if to wait for an Xi oppurtunity or accept the current offer and go get the desperately needed break. My conscious is dominating me to opt for the second one but at the same time very much interested in working with Xi as I am totally involved in it. The organisation which made the offer is running on SAP 4.7c and looking for an upgrade to ECC 6.0. I asked if they have any plans of deploying xi in near future and they replied that they are not sure enough because of the expensive license issue. In that case, I may have to give up Xi .
                    So kindly reply if you have any kind of suggestions over the issue. I am extremely thankful for sparing your valuable time in reading this thread.
    Thank you all,
    Krishna.

    Hi Krishna,
    AS per my view, none of the technology is of least priority nither ABAP nor Web Dynpro or XI. You should be ready to accept this new kind of task. Just think in Positive way as you have the knowledge of ABAP, XI and now opportunity for Web Dynpro. Being multi skillsets is really good thing as per current Market requirments.
    Today you might have preference for XI but tomorrow you don't know you may have better demand for Web Dynpro. Its my humble suggestion that to grab the current opportuniy and learn new things.
    In XI, if you see there are many experts available , but there are very few who might have Multi Skill Sets.
    Don't plan your Carreer Visions as per company's future plans. Are you going to stay in same company forever.....???? May be but you should develope your skill sets from the existing opportunities.
    Currently you got opportunity on Web Dynpro. ..tomorrow there will be the company who might be looking for Web Dynpro XI combinations,, so better to take the existing opportunity.
    Side by Side you can develope your own knowledge via self study..i.e. the best way I feel.
    Thanks
    Swarup

  • Integrating Workflow with WebDynpro

    Hi Guys,
                  I am making some altrations to the Workflow integrated with WebDynpro ABAP.
    Once we maintain the Task and WebDynpro application in SWFVISU and Register in UWL,
    Is that the context has been genarated automatically in component controller with structures in task container and an Interface with the name of the application.
    If its not, how to interface Task container data structure with component controller and how to create interface to access task container data.
    Thanks

    HI Geek,
    We are trying to retrieve the workitem id from the web dynpro abap application.
    We have the similar issue and we have done the all things but some where, some things is missing.
    1. When we debug the application, from within the R/3, it directly goes to the init method of the main view.
    We are trying to debug the window - handle default method code, but the control is not able to reach that part. Plz suggest.
    2. Also, can u plz send the steps, to be in place, to retrieving the workitem id from the workflow in the web dynpro application.
    Thanks and Regards,
    Anil.

  • Not able to integrate Payment Gateway with WebDynpro for ABAP

    Hi,
       I am not able to integrate the Payment Gateway for Billdesk ( third party software) with Webdynpro for ABAP.
    Summery of the Issue : -
    (*) Data from PORTAL Application to PAYMENT GATEWAY is going Correctly but
    (*) Data from PAYMENT GATEWAY to PORTAL Application is not going correctly.
    Details about the Problem : -
       I have created 3 View in Webdynpro Application for ABAP.
    View 1 -> Sales Order
    View 2 -> Confirm Order
    View 3 -> Success Message
    When I am on the View 2 i,e Confirm Order, I have a UI Element ( LINK TO URL) on this View. When I click on the Link it successful takes me to the Bill desk site(Payment Gateway Integrator).After selecting the Card Type - > Master card, or Visa or Amex, I am routed to the Gateway Site of the Citibank, Where I have to enter the CARD details like Card Number, CVV Number, Expiry Date, and press the Submit Button.
    Which now takes me to the final confirmation site, stating
    1) Order Number
    2) Bank ID
    3) Merchant ID
    4) Amount
    5) Authorize ( APPROVED / NOT APPROVED)
    Now once i click on the Submit button, It transfers the amount of the Customer to my bank account, correctly and goes back to the my portal application.
    Till here it is working correctly, but 1 parameter is missing which is called "msg", and this parameter contains important information regarding the payment. This parameter is sent back form the Gateway Site to my Portal.
    1) Authorize STATUS
    2) Check Sum
    etc... which will be finally required to decided whether I should go on to create the Sales Order for the Customer or not.
    If the Authorize Status = '0300' then only create the Sales Order other wise if the status is any thing else lets say not equal to '0300' then gives the message that the Credit Card is not authorize to process the Sales Order.
    Regards,
    Saurabh Bhatnagar
    E : [email protected]

    Dear Sir,
    we are implementing Retail  POS (Point of sale) for one retail company. We need to integrate third party payment gateway.
    it's name is PLUTAS. We have got developer kit from Plutas (For trial ) . we have installed that kit in our system.
    In my program, I am triggering " PL_TriggerTransaction" using call method. After triggering method it executes method, control passes to third party software. But I am not able to catch return parameter (Responce).
    So  that would be great if you help me out with this issue.
    I wrote following code.
    REPORT  ZTEST678.
    INCLUDE OLE2INCL.
    data : rc_plutus type ole2_object,
    lpszTransData type string, 
    lTxnType type char4,
    lpszTransData1 TYPE string,
    ret_string  TYPE string,   
      l_count TYPE i,
      l_time TYPE sy-uzeit.
      rc_gui type ref to CL_GUI_CONTROL.
    lTxnType = '4001'.                        "----
    transaction type
    lpszTransData = '1234567'.          " -
    trasaction data
    *create object rc_gui.
    create object rc_plutus 'PLUTUSEXCHANGE.EXCHANGEOBJ'(001) no flush. "no flush ."queueonly.
    call method of  rc_plutus  'PL_TriggerTransaction'(002) = lpszTransData1
    exporting
      #1 = lTxnType
      #2 = lpszTransData.
    wait up to 20 seconds.
    write:  ret_string.                        " <----
    Value is not coming
    write:  lpszTransData1.            " <----
    Value is not coming

  • Adobe print forms - Intergration with Webdynpro ABAP

    Hi
    We are working on SAP Adobe print forms with Webdynpro ABAP. We are getting the PDF form's Hexadecimal content as a part of the FPFORMOUTPUT parameter when we execute the FM of the Form.
    I tried to assign that to a context variable and assigned that to the PDFSource of the form and tried to generate the PDF. But is is showing a black page.
    Can you please suggest a way if any to get this done.
    Regards,
    Srikanth.

    You can use the print form directly. I mean the same way as you would use the WD/ online form. Provide the form name, the data source and stuff and the form should work. If that would be an interactive one, you would not be able to change any values if the form is based on DDIC dictionary, but since you want to use the printform, this is not your concern.
    Regards Otto

  • How to Integrate HCM Process with Webdynpro ABAP Application

    hi,
    I have issue regarding how to integrate HCM Process with Webdynpro abap application.
    I had created one HCM process for transfer using Hrasr_dt T code and also created form scenario and work flow.
    How to Integrate HCM Process with Webdynpro ABAP Application
    by
    Parthasarathi

    hi suhasini,
    Thanks for your reply,
    Can u explain in detail.. and Give any documents or links...
    by
    Parthasarathi

  • OCI with WebDynpro for ABAP in SRM 5.0

    Hi there,
    Can somebody tell me how the OCI interface has to be controlled in SRM 5.0 when free order forms are made with WebDynpro for Abap ?
    Thanks.

    You have posted your message to the wrong forum. This forum is for SRM eSourcing.

  • Iview from webDynpro ABAP with Adobe interactive form

    Hi gurus.
    Can I make an iview from a webDynpro ABAP that generates an Adobe Interactive Form, and generate this form from the portal as well?
    thanks in advanced,
    Dieuba

    Chintan thanks for your reply.
    Using Adobe Cycler Designer you can design an interactive Form (fields to be filled by the client, buttons, etc.) and you can integrate this with webDynpros ABAP and JAVA. I want to make an iview that connects with this webDynpro and also generates this form to be filled by the user, so it can send the data back to the sap system.

  • Storing data in data bag with webdynpro for abap

    Hi,
    It´s possible to store data in data bag with webdynpro for abap?
    The EPCF client data bag API provide methods to store data in a transient data buffer on the client:
                               EPCM.storeClientData(nameSpace, name, value)
    Does webdynpro for abap has an equivalent method?
    Thanks,
    Márcio

    Web Dynpro ABAP can produce a portal event and pass parameters along with the event. These parameters can be read by any event receiver.  However you don't have directly access to the data bag as you describe. Here is a link to the help on the Portal Event API:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/da/f96f4132f15c58e10000000a1550b0/frameset.htm

  • Issuse with WebDynpro iViews - Java or ABAP

    We frequently get calls from users who complain that they can't see a screen in the portal, and it is usually because they have accidentally collapsed an iView.
    The problem we have found is that it doesn't seem to work with WebDynpro iViews - Java or ABAP.

    Rohit,
    You can also hide the tray display on you portal by setting the iView property "Show Tray"  to "Yes".
    Ram

  • Digital signature with webdynpro abap

    Hello,
    how I can signature a character string digitial with webdynpro ABAP?
    My first beginning is the call function "SSFS_CALL_CONTROL". But this is only for BSP. It is is sensible, that I create a small BSP - Application and I integrate this BSP - Application in Webdynpo ABAP. But How I integrate this BSP in WD4A?
    The other way
    Give it a call function for webdynpros ABAP to signature?
    Thanks
    Maik

    Hi Maik,
    what is to be signed. Your own document ?
    I assume you have https and you want to sign you own content
    and allow the DOWNLOAD or other similar to get doc to customer.
    See the Function group SSFC/SSFZ for access to a certificate.
    See security docu for load certificates on to the server. (Tran SSO_STRUST)
    You can also create credentials if requried.
    See also function group SSFG.
    Here are functions to create envelopes and sign them
    This the main tool.  You sign a document to show proof of originality.
    You place in envelop to encrypt it.
    Then send the result.
    See function group SSFM for PSE management.
    In general all the secure store and forward Functions all begin with SSF*
    The function you choose probably just adds certificate to BSP connection.
    I havent tried it. Just quickly looked at the code.
    Cheers
    Phil.

  • How to read some images from file system with webdynpro for abap?

    Hi,experts,
    I want to finish webdynpro for abap program to read some photos from file system. I may make MIMES in the webdynpro component and create photos in the MIMES, but my boss doesn't agree with me using this way. He wish me read these photos from file system.
    How to read some images from file system with webdynpro for abap?
    Thanks a lot!

    Hello Tao,
    The parameter
       icm/HTTP/file_access_<xx>
    may help you to access the pictures without any db-access.
    The following two links may help you to understand the other possibilities as well.
    The threads are covering BSP, but it should be useful for WebDynpro as well.
    /people/mark.finnern/blog/2003/09/23/bsp-programming-handling-of-non-html-documents
    http://help.sap.com/saphelp_sm40/helpdata/de/c4/87153a1a5b4c2de10000000a114084/content.htm
    Best regards
    Christian

  • Your experiences with Webdynpro ABAP

    Hi there,
    please give me an overview how your experiences (positive and negative) are with Webdynpro ABAP??
    Here are mine:
    Pos:
    - fast GUI modelling
    - browser = client
    Neg:
    - runtime
    - unflexible controls
    - no developer influence on programming modell
      (i dont like filling code snippets)
    - No Unddo-Button in IDE
    - auto-completion show names which are not member
      of current class/object
    Thx for your input.
    Regards,
    Markus

    On 1: Depends on the used client. With server-side rendering you will have some delay for the server roundtrip, smart clients are smarter.
    On 2: Changing of fonts/colors has not been exposed via API to enforce consistency. Only themes as a whole should be changed. Remember that the primary purpose of Web Dynpro are business applications like ERP.
    Positioning of controls restrictive? What does that mean? You cannot place controls by absolute coordinates (which is most probably not a godd idea for localizable applications) but you get a set of powerful layout managers like MatrixLayout etc.
    Armin

Maybe you are looking for