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

Similar Messages

  • How we can print directly a report without preview to a local printer in web

    How we can print directly a report without preview to a local printer in web-environment, whith Oracle 9ias Report server release 6i patch 11.
    The user want to print ticket, built by Oracle Report, without previuw on PDF format, in a web three-tier environment.
    Please supply my documentation in detail and sample code if you can.

    Hello,
    Take a look to the example provided in the note :
    Note.253881.1 How to Create a Report With a Frame Only on the Last Page at a Fixed Position
    Regards

  • How we can limit the number of concurrent calls to a WCF service without use the Singleton pattern or without do the change in BizTalk Configuration file?

    How can we send only one message to a WCF service at a time? How we can limit the number of concurrent calls to a WCF service without use the Singleton pattern or without do the change in BizTalk Configuration file? Can we do it by Host throttling?

    Hi Pawan,
    You need to use WCF-Custom adapter and add the ServiceThrottlingBehavior service behavior to a WCF-Custom Locations.
    ServiceThrottlingBehavior.MaxConcurrentCalls - Gets or sets a value that specifies the maximum number of messages actively processing across a ServiceHost. The MaxConcurrentCalls property specifies the maximum number of messages actively
    processing across a ServiceHost object. Each channel can have one pending message that does not count against the value of MaxConcurrentCalls until WCF begins to process it.
    Follow MSDN-
    http://msdn.microsoft.com/en-us/library/ee377035%28BTS.10%29.aspx
    http://msdn.microsoft.com/en-us/library/system.servicemodel.description.servicethrottlingbehavior.maxconcurrentcalls.aspx
    I hope this helps.
    Rachit
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • How can I assign 'Call Contact' in Reminders app without using Siri for it?

    Hi!
    Just like the title states, I was wondering how can I assign a click to call a contact in Reminders without using Siri for it.
    When I enter a reminder "Call mom" for instance (in the Reminders app), it does not sync with the same contact in my Contact list (for Click to Call), but it does when I use Siri for it. Anyway to resolve that?
    Thanks in advance.

    Hi,
    If the config the the module you are using doesn't support a certain type of form them you have two options;
    - Take a copy of the print program and change it to use the desired type of form
    - Create a type of form that is supported and use that to call your form.
    Regards,
    Nick

  • How Do I go directly to Desktop without disturbing the Opened pages? I am using Lion OS

    How Do I go directly to Desktop without disturbing the Opened pages? I am using Lion OS

    You can tap one of the keyboard Function (F) keys. Without knowing which keyboard you use it 's a little difficult to say. If you don't have a keyboard shortcut to do that, create one in System Preferences - Keyboard. I have my F6 key set to take me directly to the desktop. However the way your question is phrased I'm not positive that is what you are asking.

  • How can you purchase additional cloud storage without using account credit?

    How can you purchase additional cloud storage without using account credit? Want credit to remain on accounts as it was a gift for my daughter and we haven't finished using it yet but need to purchase additional storage for all of our accounts. Can't I just override the automatic payment from the account and just pay with a separate cc?

    Purchasing additional storage will not use account credit anyway.  It gets directly charged to your credit card, and you must use a credit card since it is an annual subscription service you are purchasing, not a one time payment option.  They insist on a credit card so they have a billable account for the automatic annual subscription fee.  At least it was that way when I did it.
    Sorry - http://support.apple.com/kb/HT4874  either I did not have enough credit at the time or something has changed since I did it?  Maybe call Apple and do it over the phone (explain why you want to do it that way)?

  • How to download youtube videos to ipad without using a computer.

    How to download youtube videos to ipad without using a computer???  Looking to download some videos people created using Dr. Jean music.  My kid used Dr. Jean in preschool and wanted to keep singing them at home.
    Looking for a friend that doesn't use a computer.  I myself have downloaded some kids educational stuff and added to itunes and then put on ipod/ipad using firefox. 
    Is there an easy way, so they don't go to the photo roll??
    thanks in advance.

    There are some Apps you can use, but be careful they will only download these videos inside the App, so you won't ba able to play them in your video app or share them.
    Most popular is the app called "Video Download" but there are a lot of alternatives for free and even with more quality which you can pay for.

  • How can i create an apple id without using a visa or credit card

    how can i create an apple id without using a visa or credit card

    Follow the directions here, EXACTLY:
    http://support.apple.com/kb/ht2534

  • How do I remove an iCloud account without using password?

    How do I remove an iCloud account without using password?

    There is no way if Find my iPhone is turned on. You must know the Apple ID and password. This is Activation Lock, an antitheft feature of iOS 7. See: http://support.apple.com/kb/HT5818

  • My iPhone has two computers in (iTunes wifi sync), how can I remove one of them without using it ?

    Hello everyone.
    My iPhone has two computers in (iTunes wifi sync) how can I remove one of them without using that computer?
    because that PC stopped working so I had to recover it. Now everything is gone on that PC.
    Also I bought a new computer (MacBook Pro) and I use iTunes on it in the mean time. Now I want to remove the old computer!
    here is a photo of my (iTunes WiFi sync)
    is there any way that I can use to do that?
    Thanks

    Hello,
    Did you ever find a solution for this ?
    I have the same issue and i dont know how to fix it.

  • How can I create a new entry without using LOV for foreign keys.

    Referring to TUHRA sample application based on HR database schema. JDeveloper 10.1.3.0.4
    How can I create a new employee without using LOV for the foreign key "job_id".
    On the first page I would like to choose the job_title from adf read-only table.
    After clicking on the "create new employee button" a creation form appears in which the job_id field is set with previous selection.
    Regards M.Winkler
    Edited by: user3541283 on 06.10.2008 03:44
    Edited by: user3541283 on 06.10.2008 03:50

    Hi,
    usually the foreign key is only set if the VO you select is dependent from a master. If e.g. you have DepartmentsVO1 that has an EmployeeVO3 as its nested VO, then creating a new instance of employees automatically add the foreign key. If you add EmployeesVO1, which is not dependent to DepartmensVO1, then the foreign key is not set. So if this is the case in THURA (keep in mind that this is not an Oracle demo but a sample used in a book about ADF) then all you need is to take the independent VO when building the new employee form.
    Frank

  • How to create an instance for RemoteSession without using create() method

    How to create an instance for RemoteSession without using create() method?

    What's RemoteSession? Not in the JDK. And does the question have anything to do with concurrency?

  • How to update and insert the records without using Table_comparison and Map_operation?

    How to update and insert the records without using Table_comparison and Map_operation?

    Use either join or MERGE see this Inserting, Updating, and Deleting Data by Using MERGE

  • My macbook froze up. Finger gestures work, but I cant close out of any windows. How do I close out the windows without using the track pad?

    My macbook froze up. Finger gestures work, but I can't close out of any windows by clicking on the red "X". How do I close out the windows without using the track pad?

    Command + W will close a window. Command + Q will quit a program.

  • How fast text search field in Oracle without using Intermedia?

    How fast text search field in Oracle without using Intermedia? Thank you, Paul.

    yes,it is overriden in VOImpl
    public void executeQuery()
            setQuery((new StringBuilder()).append(selectStmt).append(" order by ").append(getOrderByClause()).toString());
            OAApplicationModuleImpl oaapplicationmoduleimpl = (OAApplicationModuleImpl)getApplicationModule();
            OAApplicationModuleImpl _tmp = oaapplicationmoduleimpl;
            if(oaapplicationmoduleimpl.isLoggingEnabled(1))
                OAApplicationModuleImpl _tmp1 = oaapplicationmoduleimpl;
                oaapplicationmoduleimpl.writeDiagnostics((new StringBuilder()).append(getClass().getName()).append(".executeQuery").toString(), (new StringBuilder()).append(" Query:").append(getQuery()).toString(), 1);
            super.executeQuery();
    But I have extended VO and substituted the VO . In the substituted VOImpl, instead of executeQuery(),I have written
    public void customExecuteQuery()
              setQuery((new StringBuilder()).append(selectStmt).append(" order by ").append(getOrderByClause()).toString());
              executeQuery();
    Will this work,or do I need to do any changes?
    Thanks,

Maybe you are looking for

  • Safari on my macbook air keeps giving me  a safari quit unexpectedly and will not let me on the internet. Any ideas???

    I can not get on Safari. I see things like Exception type  EXC_BAD_ACCESS (SIGSEGV)   Thread creation by external task. The computer is less than 6 months ol and has nothing i cant live without. Can i do a factory reset or something similiar

  • Is it possible to send a Mail message from the keyboard (Macbook pro)?

    Occasionally while I am composing a message in Mail the send command is somehow activated and the half complete message is sent.  I don't want this to happen and can find no keyboard command that I might be mistakenly typing. I certainly don't click

  • Can you help with download trouble?

    I have downloaded Flashplayer several times, but each time I try and play a video it asks me to download it again. Help., I have downloaded Flashplayer several times, but each time I try and play a video it asks me to download it again. Help.

  • F.12 tcode

    Hi, What is the use of f.12 tcode(advance return for tax on sales/purchase).could you explain the what are the steps involved in monthly utilisation process in CIN .and also give the Tcodes. regards, Nagaraju

  • TS4002 no incoming iCloud mail

    In the Accounts window, my iCloud incoming mail server field is grey and therefore uneditable, having added a p05- in front of imap.mail.me.com.  Other accouns function.  thank you