Start screen does not exist in batch input data

I'm using .NET Connector calling Rfc_Call_Transaction funtion throught a proxy, i stablished all the params as you can see in the code below, but i get the message cited in the subject 'Start screen does not exist in batch input data'.
What do you think is happening? or Where can i get the samples needed for perform this type of request?
        private BDCDATA FillBDCDATA(string Program,
                                    string Dynbegin,
                                    string Dynpro,
                                    string Fnam,
                                    string Fval)
            BDCDATA st_DATA = new BDCDATA();
            st_DATA.Program = Program;
            st_DATA.Dynbegin = Dynbegin;
            st_DATA.Dynpro = Dynpro;
            st_DATA.Fnam = Fnam;
            st_DATA.Fval = Fval;
            return st_DATA;
        private void button3_Click(object sender, System.EventArgs e)
            SAPProxy proxy = null;
            try
                proxy = new SAPProxy("ASHOST="  + txtHost.Text +
                    " SYSNR="  + txtSysnr.Text +
                    " CLIENT=" + txtMand.Text +
                    " LANG="   + txtLang.Text +
                    " USER="   + txtUser.Text +
                    " PASSWD=" + txtPass.Text);
            catch(Exception excpt)
                txtMsg.Text = excpt.Message;
            if (proxy == null)
                return;
            BDCDATATable tblBDCDATA = new BDCDATATable();
            MESSAGEINF infMessage = new MESSAGEINF();
            //BDCDATA st_DATA = new BDCDATA();
            tblBDCDATA.Add(FillBDCDATA("SAPMKBUA", "0111", "0111", "BDC_OKCODE", "/00"));
            tblBDCDATA.Add(FillBDCDATA("SAPMKBUA", "0111", "0111", "BPDY-BLDAT", "30.12.2004"));
            tblBDCDATA.Add(FillBDCDATA("SAPMKBUA", "0111", "0111", "BPDY-VERSN", "0"));
            tblBDCDATA.Add(FillBDCDATA("SAPMKBUA", "0111", "0111", "FMPS-FIKRS", "ente"));
            tblBDCDATA.Add(FillBDCDATA("SAPMKBUA", "0111", "0111", "BPDY-JAHR",  "2005"));
            proxy.Rfc_Call_Transaction("FM9J","", out infMessage, ref tblBDCDATA);
            txtMsg.Text = infMessage.Msgtx;

Jose,
I imagine you are passing, for the Dynbegin parameter of the private method FillBDCDATA, invalid values.
Why don't you try this way:
tblBDCDATA.Add(FillBDCDATA("SAPMKBUA", "X", "0111", " "," "));
tblBDCDATA.Add(FillBDCDATA(" ", " ", " ", "BDC_OKCODE", "/00"));
tblBDCDATA.Add(FillBDCDATA(" ", " ", " ", "BPDY-BLDAT", "30.12.2004"));
tblBDCDATA.Add(FillBDCDATA(" ", " ", " ", "BPDY-VERSN", "0"));
tblBDCDATA.Add(FillBDCDATA(" ", " ", " ", "FMPS-FIKRS", "ente"));
tblBDCDATA.Add(FillBDCDATA(" ", " ", " ", "BPDY-JAHR", "2005"));
I hope I could help you.
Regards,
Daniel Carvalho

