BDC - Stop at screen

hey ,
i want to create BDC to go via some screens and input data and stop at  the last screen .
run va02->vici->vi01  -  shipment cost simulation.
in the end of the bdc recording i wrote intention error in order to stop the bdc at my screen but when i want
to leave the screen i have to push 3 times back  vi01->vici->va02 .
is there any simple way to stop at screen with bdc and leave after to the program that called the bdc ?
Regards
ASA

hey dave ,
the recording is from one transaction to another , from va02 TO vici AND TO vi01 in simulation mode ,
between those transaction there is no /N  . 
i tried after VI01 to leave with  /N , /NEND but it go's back to VICI and then to VA02 ( back in the order of the BDC stack ).
what do you mean by leaving out to ok code ?  can you post sample code .
thanks
ASA .

Similar Messages

  • How do I stop my screen saver from coming on too quickly on my MacBook Pro 2012, How do I stop my screen saver from coming on too quickly on my MacBook Pro 2012

    How do I stop my screen saver from coming on too quickly on my MacBook Pro 2012

    MacBook Pro
    https://discussions.apple.com/community/notebooks/macbook_pro
    https://discussions.apple.com/community/mac_os?view=discussions 
    http://www.apple.com/support/macbookpro

  • How do i stop the screen from rotating on my iphone

    how do i stop the screen from rotating on my iphone when i move the phone from horizontal to vertical

    You can lock your screen from rotating. Double-click the home button, then slide your finger to the right until your get to the iPod section. There you click the icon on the left and that will lock your screen. You can unlock it the same way.

  • How can i get my hp dv-7 to stop blue screening with the new ocz vertex 3 ssd

    installed a new ocz vertex 3 ssd on my pavilion DV-7-6b75nr and it will now not stop blue screening.Even took it to a computer shop and they could solve the issue. is this laptop not meant for sata 3 SSD's or do i need a certain one or does hp have to install it? windows7,computer 3 weeks old,I7 processer...using the SSD for my os and main boot drive..Computer shop said i might need to rewrite HPs bios...??

    Hi,
    You can find the list on the following link:
        http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c02763358&tmp_task=prodinfoCategory&cc=us&dlc=en​...
    Please install the following list:
    1. Software multimedia
    2. All components of Software solutions
    3. Utilities
    from the following link:
       http://h10025.www1.hp.com/ewfrf/wc/softwareCategor​y?os=4063&lc=en&cc=us&dlc=en&sw_lang=&product=5064​...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Hi, how can I stop my screen from freezing up.Its acts like a scratch card, I use the mouse cursor to rub away to find the password box?

    HI,how can I stop my screen from freezing, It acts like a scratch card,I run over it with the mouse to scratch away at the grey screen to find the password box
    underneath?

    OS X: Login window partially appears, cursor movement redraws screen

  • BDC on Selection Screen report

    Hi Experts,
    Is there any norm of NOT using BDC for selection screen reports? Please share your experience if someone had used it and faced issues later.
    Thanks,
    Chirantan

    Hi Chirantan ,
    I would advice you to use submit report option instead of BDC.
    First capture your selection screen parameters into a selection_table and fill it with suitable data .
    Use submit report and there you go......... report is executed.
    ALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'
                EXPORTING
                  CURR_REPORT               = 'ZREPORT'
    *         IMPORTING
    *           SP                        =
                TABLES
                  SELECTION_TABLE           = LT_SELSCREEN
    *           SELECTION_TABLE_255       =
    *         EXCEPTIONS
    *           NOT_FOUND                 = 1
    *           NO_REPORT                 = 2
    *           OTHERS                    = 3
              IF SY-SUBRC <> 0.
    * Implement suitable error handling here
              ENDIF.
    * Fill LT_SELSCREEN
              LOOP AT LT_SELSCREEN INTO LW_SELSCREEN.
                CASE LW_SELSCREEN-SELNAME.
    *           WHEN OTHERS.
                ENDCASE.
              ENDLOOP.
                SUBMIT ZREPORT
                      USING SELECTION-SCREEN 1000
                WITH SELECTION-TABLE LT_SELSCREEN
                AND RETURN .
    Regards ,
    Yogendra Bhaskar

  • Why the Podcast stops when screen off? (iOS6)

    Why the Podcast stops when screen off? (iOS6)

    iHeartRadio is an app from an independent vendor. It is not from Apple, and Apple can't do anything to fix a broken app. Contact Clear Channel, the developer.

  • LED notification stops by screen lock time out

    I found some problem about LED notification. It stops by screen lock time out. My test procedure :- - Screen off by push the top button - Send test e-mail from laptop to my Q10, LED notification will flashing while now is black screen - Call in by another phone then screen will shown at the wall paper - Then after "screen lock time out", screen become dark and now LED flashing will stop So, I can not know the e-mail come in if I leave my phone for a while. Please help

    I don't have a PIN lock set up, but still LED notifications for missed calls don't work on my Pre (GSM, o2 Germany), not even after waking up the screen. At least if I only have one missed call. Strangely enough, as soon as I have a second missed call, the LED starts to blink.
    My guess is it has to do with the way the phone notifies about missed calls. With only one missed call I don't see a normal notification at the bottom of the screen, but a question dialog with two buttons "call back" and "close". Maybe the phone doesn't treat this as a real notification which would trigger the LED.
    As soon as a second call comes in and is not answered, the first missed call notification becomes a real one-line notification at the bottom and the second call gets this question dialog, so maybe this is what triggers the LED notification. But I'm just guessing.
    Anyway, this is really annoying. I can't understand why things like these are not found and fixed during testing of the update, this is pretty basic stuff, not any extraordinary user behavior.

  • BDC: Table Control Screen Resolution

    Hi Abapers,
    1.In BDC while handling table control , how to handle screen resolution , that means in some systems i can see 5 item entries , in some systems i can see 10 item entries how to handle this , can u  send the Code relating this.
    With Regards
    Bhaskar Rao.M

    hi
    The numeber of lines of table control for BDC depend on screen resolution, but It can't be managed by program.
    So the better solution is to create a bdc doesn't depend on resolution.
    It can do that using always the first two lines of table control.
    When you start the simulation, first record has to be placed in first line of tc and the second in second one.
    Before placing the third record, it needs to place the second record to the top and so the third record can be placed in the second line.
    Before placing the next record, it needs to place the third record to the top and so the fourth record can be placed in the second line and so.
    In this way your BDC'll use alwways the first two lines of tc and your program won't depend on resolution.
    The problem is the transaction you need to simulate by BDC has to have a scroll functionality to allow to place the last record was elaborated to the top of tc, so the second line of tc can always be used to place the new record.
    If there isn't this functionality, it's better to use a BAPI instead of BDC.
    check these two
    BDC - standard screen resolution required?
    https://forums.sdn.sap.com/click.jspa?searchID=739193&messageID=823953
    reward points if found helpful

  • How to stop Blue screen

    Hi , can anyone help me to stop blue screen?
     system:
    Windows 7 Ultimate
    Intel®Core™2 Quad CPU   Q6600   @ 2.40GHz  2.39GHz
    Installed memory (RAM):4.00 GB
    System type:64-bit Operating System
    Problem signature:
      Problem Event Name:        BlueScreen
      OS Version:                          6.1.7600.2.0.0.256.1
      Locale ID:                             1033
    Additional information about the problem:
      BCCode:                              
    50
      BCP1:                                   
    FFFFF800070E3BDC
      BCP2:                                   
    0000000000000008
      BCP3:                                   
    FFFFF800070E3BDC
      BCP4:                                   
    0000000000000002
      OS Version:                          6_1_7600
      Service Pack:                        0_0
      Product:                               
    256_1
    Files that help describe the problem:
      C:\Windows\Minidump\050414-23103-01.dmp
      C:\Users\HOME\AppData\Local\Temp\WER-30388-0.sysdata.xml
    ‘PLEASE’ blue screen is killing me.

    You are asking your question in the wrong forum (Training and Certification).
    Try asking in the Windows forum instead:-
    http://answers.microsoft.com/en-us/windows/forum/networking?sort=lastreplydate&dir=desc&tab=Threads&status=unanswered&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=Questions&tm=1399131681659
     - where hopefully you will get a speedy reply.

  • How do i stop black screen from media playback

    how do i stop black screen from media playback?

    You mean. as in when you put the phone on your face when you are talking?
    It goes dark so you will not open apps are press other controls while the phone is pressed to your face.
    Don't be rediculous.

  • How to stop the screen from coming on in my pocket on my Samsung GS4

    When I put my Samsung Galaxy S4 in my pocket or my wife puts hers in her purse the display keeps lighting up because the buttons are apparently getting pushed. This is running our batteries down when we aren't even using the phones. Is there a way to stop the screen from lighting?

    Make sure that you don't press the home button or power button when you put the phone away. You can reduce the screen time out time down to 15 seconds thereby reducing the battery usage to that short time period. Also make sure that your phone sleeve is not pressing against those two wake up buttons.

  • HT4890 How do I stop the screen from rotating, I am new to IPad

    How do I stop my screen from rotating when I am using it

    There are a few ways to get the screen to "enlarge", so it depends on what you are doing to make it happen.
    For example, on a trackpad you can double-tap (not click) with two fingers to zoom in web pages.  Or you can slide two fingers in a spreading out fashion to zoom in.
    Do you have any notion about what you are doing when the undesired enlarging occurs?
    charlie

  • How can I stop the screen on my iPad from dimming & turning off so quickly?

    How can I stop the screen on my iPad from dimming &amp; turning off so quickly?

    Settings>General>Auto-Lock>Set the time you want.

  • Any key to stop the screen from sliding

    any key or application for IPAD, that may help to stop the screen from sliding?

    What do you mean by "sliding"? Are you talking about changing orientation from portrait to landscape and vice versa?
    If so, then yes. You can lock the screen using either a more permanent solution in Settings > General >Use Slide Switch to "Lock Orientation". This will allow you to flip the switch and lock the screen. if you use the switch as mute lime I do, then you can use the moe ad hoc method...
    Double click the Home button to bring up the task bar. Slide it left to see the Audio controls and you will also see an Lock icon. Tap that to lock the screen in the current orientation. You can easily turn it off using the same procedure and still retain the mute functionality of the slide switch.

