Calling a screen without bdc

Hi,
    I m entering sales order no and language in the selection screen.if header text
doesn't exists in that language for that given sales order.then i want to goto that screen where I can create header text for taht given language. i don't want to use
BDC  to go to that paricular screen.how can i directly go there from selection screen.
please do the needful
Hemant

There is no other way than BDC, if you want the standard screen, as its not the second screen of the transaction.
The idea Martin has given still will not throw you in the text editor screen as that is not the second screen.
Else, you can have your own TEXT_EDIT control and save the text, using the SAVE_TEXT function.
Regards,
Ravi
Note - Please mark all the helpful answers
Message was edited by:
        Ravikumar Allampallam

Similar Messages

  • How to call session directly in bdc without using SM35

    how to call session directly in bdc without using SM35

    HI
    good
    you r using the sm35 to see the session for calling teh session in your report
    ATA:   messtab LIKE bdcmsgcoll OCCURS 0 WITH HEADER LINE ,
    c_session  LIKE   apqi-groupid VALUE 'Z3PL_CUST' ,
    c_job      LIKE   tbtcjob-jobname VALUE 'Z3PL_JOB_CUST' ,
    c_flag     TYPE    c VALUE 'X'  ,
    g_qid      TYPE apqi-qid      .
    thanks
    mrutyun

  • Called Screen using BDC Call and Submit

    Hi there
    while returning back from the Called Screen using BDC Call , i am not able to get the Basic Screen. It displays The Selection Screen of the called Transaction.
    Kindly plz help me regarding this problem
    Thanks
    Saurabh

    Which Transaction are you calling?
    Regards,
    Deepa Kulkarni

  • How can i reject incoming calls in lock screen , without using ON/OFF key ??? (in iOS 7.0.2)

    how can i reject incoming calls in lock screen , without using ON/OFF key ??? (in iOS 7.0.2)

    You can't. Either tap the Sleep/Wake button or just let the call to continue to ring.

  • Problem in calling dynamic actions in BDC

    Dear All,
    I have created a subroutine which is called when an entry is made in IT0015 for a particular wagetype. So I have used dynamic actions to serve the purpose.
    But the entries in IT0015 are made through a BDC, and I am facing in calling dynamic actions through BDC. I have tried the following code:
    DATA: opt TYPE ctu_params .
    DATA: zmode TYPE c VALUE 'N',
    zupd TYPE c VALUE 'A'.
    opt-dismode = zmode.
    opt-updmode = zupd.
    opt-defsize = 'X'.
    opt-nobinpt = 'X'.
    ******While calling transaction in BDC
    CALL TRANSACTION 'PA40' USING g_t_bdc
    OPTIONS FROM opt
    MESSAGES INTO g_t_messtab.
    But this does not work, it only calls the first screen of tcode PA30 and only populates the PERNR in that.
    Please suggest how do I rectify this problem.
    Regards,
    Kanupriya

    Hi Marcin,
    When I call PA30 without using options i.e.:
    CALL TRANSACTION 'PA30' USING BDCDATA MODE 'A' UPDATE 'S'.
    then, the BDC works perfectly and calls all the required screens correctly.
    But when I use:
    CALL TRANSACTION 'PA30' USING bdcdata
    OPTIONS FROM opt
    MESSAGES INTO messtab.
    then, it shows me only the first screen of PA30 and stops there.
    Also, if I hard code a break-point in my subroutine and save an entry in PA30, then the subroutine stops at the breakpoint. But if I call PA30 with SHDB transaction, then the code does not stop at subroutine which means the subroutine is not being called with SHDB.
    Please suggest why this is occuring.
    Regards,
    Kanupriya

  • Call multiple screens from LSMw

    Hi
    i want to call multiple screens from lsmw
    I need to call a three transaction from LSMW wich are subzequent steps for data entry.
    1) first tcode to be called is eprodcust which creates some master data and using this master data and some fields of data creatd i need to call two more tcodes first iq01 to create meter and save then eg31 tcod to feed data.
    Please suggest where in lsmw can i give options for suc hscnerio and call of subsequent screens.
    regards
    Edited by: Prieti_V on Nov 8, 2011 8:28 PM

    Hi Priti ,
    we have few options to handle such cases , to avoid Locked Problems what you can do is
    -->write BDC program within LSMW to create installation ( this will be created within step of 11 Convert Data ).
    -->Based on the above BDC results ,run another BDC within LSMW to create Device.( this will be created within step of 11 Convert Data ).
    -->third BDC records , let SAP do it thru LSMW or can you do it convert data step itself.
    this approch needs lots of codes , so in worst case and if you dont want to break the loadings the follow this.
    *Better to find any BAPI which will do creation of installation ,devices
    regards
    Prabhu

  • How to call initial screen from Sm30 screen back button

    Hi All,
    I have written a program to call SM30 transaction using BDC method.The values entered on initial screen of report are being passed on to SM30 screen through BDC . As per selection criteria inserted on screen only those particular entries are being displayed on SM30 table maintenace screen.
    But when I click on BACK button on table maintenace screen of SM30 it takes me to first screen of SM30 ransaction instead of report's first screen.
    What do I have to do to move on to first screen of report when BACK button clicked .
    Thanks
    Saurabh

    Creata table maintenance generator for your table. You need not have to do a BDC to SM30 to maintain the table. You can use the FM "VIEW_MAINTENANCE_CALL" by passing the table name. This will also take in the criteria to filter the record in the table display. Now if you press back button from here it will take you back to your report screen.
    Regards
    Ranganath

  • Hide screen in bdc

    Hi i am writing DBC program  for f-02 ,code is follows,all the posting is going well i wont hide the screen in bcd (direct post the transaction with out user interfere ) .how can i do it
    perform bdc_dynpro      using 'SAPMF05A' '0100'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RF05A-NEWKO'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'BKPF-BLDAT'
                                  '060306'.
    perform bdc_field       using 'BKPF-BLART'
                                  'SA'.
    perform bdc_field       using 'BKPF-BUKRS'
                                  '6000'.
    perform bdc_field       using 'BKPF-BUDAT'
                                  '06.03.2006'.
    perform bdc_field       using 'BKPF-MONAT'
                                  '12'.
    perform bdc_field       using 'BKPF-WAERS'
                                  'LKR'.
    perform bdc_field       using 'BKPF-XBLNR'
                                  '18998'.
    perform bdc_field       using 'BKPF-BKTXT'
                                  'SPX'.
    perform bdc_field       using 'FS006-DOCID'
    perform bdc_field       using 'RF05A-NEWBS'
                                  '01'.
    perform bdc_field       using 'RF05A-NEWKO'
                                  '188'.
    perform bdc_dynpro      using 'SAPMF05A' '0301'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RF05A-NEWKO'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'BSEG-WRBTR'
                                  '2000'.
    perform bdc_field       using 'BSEG-ZFBDT'
                                  '06.03.2006'.
    perform bdc_field       using 'BSEG-ZUONR'
                                  '1.3'.
    perform bdc_field       using 'BSEG-SGTXT'
                                  '18999'.
    perform bdc_field       using 'RF05A-NEWBS'
                                  '50'.
    perform bdc_field       using 'RF05A-NEWKO'
                                  '10001400'.
    perform bdc_dynpro      using 'SAPMF05A' '0300'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'BSEG-MEINS'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ZK'.
    perform bdc_field       using 'BSEG-WRBTR'
                                  '2000'.
    perform bdc_field       using 'BSEG-MENGE'
                                  '2'.
    perform bdc_field       using 'BSEG-MEINS'
                                  'EA'.
    perform bdc_field       using 'BSEG-ZUONR'
                                  '1.3'.
    perform bdc_field       using 'BSEG-SGTXT'
                                  '18999'.
    perform bdc_field       using 'DKACB-FMORE'
                                  'X'.
    perform bdc_dynpro      using 'SAPLKACB' '0002'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'COBL-KOSTL'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ENTE'.
    perform bdc_field       using 'COBL-KOSTL'
                                  '6000010101'.
    perform bdc_dynpro      using 'SAPMF05A' '0330'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'BSEG-XREF2'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=AB'.
    perform bdc_field       using 'BSEG-XREF1'
                                  '1005151'.
    perform bdc_field       using 'BSEG-XREF2'
                                  '1005151'.
    perform bdc_dynpro      using 'SAPMF05A' '0700'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RF05A-NEWBS'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=BU'.
    perform bdc_field       using 'BKPF-XBLNR'
                                  '18998'.
    perform bdc_field       using 'BKPF-BKTXT'
                                  'SPX'.
    call transaction 'F-02' using bdcdata mode 'g_mode'  messages into it.
    Thanks
    kanishka

    Hi dear frd,
    Three possible entries are there for MODE.
                      A          -           Show all screens.
                      E          -           Show only screens with errors.
                      N          -           Show no screens.
    You can pass N if you dont want to show screens in BDC.
    Rewards points if useful.
    Regards,
    GURU

  • Hi  I am a keen photographer and I have just bought you SD card reader for ipad. This works well but was winding if there is an app that I can view the images on the SD card full screen without having to import them to the iPad or is there a way to do thi

    Hi
    I am a keen photographer and I have just bought you SD card reader for ipad. This works well but was winding if there is an app that I can view the images on the SD card full screen without having to import them to the iPad or is there a way to do this on the iPad
    The reason for buy this was for when I was out and about to get a better view off my images.
    I have a iPad 2 16gb
    Hope you can help!
    Thanks

    A couple of weeks ago, (after reading a review in TUAW) I bought a wireless hub/ SD card reader called RAVPower.  its app comes with a built in viewer, so you can load it up, and see the pics full screen. 

  • Calling new screen (through variant)

    Hello Gurus,
      I have a small question.
    We have following scenario to implement:
    In Shopping Cart we want new source of supply screen. On click of Source of Supply screen this new screen should be displyed.
      Can anyone tell efficient way to do this without standard code modification?
    Can we use screen variant to replace the subscreen with new subscreen?
    Thanks,
    Girish

    you can do it by catching the function code of that button and call the screen when user press button by
    CALL SCREEN scr.
    Addition:
    ... STARTING AT x1 y1 ... ENDING AT x2 y2
    scr is screen no.
    or if you want to do it in report
    just code it in at user-command .
    and try to use
    show your data by increasing sy-lsind.
    regards
    shiba dutta

  • Phone is Locked into an Emergency Call Lock Screen

    Hi All,
    My SX-Z1C is currently locked into an emergency call lock screen. I tried rebooting the modem without the SD card and SIM but it didnt work. is there a way to reformat the phone without getting into the settings / homescreen? Coz right now i cant get pass through the Emergency Call Lock Screen to get to the homescreen or settings. If so what tools do i need.? Or is there a way to fix the issue without reformatting the phone
    Solved!
    Go to Solution.

    To perform a system repair
    Switch off your phone and unplug from Pc (Hold volume up and power for around 10 seconds)
    Start PC Companion and select Support zone then Update my phone/tablet then in Blue Repair my phone/tablet and follow the onscreen instructions - When prompted connect your phone still switched off holding volume down - This should start the repair or reformat process
    If you are using Windows 8/8.1 or a 64bit operating system then adjust the settings for PC Companion and run in compatibility mode and chose Windows 7 or XP
    Remove your IMEI number from your above post
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Need call recording software without beeps. Need t...

    Hi
    Need some Call recording softwares
     without beeps. Most call recording software
    have trial period, so later I have to pay via 
    credit card through paypal or some similar
    ways. But I don't have any credit card which I can use!
    Does exist some call recorder softwares
    with no beeps, which could I buy through
    charging in phone bill?
    Sorry for my english 
    Thanks,
    Matandrius 

    The best for a long time of period is Boldbeast, however it is not avaiable in Nokia Store.
    You need also a IMEI registration for that so if switching the phone cost  a new buy.
    The cost is at least USD20.
    You can also buy this cheap application, but I cant really tell if it is working smoothly. No try out though but it is a cheap way of doing recordings of calls manually.
    In-call Office+
    It has been working earlier but now I cant gaurantee that but Boldbeast is the king in this.
    Nokia 808 again (delight Belle), Nokia E7 and X7 ( again, all on Delight Belle...after some time on Nokia Lumia 925 (retired), 1020 (not that great)and Lumia 820 (Replaced my router at home, great for internet sharing).., N9 The best device ever (use it as much as Lumia 1020), Nokia 700 (Sport Phone/My Love :-) ) Nokia 701, Nokia E6 (Should have a follow-up from Nokia among with larger screen, NFC, Autofocus), Lumia 800 (Retired After 6 weeks), -Sports Tracker-Nokia Internet Radio-Handy Safe-Skype-Bambuser-Screenshot app pro-fMobi-ComingNext-Manual TaskSwitcher-jagiTimer-Easy StopWatch-Boldbeast-Equalizer-Financial Calculator-WiMP Music-YTasks-Davi-Thumbnail Folders-BizCalendar-Tiny7-Situations-nn reeder-Sport Timer-CameraLover-CameraPro-GrabRadio-LiveScore-Poddi-Gravity-SkyFilesPro

  • Call Transaction Method of BDC

    Hi All,
    How to read screen field values using Call Transaction method of BDC? The BDC recording for the transaction /SAPAPO/TSCOPY has been done and only values from 2 fields have to be read which deals with Keyfigures. GS_KFMAP-KEYF_FR & GS_KFMAP-KEYF_TO are the two screen fields.
    Thanks & Regards,
    Savitha

    Hi Savitha,
       Can you please clarify Whether you want read the values or Populate values to screen fileds using call transaction?.
    If you want to read the screen filed values.I think we do n't use BDC.Directly we can refer to the screen fields and try to find out what fileds(dictionary) they are reffering.

  • I am using Iphone 5. Since the last 3 weeks the phones has been acting weird. on dialling a call it get hung on disconnecting it stays on the call ending screen only. this happens for atleast 5 to 7 minutes and then it gets to normal

    I am using Iphone 5. SInce the last 3 weeks the phones has been acting weird. on dialling a call it get hung on disconnecting it stays on the call ending screen only. this happens for atleast 5 to 7 minutes and then it gets to normal or the other way is to turn the device off and then turn it on. the phones also running slow and therefore at times becomes very cumbersome. a few of my friends have also been having the same problems.
    I have taken the phone to the service outles but the best they did was to reboot the phone it works fine for a day or two but again the same issue.
    Can anyone share any info on it?

    I'm glad to hear that they replaced your phone. Any experience I have had with Apple customer service and/or Genius bar has been extremely positive. While I have had positive outcomes from trouble with other phones in the past, they are not as quick and  friendly. I had a Motorola phone and a Samsung phone go bad several years ago and warranty work through AT&T required that I wait for a replacement unit and then mail back the original unit to keep from being charged for the device. This usually meant almost a week without a phone. Nice to walk into Apple and walk out with a replacement device. Enjoy your phone.

  • How to call a screen in a new session -- Urgent

    Hi all,
    I need to call a screen from another program in a new session, is it possible or not? if possible, please help me. After that when clicked on one button, session should automatically closed. waiting for valuable replies....
    Thanks in Advance.
    Siva Sankar.

    Hi Gourav,
    Thanks for ur quick reply. Actually i'm calling a module pool program from one screen when clicked on one button. My requirement is that module pool program should be opened in seperate session. when clicked on exit button in new session, that session should be closed. is it possible?
    Thanks,
    Siva Sankar.

Maybe you are looking for