Similar Messages

  • The specified screen does not exist in the DLIB file

    Dear Experts,
    I have copied the program of VA01 to Zprogram and created ztransaction when I execute ztransaction it will goto first screen, after I type input and click enter I will get below message
    Screen zsapmv45a 4470 does not exist
    when I check help (F1) it says as follows
    Diagnosis
         The specified screen does not exist in the DLIB file.
    Procedure
         Specify the programm and the screen number correctly.
         If you want to generate a list of existing screens, select the program
         and screen number on the Screen Painter selection screen. In the case of
         the screen number, you can only enter a * in the first position.
    can anyone tell me that how to maintian screen in DLIB file?
    Thanks in Advance...
    Venkatesh

    Do you have such a screen number under the function group where you have copied the transaction VA01?
    If not chek in standard func group for this screen and copy it.

  • User Exit PO MM06E005 - Screen does not exist

    Hello All,
    I created a new object for user exit 'EXIT_SAPMM06E_012' in Development System. This user exit is under the enhancement MM06E005. The user exit EXIT_SAPMM06E_012 will be used to produce an error message when saving a PO.
    After Transported the Project into Quality System and  I tried running transaction ME22->Select one line Item record in table control -> (Menu) ITEM -> Confirmations -> Overview   to confirm the PO. I have been getting a dump telling me that “SAPLXM06 Screen ‘0111’ Screen does not exist." This is because the screen exit was also included in the activation.
    When I have deactivated the Project its working fine.  This problem occurs only the activation of user exit.
    Thanks & Regards
    Sudheer

    hi,
    the problem when activating the exit you would have checked or activated the screen which currently is there in the development system , or you would have activated the screens and put them in a different request or in $tmp so when the request having the exit got transaported the screen code or activation was not taken along.
    Deactivate the exit and then deactivate the screens also.
    and then try to activate and put all in one request : deactivated and activations.
    Narayani
    Message was edited by:
            Narayani

  • *Program "SAPMV45A" tried to use screen 0000. The screen does not exist*.

    Dear Experts,
    I have copied a program SAPMV45A (VA01) to ZSAPMV45A and created the transaction ZVA01.
    I have maitained the transaction ZVA01 in V_T180 of SM30 by copying VA01.
    after doing all, when I execute the transaction ZVA01 it will go to the initial screen of create Sales Order after enter the header information like Order Type, Sales Org, Distribution Channel & Division if click Enter it will go to short dump where I am getting the information as shown below
    Program "SAPMV45A" tried to use screen 0000.
    The screen does not exist.
    If any one have an idea please let me know the solution to rectify this problem.
    Thank You,
    Best Regards
    Venkatesh

    Hi
    in transaction VFBS we have....
    Function Codes                            T185F
    Paths between Process. locations  T185
    Processing Locations                    T185V                                         
    Dialogs                                         T185D
    Development Support                     T185E
    Tab Control                                   TAXITABS
    To maintain the Screen Sequence is it enough to fill Dialogs T185D or do I need to fill all all...?
    if so can I maintain the same info for ZSAPMV45A as which is there for the standard profram SAPMV45A ?
    Regards
    Venkatesh

  • Field BSEG-HKTID does not exist in the additional data Screen

    Hi
    We are facing a problem while posting the parked document. Field BSEG-HKTID does not exist in the screen SAPLF040 0331.
    As we want to avoid entering the field-data at the time of payment proposal run using T.code F110, we prefer to enter at the time of posting a parked document or at the time of parking.
    We had checked the field status (of Posting key and GL) and its not available.
    We refered note 953374 House bank details: Account ID in the document. It asks to activate the RE-FX component. However, we are not in the real estate business hence not logical to do so. How do we need to proceed?
    PP

    To do the same change with the transaccion FB02 y FB03, create an enhancemente point in the program: SAPMF05L dynpro: 1301, module: DYNPRO_MODIFIKATION, at the of perform open_fi_dynpro_mod and write:
    LOOP AT SCREEN.
      IF sy-tcode = 'FB02'.
        IF screen-name = 'BSEG-HKTID'.
          screen-input = 1.
          screen-invisible = 0.
          screen-active = 1.
          screen-output = 1.
          screen-group4 = ' '.
          MODIFY SCREEN.
          EXIT.
        ENDIF.
      elseif sy-tcode = 'FB03'.
          IF screen-name = 'BSEG-HKTID'.
          screen-input = 0.
          screen-invisible = 0.
          screen-active = 1.
          screen-output = 1.
          screen-group4 = ' '.
          MODIFY SCREEN.
          EXIT.
        ENDIF.
      endif.
      ENDLOOP.
    and, all ready.

  • Error on start: Path does not exist: /Library/Audio/Apple Loops Index

    I get the error "Path does not exist: /Library/Audio/Apple Loops Index
    Without this directory you can not use the LoopBrowser. Please make sure this directory exists" when starting Garage Band. I also cannot use the onscreen keyboard, or musical typing in GarageBand. All other sounds work fine.
    The only thing that changed since I last used GB was that I installed Leopard. (and that was a while ago, so I thought all was well and got rid of my last Tiger backup. )
    Any suggestions?
    Thanks!

    Another update: I tried to reinstall garage band from the disks that came with my mac, but got the error:
    "Install Failed
    Unable to Install
    The Installer could not install the software because there was no software found to install."
    The following errors appeared in Console:
    4/7/08 4/7/08 9:50:08 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x11, ASCQ = 0x00
    4/7/08 4/7/08 9:50:09 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x11, ASCQ = 0x00
    4/7/08 4/7/08 9:50:09 PM kernel disk2s3: I/O error.
    4/7/08 4/7/08 9:50:10 PM Installer[519] -[IFPkg(InfoConversionPrivate) _parseOldStyleForLanguage:] - can't find .info file (GarageBand)
    4/7/08 4/7/08 9:50:10 PM Installer[519] The package "GarageBand" could not be opened. This can happen if the package has incorrect permissions or if the package has been renamed.
    4/7/08 4/7/08 9:50:10 PM Installer[519] PFPackage::packageWithURL - can't instantiate package: /Volumes/Mac OS X Install Disc 2/Packages/GarageBand.mpkg/Contents/Installers/GarageBand.pkg
    Any ideas?
    Thanks!

  • 'Screen does not exist' error after transported to Quality server.

    I have a report program which is working fine in development server. It is transported to quality server and when executed it throws dump. There is a CALL SCREEN statement in the program and the dump shows screen 1001 does not exists. I checked the program on quality server and when i double clicked on the screen number, it tells screen 1001 does not exist and do you want to create??. I rechecked the program in Development server and confirmed everything is active and have been catched in the transport request. When I checked with the basis guy, he said there was a component conflict error with the request while transporting and he overrided it.
    Please tel me what should I do to solve this issue. Its very urgent. Please help.
    Thanks
    Johan

    Hi
    You seem to have run into some trouble with transports. Did someone perhaps develop this report in the QA  server?
    I would suggest this:
    In SE80. display your report. Then in the hierarchy on the left, right click on your report and select 'write transport entry' . This option will ask you to create a new transport for your report and all objects inside it. Take that transport to the QA server. It should include the entire report, including screens.
    If you have trouble importing into the QA server, please provide the transport logs here.

  • Transaction Sourcing - " Screen does not exist"

    Hello all,
    I tried to call the "transaction BBPSOCO01" or "Carry Out Sourcing" then i am getting the following message
    "The following error text was processed in the system SR2 : Dynpro does not exist
    The error occurred on the application server cs-ebp_SR2_08 and in the work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Module: PREPARE_WORKLIST_WEB_TRANSPORT of program SAPLBBP_SOCO_UI_ITS "
    Right now i am working on SRM 5.0 sp 6.
    I have seen similar problem in SRM4.0 sp 5 and the relevent note is 632982.
    Is there any note exists for SRM 5.0 sp 6 or any other way to solve this problem.
    with regards,
    mahesh

    Hi Mahesh,
    AM expericiencing the same problem. I've followed teh instraction in note 632982 but am not winning. Because the the system attempted to use dynpro 0301 in program "SAPLBBP_SOCO_UI_ITS". Which i've deleted as per note above.
    How can i take out this dynpro from the include?
    Rgs,
    Maggie

  • I was told to delete user.js file to stop viewing the "tour" page on start, file does not exist, problem remains

    i updated, i start firefox 2 tabs open one is "take the tour" tab the other is google, done the tour, a few times it opens up again every time, start of the healing process by typing in the question '"i keep seeing thr "take the tour"page on startup,then following the steps of the expertise i go to help,trouble blabla and i end up looking for user.js so i delete it or rename in a folder that contains folders and other data that nothing in there is like user.js file, so in the following question that is formed above there was no answer so i stepped into this case (only i had to create an account that was not my desire in the process) , thats all i know of.

    So, if you do not have the user.js file then you can rename or delete the prefs.js file (pref.js.sav) to see if that helps.<br />
    Windows likely hides the .js and shows them as User and Prefs.
    You can also try to delete the compatibility.ini file to force Firefox to reinitialize some other files.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • APP BAR ON START SCREEN DOES NOT APPEAR - SO I CANNOT NAME OR CREATE GROUP NAMES

    HELLO, COULD SOMEONE TELL ME IF THEY KNOW OF THE FIX FOR MY APP BAR ISSUE? I AM TRYING TO CREATE GROUP NAMES FOR MY APPS. I HAVE THEM ORGANIZED, I CLICK THE LITTLE MINUS BUTTON AT THE BOTTOM RIGHT HAND CORNER (OR PINCH THEM TO DOWNSIZE) SO THE
    APPS GET SMALL, BUT YET WHEN I RIGHT CLICK ON A GROUP TO GET THE APP BAR TO COME UP IT DOES NOTHING. I LEFT CLICK ON THE GROUP OF APPS AND THEY GO BACK TO NORMAL SIZE...ANY SUGGESTIONS?
    THANKS!

    Hi,
    For this problem, you can try to use system restore to revert your system to a former normal time point for test:
    How to refresh, reset, or restore your PC:
    http://windows.microsoft.com/en-us/windows-8/restore-refresh-reset-pc
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Field BSEG-HKTID. does not exist in the screen SAPMF05A 0332

    Dear ALL,
    Our client is ECC 6.0
    we are facing a problem while posting the park document
    Field BSEG-HKTID. does not exist in the screen SAPMF05A 0332
       Message no. 00349
    Diagnosis
       The specified field does not exist on the screen.
    Procedure
       Check your batch input data.
    The above problem occurs only after the Patch level upgradation only.
    SAP suggest refer your sap note 953374 House bank details : account id in the document.
    It says activate the RE-FX component.
    Any how we are not in the real estate business.
    Please provide me your suggestion to resolve the problem.
    Thanks for your cooperation
    Regards,
    laxminarayan

    To do the same change with the transaccion FB02 y FB03, create an enhancemente point in the program: SAPMF05L dynpro: 1301, module: DYNPRO_MODIFIKATION, at the of perform open_fi_dynpro_mod and write:
    LOOP AT SCREEN.
      IF sy-tcode = 'FB02'.
        IF screen-name = 'BSEG-HKTID'.
          screen-input = 1.
          screen-invisible = 0.
          screen-active = 1.
          screen-output = 1.
          screen-group4 = ' '.
          MODIFY SCREEN.
          EXIT.
        ENDIF.
      elseif sy-tcode = 'FB03'.
          IF screen-name = 'BSEG-HKTID'.
          screen-input = 0.
          screen-invisible = 0.
          screen-active = 1.
          screen-output = 1.
          screen-group4 = ' '.
          MODIFY SCREEN.
          EXIT.
        ENDIF.
      endif.
      ENDLOOP.
    and, all ready.

  • Field BSEG-SKFBT. does not exist in the screen

    Hi,
    While doing FBV0 the document is not posting and it is showing the error message as below.
    Field BSEG-SKFBT. does not exist in the screen SAPMF05A 0302
    Message no. 00349
    Diagnosis
    The specified field does not exist on the screen.
    Procedure
    Check your batch input data.
    govind.

    Govind,
    The filed BSEG-SKFBT (Discount base), is not available in the screeen SAPMF05A 0302.
    This happens between Development, Quality and Productions cients. The sequence of fields differs with
    respective to client.
    In Development while recording (SHDB) field  BSEG-SKFBT might have appeared on screen SAPMF05A 0301 but in Production or quality it might appear on some other screens
    Ask Abaper to check this, as this might be available in SAPMF05A 0301 or SAPMF05A 0303 .
    Hope this helps.
    Regards
    Velu Mudaliar

  • FBV0 Error --   Message 00349 - Field does not exist on Screen

    I am receiving the following error in FBV0 when I highlight a parked document and click POST.  Please advise!  
    Field BSEG-FKBER_LONG. does not exist in the screen SAPMF05A 0332
    Message no. 00349
    Diagnosis
    The specified field does not exist on the screen.
    Procedure
    Check your batch input data.

    Hi
    I too getting the same error message. Did you get any clue of why this error message comes. Mine long text shows as below
    No batch input data for screen SAPMF05A 0332
    Message no. 00344
    Diagnosis
    The transaction sent a screen that was not expected in the batch input session and which therefore could not be supplied with data.
    Possible reasons:
    1. The batch input session was created incorrectly. The sequence of screens was recordly incorrectly.
    2. The transaction behaves differently in background processing in a batch work process than when running in dialog (SY-BATCH is queried and changes the screen sequence).
    3. The transaction has undergone user-specific Customizing and therefore certain screens may be skipped or processed differently, according to the current user. If the person who created a batch input session is not the same as the person now processing it, this problem may occur frequently.
    System Response
    None.
    Procedure
    For 1: Either re-create the session or process it in expert mode. Correct the batch input program.
    For 2. It is very difficult to analyze this problem, particularly in the case that the screen sequence or the display-only options of fields differ according to whether the transaction is being processed in the background or as an online dialog. It could also be that this kind of transaction cannot run with batch input.
    For 3: Have the creator of the session process it. If no error occurs now, then this is a program with user-specific Customizing.
    I have parked document of arround 500 t0 600 documents. Already processed around 50+ documents. I am getting error in only one document. I have verified all the inputs in this document but no problem with the datas. This seems to be bit strange.
    Regards,
    Deva

  • ERROR: Cannot start mail services, configuration directory does not exist

    I'm running an Xserve G5 with one internal boot drive and one RAID using the other two internal drives. I used Apple's Disk Utility to set-up the RAID.
    Back in early December, I moved my mail database and mail store to the RAID. Ever since, when I restart the server, the mailaccess.log generates the following error:
    Jan 23 18:51:33 mail master[47]: ERROR: Cannot start mail services, configuration directory does not exist: /Volumes/RAID/mail.data/db
    I'm speculating this is a timing error that gets created when Postfix initially can't find the RAID. Then, it must try again and find it because the error message does not repeat and mail starts running.
    Is this something to worry about?

    Hi Joel,
    You're right, it's a timing issues. The mail system is ready for work before the file system is mounted. It's benign.
    Jeff

  • Input File repository server Error: The requested directory does not exist.

    Hi,
    Getting following error "The requested directory does not exist." for Input and Out put file repository server.
    The specfied directory exists and the user has local administrative privelges with full control of the IFRS and OFRS location.
    The location was earlier working and after trying to implement Windows AD the things stopped. Have tried reverting the things but the following issue still persists.
    Thanks,
    Manpreet

    @Siva,
    I am not using the defacult FRS, I have specfied a specfic location on which the user has full control.
    this was working prior to the Windows AD setup tried by me.

Maybe you are looking for