Immediate response requirement on smartforms

develop smartform,develop the driver program for details given below:
Also dispaly the output using smartform.
SELECTION SCREEN : Purchase order Number (EKKO-EBELN)
Output :
1) Po Item Number (EKPO-EBELP)
2) Po Number (EKPO-EBELN)
3) material Number (EKPO-MATNR)
4) material Description(EKPO-TXZ01)
5) Quantity (EKPO-MENGE)
6) Unit(EKPO-MEINS)
7) Plan(EKPO-WERKS)
8) Condition type (KONV-KSCHL)
9) Value (KONV-KBETR)
10) Currency(KONV-WEARS)
Also include header data just like Po number .
in this there is no common key for all 3 tables used then hw to write queries n fetch data?
konv is clustered table we cant use join but in ekpo and ekko can be joined by field ebeln....
how many internal tables are used in this and wat is structures of rest of the smartform apart fom driver program.
Moderator message - Welcome to SCN.
Moderator message - But please do not post your requiremnents and expect others to do your work for you. Post locked
Edited by: Rob Burbank on Apr 22, 2009 10:11 AM

what do you want in this.
You want the total developemnt on this.
First design the layout.
Then design the driver program.
After that if you have any questions please let me know.
and you can link the three tables by
ekko-knumv  = konp-knumh
ekko-ebeln = ekpo-ebeln
Edited by: vinay raj on Apr 22, 2009 12:50 PM
Edited by: vinay raj on Apr 22, 2009 2:05 PM

