WDJ and display mode in Guided Procedures

Good day.
Are there any solutions to get whether a callable object is display or execute? Because I don't want to create a new view in WDJ with all disabled fields, but I want to get some info about the callable object state and just disable controls in wdDoModifyView.

Hi
Based on your requirements you need to define data that would be exchanged between GP and WebDynpro.
Once you implement add the implemented interface IWebDynproCO in your WD component, you get theese methods (in the interface controller):
1) execute method
2) getDescription method
getDescription method is used to define input/output parameters.
If you want pls specify your email address, I can mail you the document that describes this process in details.
Regards,
Chitrali

Similar Messages

  • Unable to open the PM order in change and display mode

    Dear All,
    Am facing some issue that am unable to open the Maintenance Order in Change and Display mode.
    Can you provide the solution.

    Hi Thirupathi,
    Can you send us a screenshot or the error message information ?
    If it is due to status missing (SAP note available for the same)
    Regards
    Terence

  • Table name in PP TCODES and Display mode

    Dear Friends,
    Please advice the Table name for the following T Codes :
    MIGO - Goods receipt
    COR1 - Issue produciton order
    CORK - SF receipt from produciton order
    CO88 - settlement of produciton order
    MR21 - Material Ledger closing
    CORK - FG receipt from production order
    VL01n- despatch of goods
    also let me know the display mode of above t codes for monthly basis.
    regards
    Joseph

    MIGO
    Material documents are stored in MKPF Table
    Material documents and line item details are stored in MSEG table
    VL01N
    Delivery documents (delivery note header) are stored in VBLK table
    Delivery items are stored in LIPS table
    MR21
    Material documents created in MR21 are stored in MLHD table
    CO88
    Accounting documents created in CO88 are stored in BSEG table.
    CORK
    During SF Issue or FG receipt the system creates mateiral document that can be seen in the table MKPF/MSEG and it also generates accounting document that can be seen in BSEG table.

  • RMAUTH-Different behaviour for Change and display mode

    Dear friends,
    I modified a standard roadmap by copying it and added 1 folder called "X" with normal node and saved.
    When i go for display mode in RMAUTH, I am unable to see that folder.If i go to change mode i am able to see the folder "X".
    Even in RMMAIN I couldnt see it,But if i go to change-->Scope option i could able to see it & has the tick mark in it.
    Plz provide ur valuable solutions.

    Hi,
    You cannot change any of the field you mentioned in infotype 0001.
    You can assign a position using action 0000 through PA40 or by using copy option infotype 0000 in PA30. This will be in edit mode.
    Suggested to use PA40 so that all other relevant infotypes can also be updated accordingly.
    Rest of the components (Objects Job, Cost Center, Org unit etc)  has to be assigned to the respective position in PO13-->Relation ships.
    Note: Take care of the dates.
    Regards,
    Pranitha
    Reward if found Helpful

  • PA30:Change and Display Mode

    Hi Friends,
    Can you Please provide me a solution for the Below Problem:
    When I go to PA30 and  try to CHANGE infotype 0001(Org Assmt),I get the fields "cost center,Position,job,org unit" in the Display mode I am not able to change those fields.
    Where can i change(In the configuration) these fields to be changed from DISPLAY MODE TO CHANGE MODE.So that in PA30 I can change these fields in IT0001
                                                                               Thanks In advance
                                                                                    Gopi Palleti

    Hi,
    You cannot change any of the field you mentioned in infotype 0001.
    You can assign a position using action 0000 through PA40 or by using copy option infotype 0000 in PA30. This will be in edit mode.
    Suggested to use PA40 so that all other relevant infotypes can also be updated accordingly.
    Rest of the components (Objects Job, Cost Center, Org unit etc)  has to be assigned to the respective position in PO13-->Relation ships.
    Note: Take care of the dates.
    Regards,
    Pranitha
    Reward if found Helpful

  • Switch between Edit and Display mode in an input layout?

    Hi,
    I want to create a button in my planning layout which is input ready,  that makes it able to change between display mode and edit mode.
    I'm on BI 7.0. And I am using Analyzer/Workboook.
    Is this possible using 'SET_DATA_ENTRY_MODE' command?
    If Yes,  Where should I put this  command ? I can't  find this in Button Properties.
    Please explain in detail.
    Thanks,
    Srini.

    Hi,
    This is the correct command. In the button properties, you need to select 'command via command wizard'. There you should select this command and customize it according to your requirement (on/off).

  • Discount Condn Type changeable in Quotation and Display Mode in Sales Order

    Hi Friends,
    There is requirement of having a Discount Condition Type to be in Changeable mode in Quotation and must not be in Changeable mode in Sales Order. That no user is allowed to change the discount value in Sales Order and whatever maintained in QT must be applcable for Sales Order till billing.
    Would like to have functional possibilities. Guide me gurus.
    Surya.

    Hi
    Would you like your user who is making the sales order to view the pricing conditions or you would also like him to change certain conditions/values (Except for discount conditions) ?
    If the above is applicable then in my suggestion you should go in for a Transaction Variant wherein you can either completely hide or make the pricing conditions in display only.
    R/Sanjeev

  • In VF03 display mode, Tax values are getting changed

    Dear Guru's
    We have implemented a routine for MWIG tax calculation in sales order. But we are not seeing the same values in billing document. I am not sure how i am seeing different values for tax in display mode, If i double click on MWIG i am seeing correct value, but on the screen it is different value. Any suggestions on how can i make sure the same routine from sales order is applied in billing document.
    Thanks
    Deepu

    Hi,
    I am assuming that both sales order and the billing document have the same pricing procedure. (and likely so).
    The pricing engine runs on every mode. i.e. creation/change and display mode. Sometimes, some of the values do not flow into KONV, KONP structures (or XKOMV, XKOMP) during the display mode at the first go. So, if you are comparing some of the values with these structures, then, it might not be successful.
    My suggestion here is, put a debugging point in the routine that you have assigned to MWIG and go into the document using VF03. System will go into debug mode. There you can see which value is not being filled or why is the condition not getting satisfied. That way you can be sure what exactly needs to be done.
    Hope this helps.
    Regards,
    Mukund S

  • Integration process communicating with guided procedure

    Hi everybody,
    I read that it is possible to exchange messages between Integration Processes and SAP Business Workflow. Is it also possible to trigger and communicate to a guided procedure in a Integration process?
    Thanks,
    Mane

    Integration processes can integrate with anything which uses one of the protocols supported by XI adapters (and you could even enhance this, by creating your own custom adapters).
    E.g., to integrate with SAP Workflow, you could call a standard BAPI or a Z RFC that executes the desired workflow (or feed some step of a already in-process workflow).
    For Guided Procedures, you could basically use anything that the UI frameworks within SAP portfolio support. For example, if you develop a WebDynpro-based GP, you could make the WebDynpro consume a Web Service that, for instance, triggers a BPM execution (you expose the 1st receiver step of the BPM, which should be a open sync/async bridge, as a web service through a sender soap adapter).
    That's just one example.
    Regards,
    Henrique.

  • How to export Guided procedure - Initiator to RFC as an export parameter

    Hi All,
          How do I capture the Initiator, Owner and Oversee of my Guided procedure and bind it as an output parameter of a Callable object?
         I need to this information to be sent to RFC so that I can perform the dynamic agent determination and send the agent back to Guide procedure.
    Thanks in adv.
    Edited by: Prab Vad on Sep 24, 2009 6:35 PM

    Based on the UI dialog for Export XML, it looks like you'll first want to set an XMLExportPreference to copy either optimized or formatted images, and then choose and image type. So,
    objDoc.xmlExportPreferences.copyFormattedImages = true;
    or
    objDoc.xmlExportPreferences.copyOptimizedImages = true;
    followed by
    objDoc.xmlExportPreferences.imageConversion = ImageConversion.JPEG
    or
    objDoc.xmlExportPreferences.imageConversion = ImageConversion.PNG
    This help page describes the difference between optimized and formatted images: InDesign Help | Exporting XML
    That should get you started.  You may need to play with some other options to get the output you want, but that's the idea.

  • Using FLEX Visual Composer iViews in Guided Procedures and the UWL

    Hello Experts,
    I am trying to display a GP workitem and I am getting this error
    "The portal page builder required to execute this callable object is not available."
    I have a GP Process and it haves FLEX Visual Composer iView, it runs fine un the Runtime workbench from Guided procedures Role, but when I configure de GP UWL Connector and try to open a GP workitem with a VC FLEX iView i got the error "The portal page builder required to execute this callable object is not available."  Guided procedures with webdynpro iView works fine.
    I have a NW 7.0 SP10
    Could you please help me undertand what configuration I am missing??
    Regards.

    Hi Daniel
    Please go through the following link(looks like a helpful one):-
    Link Between Visual Composer and Guided Procedure
    Regards
    Navneet

  • Guided Procedures and online interactive adobe forms.

    Hi Experts,
    Scenario : User have to log into GP runtime, When he clicks the first action it should display the adobe form. He  has to fill the details and submit the form. This form is routed for Approver 1 for review. The first approver will log into portal,view it (UWL),approve it and sent for second approver.The same process happens with the second approver.After both approvals, a BAPI updates the data in the interactive form in R/3
    All the process have to be done in Guided Procedures, then  integrated with Portal at the end.
    We have tried creating an Wdynpro Java app with online adobe form and executed successfuly in NWDS and also in Webdynpro content administrator.
    issue:-
    When we create a callable object(webdynpro app(gp interface CO)) in GP and test, we were unable to view the form.
    Now our question is : what are we mising ?
    Is it possible to integrate online interactive adobe form with guided procedures?
    Is our approach to solve the scenario right?
    any links or tutorials will be greatly appreciated
    TIA,

    Hi
    See the following Link: [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8a696cea-0c01-0010-d494-9b0b8ce7565f&overridelayout=true]
    Kind Regards
    Mukesh

  • Archive guided procedure process and maintain history attributes

    Hi All,
    We have the need for a workflow through portal with several approval steps.
    We want to use guided procedures but cannot find whether it answers to our following requirements:
    - When a process is completed, we want to be able to see some detailed data of each activity.
              -ID of the object created after approval    (which we display in the last step of the procedure).
              -Comments from the requestor               (upon which the approver decided to approve).
              -Date and time of approval
    This so we can track back from the object id why it has been created and who approved it. (also when the process is already archived, we would still like to see this).
    -Does anyone know if there are limitations to the archiving process?
    -The exact approver of the process is important to retain as well. In the archive monitor I now only see Initiator, Owner, Overseeer and Adminstrator kept in history. But we need to know who did our approval (which is not amongst these roles).
    Thanks for your help
    Jurjen

    Hello,
    Even we have similar kindda requirement. I don't know how well is the standard archive monitor will suit this need. As you have said there might be some vital information that may not be possible to be archived in the standard Archive for GP.
    So I'm planning to build my own Ztable in SAP R/3 for the archival of all the processing details, agents involved,date and time etc so that this table can be updated as and when the particular step in the GP has been completed.
    This way, I guess i can decide what all details to be archieved and hence code accordingly. Also, this doesn't have any limitation as its a Transparent table in R/3.
    Hope you can do something similar to this.
    Cheers,
    Mandrake

  • Why not all fields dimmed or show in display mode after system status TECO and CLSD for Project

    Dear All,
    When Sets the system status TECO or even CLSD all fields for WBS Elements are not goes to Display mode. User can still edit them or change then.
    The fields are:
    1. WBS Element Description, technical name: PRPS-POST1
    2. Person responsible number, technical name: PRPS-VERNR
    Other Progress and Customer enhancement tab pages for WBS Element all fields there also editable in TECO and CLSD system status.
    The client do not want to set LOCK system status for master data option.
    Is there any enhancement or standard way of doing that?
    Regards
    Saqib Usman

    Dear Saqib,
    Its a standard behavior of the system. In CLSD status, transactional data like Procurement gets restricted along with WBSE no and its scheduling details. But it allows to you change like WBSE desc./Responsible person.
    Also go thru the below link for clarification of WBSE system status:
    http://help.sap.com/saphelp_470/helpdata/en/ee/41f82246ee11d189470000e829fbbd/content.htm
    For locking all master data, as above experts suggest, you should use MDLK/LKD.
    Regards
    Shishir

  • Depriciation key and useful life periods in asset master should in display mode only

    Hi all
    At the time of creation asset master AS01 we are given the Asset class, company code and similar of asset (1) then we click enter button we will get Create asset: master data screen here in general tab we enter the description and in time dependent tab we enter cost center manually
    But
    When we click on Depreciation tab here the  Depreciation key and use life fields are automatically come with Dep.key(ABC) and use life(15) (Because we maintained in OAYZ)
    Here user have a chance to change the Dep.key(ABC) and use life(15).so my requirement is these two fields are display with only display mode .
    User don’t have chance to modify this.

    Hi Anil,
    The screen layout for Asset and its depreciation tab are different. You have to make these fields as Display only in the screen layout. This can be done using T-Code AO21. Below are the screenshots for the path and screen layout for your reference. This should solve your issue
    Regards
    Pankaj Pareek