Maybe you are looking for

  • Schedule Line Item 100001 delivery date is missing

    Hello Sirs, After created a sales order in ECC and transferred to TM via XI, the queue remains with STOP status. Entering in transaction /SAPPO/PPO2 I'm facing the error "Schedule Line Item 100001 delivery date is missing". The delivery date is fille

  • Duplicate versions preference not working in Aperture 3.1.3?

    After upgrading to Ap 3.1.3, when I choose the pref to duplicate versions when making adjustments, nothing happens. It always worked before. I turned it off and on a few times, re-started Ap, etc. Thoughts?

  • Problem while opening PDF in SAP Inbox

    I am trying to read the spool from SAP background job and sending to SAP inbox. PDF is not opening in th eSAP Inbox... Reading from spool using FM CALL FUNCTION 'RSPO_RETURN_SPOOLJOB'       EXPORTING         rqident = w_spool_no         DESIRED_TYPE

  • Clip problems in themes

    Here is a weird one. When I drop a clip into the "Roadtrip" open sequence the clip somehow gets flipped. Meaning it is a mirror image of itself. Why does it do this? Also - is there anyway you can have the theme just spill over the remaining footage

  • What language in SAPScript

    Hi,    How can I tell from within a sapscript what language is in use for translation. I need be able to determine in a subroutine of the form if the language for translation at runtime is French so that I can set the value of a particular symbol acc