Similar Messages

  • Immediate Response required for Fire-and-forget OSB pattern.

    Hi,
    I have a BPEL process (fire-and-forget pattern) which runs for few minutes, but want to send an immediate response back to the caller. The important condition is to have a Proxy implemented as a WSDL-based service type.
    For this, I am calling BS (of BPEL process) in request pipeline and sending a changed $body in response pipeline; but the OSB response document us null, though in response pipeline, I do see $body getting replaced.
    Any pointers will be really helpful.
    Thnx,
    Nikhil

    like AbhishekJ said
    if you defined your operation in the wsdl for the proxy service oneway and in the testconsole you do see the body is getting replaced after the routing is executed it's mostly like because of the oneway operation on your proxyservice itself, make it synchronous and do a test again?
    or put a replace with some static xml in the response pipeline, remove the route and see if if still returns null
    then you're pretty sure it's the oneway operation in the proxy wsdl itself

  • Synchronous Composite Services with Immediate Response

    Hi
    The paltform is currently SOA 11.1.1.2.0 which is to be moved to SOA 11.1.1.3.0 once environments are complete
    Essentially I have a requirement by where the way we build some of our composites needs to apply to a certain pattern. This patterm is a synchronous request - response by where an immediate response to the client / calling service is provided. By this I mean a client / service will call a SOA composite, the callled composite will receive the message and reply imemdiately with some tracking information and then the called service will carry on its processing. However in terms of the client / callee service the interaction is complete. (e.g. do not provide further updates).
    The above is an adaptation of Fire and Forget however we desire to pass back some meaningful trascking / support information to the client.
    Following implementation of this in development, we have noticed that the interaction is essentially blocked until all services are complete. Therefore A --> B --> C, even though B has responded to A and then called C, A remains running until all composites are complete
    I'd envisage this is related to transactions and threads etc, however I was wondering if there were any properies thats could be set to alleviate this problem. I have considered using bpel.config.transaction etc.
    Currently placing a checkpoint (by no means ideal) after the reply resolves the issue. Presumeably as this forces dehydration
    Any thoughts would be appreciated
    Regards Dave

    Hello Dave,
    From my point of view, you should pass the message (immediately after receiving) to a intermediate storage (AQ, JMS, FILE/FTP) and then reply back with required info to the client. Let process C poll the intermediate location for incoming messages and perform rest of the processing. So calls will be like -
    A--> B --> Storage (JMS/AQ/FILE/FTP)
    Storage --> C
    Above solution would be good in case the frequency of messages from client is high. I don't know whether it fits in your requirement but this is an option.
    Regards,
    Anuj

  • Is Response Required in Proxy Service and Business Service

    Hi All,
    I have made proxy service that is putting message on the Queue through a Business Service. Now I wanted to know what is the use of "Is Response Required" configuration parameter in Business as well Proxy Service. Also what is the significance of the JMSCorrelationID and JMSMessageID.
    Thanks,
    Anuj

    Hi Anuj,
    You can refer to the documentation for the information on "Is Response Required" in
    Proxy Service @ http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/interopjms/transport.html#wp1096236
    Business Service @ http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/interopjms/transport.html#wp1097863
    And for the significance of JMSCorrelationID and JMSMessageID please refer to link @ http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/interopjms/MsgIDPatternforJMS.html
    Please do reach out to me in case you need specific information.
    Thanks,
    Patrick

  • Behavior of load balancers - Oracle weblogic 10.0 - immediate help required

    Hi,
    We have an environment where we have two load balancing servers for one application. We are facing an issue, where a request which comes from the front end (Ajax request) is re-submitted exactly after 3 minutes in this load balancing environment. At any time, one server is taking the requests, but the request is getting re-submitted after every 3 mins. First time, the request is taking more than 3 minutes to give the response, so, many requests are getting submitted each after 3 minutes. Can any one suggest me which setting/parameter of the load balancer cause this? And how to resolve this? We came to know that this is purely of load-balancing issue, as the same issue is not reproducible in normal environments (single server env)
    Awaiting your immediate response,
    Thanks in advance...
    Gayathri.
    Edited by: 900817 on Dec 29, 2011 9:34 PM

    If I understand your scenario,
    * a client at some other layer of your application submits an AJAX type request towards a service running on WebLogic 10.x
    * that transaction IS expected to have a long execution time -- longer than 3 minutes
    * your service on WebLogic is seeing the request submitted a second time (in error) after 3 minutes elapse while the prior thread is still running
    It sounds like:
    * the request was implemented as a synchronous call
    * your AJAX framework is using a default TCP timeout of 180 seconds (3 minutes) -- pretty standard setting
    * the client isn't seeing a response in 180 seconds and its TCP layer is assuming something errored out and is aborting the first TCP connection and resubmitting it.
    Assuming the load balancer isn't implementing its own 180 second limit on connections without any traffic flowing, you may need to either
    * find a way to tune your AJAX client to configure it to wait longer for responses
    * alter the implementation of the service to be an asynchronous call so the AJAX client waits for a callback sent by your service when execution completes.
    Hope that helps.

  • RFx Response Required for All Items

    Hi Team
    Kindly we use SRM 7 EHP1 with business scenario ( Extend Classic Scenario )
    IN Restricted RFx Item level there are checkbox ( RFx Response Required for All Items )
    We use it but does not work I do not know why ? any help from you ?

    Can you be more specific on behavior of system and why you feel the functionality is not working.

  • How to make response required when rejecting requisition in i procurement?

    *{color:#ff0000}When aprover rejects a requisition from Iprocument, then response should be required. System should not allow to reject a requisition without any response. How can we achieve this, is this posssible by any change in Req approval workflow?{color}*

    Assume that that the the Attribute name of the comment is 'APPROVER_CMT'
    Then write a pl/sql package as below and use it as post notification function in workflow.
    CREATE OR REPLACE PACKAGE BODY RB_TEST_PKG AS
    PROCEDURE notification_handler (
    itemtype IN VARCHAR2
    , itemkey IN VARCHAR2
    , actid IN NUMBER
    , funcmode IN VARCHAR2
    , resultout OUT NOCOPY VARCHAR2
    AS
    v_nid NUMBER := NVL (wf_engine.context_nid, wf_engine.g_nid);
    v_result VARCHAR2 (30) := wf_notification.getattrtext (v_nid, 'RESULT');
    v_comments VARCHAR2 (240) := wf_notification.getattrtext (v_nid, 'APPROVER_CMT');
    BEGIN
    IF (funcmode = 'VALIDATE' OR funcmode = 'RESPOND' ) THEN
    IF (v_result = 'REJECTED') THEN
    IF (v_comments IS NULL)
    THEN
    raise_application_error (-20001, 'Please enter comments');
    END IF;
    END IF;
    END IF;
    END notification_handler;
    END RB_TEST_PKG;
    Regards,
    Ravi.

  • Need to make response required on rejecting expense claim (Workflow/OIE)

    Hi,
    I have a customer requirement as follows:
    When a manager is rejecting an expense claim (on the Workflow Notifications page - /oracle/apps/fnd/wf/worklist/webui/NotifDetailsPG), I need to validate that the Note field is populated. So, basically, I need to stop the user from rejecting a claim if a reason for rejection is not provided in the Note field.
    At this moment, I am at my wits end on how to achieve this - would highly appreciate any pointers on how I might proceed towards achieving this.
    Thanks in advance for your time
    Kiran
    PS:
    1. I have already posted this message in the Workflow forum - so if you come across this twice, please forgive me - just trying to reach a larger audience
    2. I am well versed with OAF extensions. I also know that NotifDetailsPG is just a place holder. However, since the "Response" header region, the Note field and the page buttons are all FND region/code, I am not sure if I can customize it. Thus the question.

    Assume that that the the Attribute name of the comment is 'APPROVER_CMT'
    Then write a pl/sql package as below and use it as post notification function in workflow.
    CREATE OR REPLACE PACKAGE BODY RB_TEST_PKG AS
    PROCEDURE notification_handler (
    itemtype IN VARCHAR2
    , itemkey IN VARCHAR2
    , actid IN NUMBER
    , funcmode IN VARCHAR2
    , resultout OUT NOCOPY VARCHAR2
    AS
    v_nid NUMBER := NVL (wf_engine.context_nid, wf_engine.g_nid);
    v_result VARCHAR2 (30) := wf_notification.getattrtext (v_nid, 'RESULT');
    v_comments VARCHAR2 (240) := wf_notification.getattrtext (v_nid, 'APPROVER_CMT');
    BEGIN
    IF (funcmode = 'VALIDATE' OR funcmode = 'RESPOND' ) THEN
    IF (v_result = 'REJECTED') THEN
    IF (v_comments IS NULL)
    THEN
    raise_application_error (-20001, 'Please enter comments');
    END IF;
    END IF;
    END IF;
    END notification_handler;
    END RB_TEST_PKG;
    Regards,
    Ravi.

  • Help required: Two smartforms for same output type?

    Dear All,
    I have a requirement to display bill of lading for a shipment.
    The shipment usually contains two kinds of materials.
    The data to be displayed for the first set of materials data is different from what is
    displayed for the second set/kind of materials. The layout(columns and structure) is entirely
    different. But the user wants to see the two sets of data in two pages, (for the same output type).
    But, from what I know, we can only associate one smartform to an output type.
    Any inputs.
    Thanks.

    Hi
    V/30, just check your output type, if you click on form and routines there is option assigning multiple programs and forms (i,e, Upto 5).
    Have not tried it , you can try and let us know your feedback
    Regards
    Jitesh

  • Java.lang.StackOverflowError**Urgent Response Required !!!

    All,
    I have included a custom page in iProcurement 11.5.10. The page was created using jdev and XML Import Command was to import the page to JDR tables. A custom menu is defined for the application where in the page was included as a seperate tab. The requirement is to make the application route to that page when iProcurement responsibility is clicked. This is happening but when the page is tried to revisit from anyother tab , there is an exception thrown for the page.
    It looks like below:
    Request URI:/OA_HTML/OA.jsp
    Exception:
    java.lang.StackOverflowError
    Did i miss out something while defining functions and menus. Any pointers will be of great help.
    Thanks.

    Hi,
    I am not able to run the page locally from jDEv. It was not able to open the application. I ran the page directly in the application from the starting of page development. There is no exception thrown as usual. Its actually another HTML file opened which shows the error as mentioned previously. I am not able to give details as I cannot attach a screen shot here.
    Thanks.

  • JDBC response requirement

    hi
    we are triggering a JDBC stored procedure using MsSQL where we select a name based on the location that we get in the source file.
    the structure of the response MT is like below:
    <MT_response>
      <row>     1..n
         <Name>  0..1
    what we require is ..that even if the DB doesn't return any rows from a particular location, the response should have the row field nonetheless with the Name field missing.
    for example the source file has 2 cities - london and delhi
    the Stored proc resultset has 4 names for london and none for delhi.
    so we want that 4 rows with Name field should come in the MT_response corresponding to london
    and 1 row with no Name field should come in the response for delhi.
    please help.

    Hey itisha,
    You will have to convert your MI to Outbound sync for file and inbound sync for jdbc.
    Now if you see the interface mapping between this two interfaces .. it will have both request and response mapping..
    request mapping is the normal that we use...but after you get the response from jdbc...you do not want the ROW node to go away....then you add a response mapping also where you can do all this kind of transformations
    and then send the result file to a folder..
    Settings given in the below Wiki will also need to be done...only difference is you scenario is Fileasync to Jdbc sync
    but the one given here is File async to RFC sync ...concept however of response mapping and sending response to async file system will remain same
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file%2528without+bpm%2529

  • Help required in smartform output medium

    Hi All!
    I have a requirement where in the smart form, may be either:
    printed,
    saved as a pdf,
    sent as a fax,
    sent as an e-mail.
    we want all the logics to be in the print program based on any criteria.
    Is it possible to include all such logic in the same print program, and if so how can we choose the output medium, at the runtime i meant based on what criteria, the program is going to give the output.
    Thank in advance!!!
    Ashok
    Assured reward points.

    Hi,
    This is possible.
    You have to provide controls in your driver program and accordingly call the FM for either print, email or FAX on user choice.
    1. For Printing you have to directly call the smartform in your program.
    2. For Pdf - printing smartform
    3. For email/Fax -  How to send smartform as an email or fax
    Re: Smartforms to PDF
    Regards,
    Amit

  • Creating a response requires a metadata set?

    Perhaps I've mucked this up but for somereason I am now required to specify a metadata set when I try to create a response.  Any required fields of md groups are also required.  The admin guide screen shots do not show this as required.  Any ideas on why my installation is requiring it? and how to get rid of it.
    I'm running FCS 1.5.2 on OS Server.
    I see it under multiple accounts.
    Thanks

    After poking around, found that on several custom metadata groups that were provided by FCSvr in the window, I had for some reason added the Subscription Response() metadata set. 
    Must have done this in testing phase. 
    Does anyone know why this might be useful?
    Thanks

  • Immediate help required with decode statement in scheduling jobs

    Hi
    Iam trying to change a job that runs my procedure using dbms_job.. Here is the output I got.
    Can someone help me why this is giving me errors.
    <code>
    SQL> exec dbms_job.next_date(395,decode(sign(substr(to_char(sysdate,'dd/mm/yy hh24:mi'),10,2)-17),-1,'trunc(sysdate) +18.5/24',1,'trunc(sysdate)+1+6.5/24'));
    BEGIN dbms_job.next_date(395,decode(sign(substr(to_char(sysdate,'dd/mm/yy hh24:mi'),10,2)-17),-1,'trunc(sysdate) +18.5/24',1,'trunc(sysdate)+1+6.5/24')); END;
    ERROR at line 1:
    ORA-06550: line 1, column 30:
    PLS-00204: function or pseudo-column 'DECODE' may be used inside a SQL
    statement only
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    </code>
    Thanks in advance

    A possible solution:
    declare
    v_next_varchar varchar2(30);
    v_next_date date;
    begin
    select decode(sign(substr(to_char(sysdate,'dd/mm/yy hh24:mi'),10,2)-17),
                              -1,'trunc(sysdate) +18.5/24',
                                 1,'trunc(sysdate) +1+6.5/24'
    into v_next_varchar
    from dual;
    execute immediate 'select ' || v_next_varchar || ' from dual ' into v_next_date;
    dbms_job.next_date(22, v_next_date);
    commit;
    end;Bye, Aron

  • Frequency response requirements for headphones with CMSS on XFi ???

    Hi,
    I would like to know if someone could tell me what kind of heaphones are suitable for the CMSS mode with the XFi.
    I mean between : flat response/free-field correction/diffuse-field correction.
    Applying HRTF filtering should mean that headphones with flat response is the best option ( same configuration as binaural recordings).
    But I have a big doubt that Creative team expects costumers to possess such a pair of headphones, as it is rather for scientific uses (psychoacoustics, audiology etc...).
    So, if we look at the technical solutions for wide audience we have two options (FF correction and DF correction). Here is a trick because these corrections intend to reproduce some of the effects from HRTF (for two different environment configuration of HRTF measurements). It is why the frequency response of most of the headphones have a notch between 4Hz and 0 kHz.
    To simplify, if we listen binaural sounds with classical headphones the effect of outer pinna is reproduced twice.
    So I guess Creative have implemented a kind of normalization/equalization/correction process to deal with the non-flat frequency response of headphones, but do someone know if they have chosen diffuse field or free field correction ?
    This post might seem a detail but the issue can be very important for the accurate localisation and the coloration? of 3D sounds with headphones.
    Thank you, and please forgive my english!

    The only possibility that I can think of is that 2/2. mode is NOT as simple as headphone mode with crosstalk cancelation. Perhaps the HRTF only kicks in for sound sources outside of the arc directly in front of the listener. If that were the case, you wouldn't percei've any distortion for sound sources in front of you.
    Also, you are wrong regarding DirectSound3D. Keep in mind that Direct3D and DirectSound3D are not the same. The whole point of OpenAL and DirectSound3D is that they present an API to the programmer through which there is NO specification of the number of speakers. When using OpenAL or DirectSound3D, the only thing a programmer can do is specify the location of a mono sound source in 3D space relati've to the listener. The speaker settings for your DirectSound3D or OpenAL device will then determine how this sound is "rendered" by the soundcard. It is not under control of the game. For example, if you have 5. speakers and the 3D position is behind you, the SOUND CARD will make the decision to use the rear speakers. If you use headphones, the SOUND CARD will decide to apply an HRTF to create the illusion of a rear sound source. The point is that the game does not have control over how many speakers you will get sound from.
    However, to further complicate the situation, there are SOME games (HL2 is an example) where DirectSound3D is used, BUT the sound output of the game itself IS a function of the Windows speaker settings. This is not how programmers are SUPPOSED to use DirectSound3D. I've written about this countless times. There is a good post on [H]ard|Forum about this. Do an "advanced" search with my username (thomase) looking for the terms "hl2" and "cmss".

Maybe you are looking for

  • How to Disable Image Processor Dialog Box?

    Hey guys, It's driving me nuts. I'm trying to create an action where I move image folder onto a droplet, which is image processor script and have all psd files turned to images. Howerver, each time I get the dialog box asking me input/output folder i

  • Login name appears as full name - how to change to short name?

    My user name for login on previous versions of OS X always appeared as the "short name". Since I installed a fresh copy of Snow Leopard, the user name in login boxes appears as my full name instead. How do I make the short name appear instead? (I'm a

  • N95 Error when updating Adobe Flash player

    On my Nokia N95, the Adobe Flash lite player got the version 2.0 built in (that version do not support Flash application ver. 8) So I tried to update the player on the Adobe web site to Flash Lite 2.1 for Symbian  and even tried to install the plug-i

  • 16:9 vs 4:3 subtitle buttons - HELP!

    Greetings, I am wrapping up a big dvd project that has "buttons" over video (using the subtitle buttons) over 16:9 video tracks. The button hi-lights show up fine on when the dvd is played back on a 16:9 monitor - but when played on a 4:3 monitor (pl

  • Can't open my Utilities on Macbook Pro

    I just bought a used Macbook Pro, everything works terrific except for the fact that whenever I go to "About This Mac"  nothing happens and when I click on "Utilities" it says "The operation can't be completed because the item can't be found.".  I th