Maybe you are looking for

  • TV Apple TV MacBook Air:How to connect my computer's monitor and TV as multiple monitors (NOT mirroring)

    I have an insignia TV, an apple TV I just bought less than a month ago, and a Macbook Air (mountain Lion) and a MacBook pro (mountain lion). I am able to connectboth of my computers with the TV to mirror my screen/monitor, but I have not been able to

  • Hi I cannot download apps after upgrading to IOS7.

    Yesterday, I had a problem chatting in Facebook so I decided to uninstall it but when I tried to reinstall, it won't let me. I already restored the factory settings and used a different Apple ID but nothing happened. Can anyone help me to rectify thi

  • Blocking the Creation of PO in Service Order

    Hello SAP folks, I have got an issue where I have to block the Creation of Purchase Requisation Number(BANFN) which is generated  in the background after the creation of the Service order(IW31)  I have tried the user exit EXIT_SAPLCOIH_009 but while

  • E-Recruiting Secure Landscape

    Hi all, We have a scenario in this customer with ERP 6.0 running with HCM and other modules. We are starting to design a landscape for the E-Recruiting EHP4 and, for some reasons, we can't count with another machine to run standalone so we will have

  • Adobe Exchange Panel does not load

    Photoshop CC (Win/64) CEPServiceManager_native.log: 2013-12-12 08:54:32 : ERROR vcfoundation::system::VCSysError: WriteFile() failed <232: Die Pipe wird gerade geschlossen.> race:    1 0X0048C5CF    2 0X004893D3    3 0X0048953E    4 0X004836D6    5 0