Enquiry about checkbox

Hi,
My requirement is
I have one editable field in my alv report.
After editing that particular field , next screen has to be called.
In the Next screen, I need to have one checkbox for one  sales order with different items.
But the checkbox is repeating for each items.
Any way to sort the checkboxes

Hi,
Example:
TYPES: BEGIN OF csg_gs_outtab .
TYPES: fcheckbox TYPE c. "field for checkbox
TYPES: fcelltab TYPE lvc_t_styl. "field to switch editability
INCLUDE STRUCTURE csg_wizard_falv .
TYPES: END OF csg_gs_outtab.
Add this while creating fieldcatalog
CLEAR ls_fcat.
ls_fcat-fieldname = 'FCHECKBOX'.
Essential: declare field as checkbox and
mark it as editable field:
ls_fcat-checkbox = 'X'.
ls_fcat-edit = 'X'.
do not forget to provide texts for this extra field
ls_fcat-coltext = text-f02.
ls_fcat-tooltip = text-f02.
ls_fcat-seltext = text-f03.
This will decide where this checkbox column will appear.
ls_fcat-col_pos = 3.
ls_fcat-outputlen = 10.
APPEND ls_fcat TO csg_pt_fieldcat.
Thanks,
Shankar

Similar Messages

  • Enquiry about audigy 4 [NON-PRO] & audigy 2

    Hi, I would like to make an enquiry about a few creative products.
    I am currently intrested in getting a T7900 speaker system.
    However i have doubts on the soundcard that i should get.
    Could anyone identify the difference with a Audigy 4 [NON-Pro] and a Audigy 2 ZS.
    I couldn't find any through comparison on these 2 products in the whole creative website.
    And also, is the T7900 7. speaker system compatible with either of the 2 audigy sound cards.
    Which card would you recommand me to go for too.
    Thanks in advance. =)Message Edited by kutysam on 02-8-200603:48 AM

    Well im feeling lazy ATM so I have no technical data to pass on. I would say thought the differents are :
    : Price,, hmm get which is cheaper
    2: The Audigy 4 would have ( at a guess anyway?)?more settings/tools and banks for media creation and the like.
    Other than that, not a great deal between them. As far as games go, they both do the very same thing and with DVD movies they would produce the same rates as with music.
    Id say, get the ZS if your into games and DVDs+music, or get the A 4 for the same reasons + Media creation/mixing and stuff like that.
    Like I said, to lazy to research it further but close enough

  • Enquiry about administration of SAP B1 8.8 PL10

    I have some enquiry about SAP B1 PL10 which are
    1  Can it be integrated with IBM Tivoli software for Application monitoring.
    2  Can it be integrated with Active Directory for authorization.
    3. Profiles of SAP users can be stored in Accrss Contril List of windows.
    4 Audit trail of information access (success and failure) by users can be audit trailed.

    Hi,
          To get better answers you can post this thread under SAP Business One System Administration category.
         I Hope you will get good response.

  • Enquiry about SAP B1 Pl10 administration

    I have some enquiry about SAP B1 PL10 which are
    1 Can it be integrated with IBM Tivoli software for Application monitoring.
    2 Can it be integrated with Active Directory for authorization.
    3. Profiles of SAP users can be stored in Accrss Contril List of windows.
    4 Audit trail of information access (success and failure) by users can be audit trailed.

    1. Check this link : http://service.sap.com/smb/sbo/platforms to know supported software or environment for B1
    2. You can use active directory for authorization
    3 and 4 are not available but available in the sql server activity management

  • Stupid simple question about checkboxes

    Hi I have two fields in my form that I want designated as checkboxes... a user is either internal or not. I keep reading about checkboxes... that they return True/False or Yes/No. I have tried both, but cannot chenge the value of the checkbox or the database field associated with it. How do I
    A) get the value of the checkbox (checked/unchecked)
    b) change said value into a 'Y' or 'N' so it can be entered into our table?
    Here's the code I'm attempting to use:
    declare
    iProgSeq integer;
    Projno integer:=p_session.get_value_as_number(p_block_name=>'DEFAULT', p_attribute_name => 'A_PROGRESS_PROJECT_NUMBER');
    cActive varchar2(3);
    cInternal varchar2(3);
    begin
    cActive:=p_session.get_value_as_varchar2(p_block_name=>'DEFAULT', p_attribute_name => 'A_PERSON_ACTIVE_IND');
    cInternal:=p_session.get_value_as_varchar2(p_block_name=>'DEFAULT', p_attribute_name => 'A_PERSON_INTERNAL_IND');
    p_session.set_value(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_PERSON_USER_ID',
    p_value => portal.wwctx_api.get_user
    p_session.set_value(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_PERSON_ACTIVITY_DATE',
    p_value => sysdate
    if cActive = 'NO' then
    cActive:= 'N';
    else
    cActive:= 'Y';
    end if;
    p_session.set_value(
         p_block_name => 'DEFAULT',
    p_attribute_name => 'A_PERSON_ACTIVE_IND',
    p_value => cActive
    if cInternal = 'NO' then
    cInternal:= 'N';
    else
    cInternal:= 'Y';
    end if;
    p_session.set_value(
         p_block_name => 'DEFAULT',
    p_attribute_name => 'A_PERSON_INTERNAL_IND',
    p_value => cInternal
    doInsert;
    end ;
    --p_session.set_value(
    --p_block_name     => "_block",
    --p_attribute_name => '_STATUS',
    --p_value          => 'oops');
    --null;
    return ;
    Why are checkboxes (which you'd think would be pretty straightforward) such a pain?

    ANYONE?! This is urgent, please help!

  • Problem about checkbox for script generator

    Hi friends,
    I wish successes to everybody!
    My question is such:
    When i change the value of the following code (value="0") that is shown in the situation to checked
    But when i click the submit button nothing is generated so how to get my page on checked state?
    Program side:
    List<ClassProperty> mainList = new ArrayList<ClassProperty>();
    for (int i = 0; i < classPropertyList.size(); i++) {
    ClassProperty classProperty = (ClassProperty) classPropertyList.get(i);
    if (classProperty.getSelected() == 1) {
    mainList.add(classProperty);
    JSP page:
    <html-el:checkbox name="scriptGeneratorForm"
    property="classPropertyList[${ctr}].selected"
    styleId="classPropertyList[${ctr}].selected" value="1"
    tabindex="1"/>

    thank you very much, in fact, my site's oracle never works about managing archive files automatically although I have tried all my best. at last, I made a job running daily to check the archive files and delete them.
    thanks again.

  • About checkbox and calculation with that value..pls help me ...

    Hi, in my applet there are three checkboxes about food shape which is wanted to be selected by the user. The user will choose one of them and by his/her choice p and r values are set and i think its done by itemStateChange method. In this method using by if the p and r values are differently set because of users different 3 choice. But because the method is closed using }after writing it and before starting actionperformed method. In action performed method if button is pressed the calculation is done (if i would afford to write it in a true way). My question arises with usage of p and r values which is set in other first method and call it in next method and use it in calculation and making the calculation work. May be it is very easy to do it but not for me being at first step of programming. Thank u for all of ur interest. My codes are below:
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.Applet;
    import java.text.*;
    public class kenan extends Applet implements ActionListener, ItemListener {
    DecimalFormat df=new DecimalFormat("0.####");
    double p, r;
    Panel satir1 = new Panel();
    Label l1 = new Label("Asagidaki kutulara gerekli degerleri girip 'hesapla' butonuna bas&#305;n&#305;z", Label.CENTER);
    Panel satir2 = new Panel();
    CheckboxGroup sekil = new CheckboxGroup();
    Checkbox levha = new Checkbox("Levha", false, sekil);
    Checkbox silindir = new Checkbox("Silindir", false, sekil);
    Checkbox kure = new Checkbox("Kure", false, sekil);
    Panel satir3 = new Panel();
    Label yogunluk = new Label("Yogunluk");
    TextField y = new TextField();
    Label kalinlik = new Label("Kalinlik");
    TextField dx = new TextField();
    Label iletim = new Label("Iletim katsayisi");
    TextField k = new TextField();
    Label tasinim = new Label("Tasinim katsayisi");
    TextField h = new TextField();
    Label ilksicaklik = new Label("Baslangic sicakligi");
    TextField tilk = new TextField();
    Label cevresicaklik = new Label("Cevre sicakligi");
    TextField tcevre = new TextField();
    Panel satir4 = new Panel();
    Button hesapla = new Button("Hesapla");
    Panel satir5 = new Panel();
    Label sure = new Label("Donma icin gecmesi gereken sure");
    Label tdonma = new Label("t");
    public void init(){
    GridLayout appletLayout = new GridLayout(5, 1, 5, 5);
    setLayout(appletLayout);
    FlowLayout layout1 = new FlowLayout(FlowLayout.LEFT, 5, 5);
    satir1.setLayout(layout1);
    satir1.add(l1);
    add(satir1);
    FlowLayout layout2 = new FlowLayout(FlowLayout.LEFT, 5, 5);
    satir2.setLayout(layout2);
    satir2.add(levha);
    satir2.add(silindir);
    satir2.add(kure);
    add(satir2);
    GridLayout layout3 = new GridLayout(3, 2, 5, 5);
    satir3.setLayout(layout3);
    satir3.add(yogunluk);
    satir3.add(y);
    satir3.add(kalinlik);
    satir3.add(dx);
    satir3.add(iletim);
    satir3.add(k);
    satir3.add(tasinim);
    satir3.add(h);
    satir3.add(ilksicaklik);
    satir3.add(tilk);
    satir3.add(cevresicaklik);
    satir3.add(tcevre);
    add(satir3);
    FlowLayout layout4 = new FlowLayout(FlowLayout.CENTER, 5, 5);
    satir4.setLayout(layout4);
    satir4.add(hesapla);
    add(satir4);
    FlowLayout layout5 = new FlowLayout(FlowLayout.CENTER, 5, 5);
    satir5.setLayout(layout5);
    satir5.add(sure);
    satir5.add(tdonma);
    add(satir5);
    setBackground(Color.lightGray);
    hesapla.addActionListener(this);
    levha.addItemListener(this);
    silindir.addItemListener(this);
    kure.addItemListener(this);
    public void itemStateChanged(ItemEvent event)
    String command = (String) event.getItem();
    if (command =="levha")
    {double p = 1/2;
    double r = 1/8;
    if (command =="Silindir")
    {double p = 1/4;
    double r = 1/16;
    else
    {double p = 1/6;
    double r = 1/24;}
    public void actionPerformed(ActionEvent event)
    {if (event.getSource()==hesapla)
    {double q,d,ti,tc,ki,hc;
    q = Double.valueOf(y.getText()).doubleValue();
    d = Double.valueOf(dx.getText()).doubleValue();
    ti = Double.valueOf(tilk.getText()).doubleValue();
    tc = Double.valueOf(tcevre.getText()).doubleValue();
    hc = Double.valueOf(h.getText()).doubleValue();
    ki = Double.valueOf(k.getText()).doubleValue();
    double buzE = 333707.99;
    double x = r*(Math.pow(d,2));
    double tsure = (q*buzE/(ti-tc))*((p*d/hc)+(x/ki));
    tdonma.setText(String.valueOf(df.format(tsure)));
    }

    First thing to fix is in itemStateChanged, use "equals" instead of "=="
    if (command.equals("levha"))
    else if (command.equals(...))
    Second thing is:
    double r = 1/2;is really telling Java the following:
    int tempR = 0; //integer division of 1/2;
    double r = (double) tempR = 0;Use:
    double r = ((double) 1)/2; // or just use 1.0/2.0;-------------
    Third thing is that your declarations of r and p in itemStateChanged hide the declaration of r and p in your kenan class. Just say:
    r = ((double) 1)/2; // or "r = 1.0/2.0;"-------------
    Try those three things, see what happens, and post the results.

  • Enquiry about Mac Pro Software

    My wife and I are trying to decide whether to purchase an IMac or a Mac Pro.
    We like the sleekness of the IMac and the fact that everything is in one unit. Having said that, acquiring a machine that can grow with our needs is high on our list of priorities.
    If we choose a Mac Pro, do we have to purchase the iLife software separately? Also, can a Mac Pro be upgraded from OS X to OS X Server?
    Thanks to everyone for considering this enquiry.
        none

    From: http://www.apple.com/macpro/specs.html
    iWork and Office are trials. iLife is included.
    Mac OS X v10.4 Tiger (includes Spotlight, Dashboard, Mail, iChat AV, Safari, QuickTime, iCal, and other software) iLife ’06 (includes iTunes, iPhoto, iMovie HD, iDVD, iWeb, GarageBand) Comic Life Omni Outliner
    TRIAL: Microsoft Office 2004 for Mac Test Drive,
    TRIAL: iWork ’06 (30-day trial), FileMaker Pro 8.5 trial
    There are a lot of iMac/Pro discussions. For example:
    http://discussions.apple.com/message.jspa?messageID=3639807

  • Enquiry about my Curve 9380

    hello guys, just facing a problem about my device can't detect the memory card. may i know the solution of it. even i try to setting storage still the same. any solution plz? thanks.. =)

    Hello russianroulette
    Welcome to BlackBerry Support Forums
    Have you tried to format your memory card ? You can try it to see if that help . Refer to this Knowledge Base Article for help :
    KB10527 : Media card cannot be read.Verify that the memory card is formatted
    If even after media card format your device don't recognise that media card then you should try and test with another Media card. 
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Enquiry about the purchase of corrupted recovery disk

    i have purchased recovery disk last month from hp online store , and now i found that the disk was corrupted and is not work0ng..i need help ...Please reply me as early as possible ...thank you 

    Hello Dixon123, Welcome to the HP Support Community.
    Would you please tell us what device you are asking about?  Your post is in the PalmOS/Windows Mobile section of the Forum.  HP hasn't sold discs for these devices in quite a long time...
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Enquiry about 10.4

    Hi I have Ibook G3 running OS X 10.3 and OS 9 and have just found the OSX 10.4 disc on the apple store which i am interested in buying. I was just wondering if I have got the right specifications and if i do decide to buy it will OS9 still run and will my files and iphoto be saved?

    Welcome to Apple Discussions!
    I don't know what Apple Store you are looking at, but the one in the U.S. no longer has 10.4 available.
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore?spart=MA453Z%2FA
    Was the old address for it. Sometimes you can ask for it from the Legacy Software list.
    It is available in DVD only. So if you have a CD or CD-RW drive only on your Mac, you can't run 10.4. Also it is only for iBooks that have Firewire ports. Those with just USB won't work with 10.4. Finally, you need at least 512 MB of RAM. That is NOT hard disk space, but rather the chip space said to be built-in when you go to Apple menu -> About This Mac in Mac OS 9.
    How much free disk space do you have on your machine too out of how big a hard drive?

  • Enquiry about EM's timezone (working with HPUX EAT-8)

    Dear all,
    II have encountered an issue of EM's timezone error.
    One of my customers is using our EM (12.1.0.2) installed on Linux 5. It is used to monitor a HPUX target. The HPUX’s time zone has been set to “EAT-8”. I understand that the time zone of DB, OS and EM must be matched with the target. So I have set the time zone of DB and OS to “GMT-8” which should match with “EAT-8”. However when I do the software library update in EM, there is error of  “Time zone region not found”.. I have double checked the time of DB and OS, and they matched perfectly. If i ignored this error, when I deploy the EM host agent, there is also warning about the timezone.
    May I know if anyone knows how to set the timezone when EM working with HPUX EAT-8?
    Thanks.
    Best Regards,
    Bess Chung

    To view a list of the time zones you can use, access the supportedtzs.lst file present in the<AGENT_HOME>/sysman/admin directory of the central agent.
    For agent deployment refer to the timezone pre-req from this url
    http://docs.oracle.com/cd/E24628_01/install.121/e22624/install_agent.htm#CACJEFJI

  • Enquiry about purchase an iphone 3g in hongkong

    I'm planning to get an iphone3g in hongkong since there is selling unlocked iphone...
    But i've seen an article talk about the rule of using the official unlocked iphone which is
    *"Once the SIM is installed, the handset must be synced to iTunes, which will then automatically lock the handset to that carrier for the rest of its un-hacked life"*
    Can somebody who has bought the iphone3g in hk tell me is that real?

    I saw the word "hacked" in your original post not playing enough attention to "un" being included with it.
    My response about syncing with iTunes applies regardless.
    Not when syncing an iPhone with iTunes. In order to transfer iTunes content from an iTunes library to an iPhone, syncing the iPhone with iTunes is required, and the same for transferred photos from an computer to an iPhone. You can sync contact info and calendar events with a supported application on your computer with iTunes serving as the sync conduit for this data.
    Syncing an iPhone with iTunes cannot automatically lock an official unlocked iPhone to any carrier, but installing a firmware update or restoring such an iPhone with iTunes if needed or wanted can.
    Apple's warranty for the iPhone is honored in the country where the iPhone was purchased, which also includes support. If you are in the U.S. and a problem develops with such an iPhone that is covered under warranty, AppleCare or Apple in the U.S. will not help you. You or your iPhone must return to Hong Kong for an exchange under warrant if required. And support for such an iPhone will likely come from the designated provider in Hong Kong that is selling the iPhone as officially unlocked.

  • Enquiry about Training Course on Sun Java Portal Server 7.2

    Hi All,
    I just need some info about the Training on Sun Portal Server7.2 �PTL-1339 & WMO-PTL-2309 & WMT-PTL-4310�.
    How much is the fee�s for the above courses with the duration and topics covered and date�s of availability of the course.
    Are there any other courses available for SunPortalServer 7.2 apart from the above one as mentioned in the site if yes can Pl.update me with the course details and the fee�s to get it registered.
    Awaiting for your reply
    Thanks & regards
    Srikanth

    Hi
    As the forum name suggest's that you can post any queries reg Training/certification etc thing I have posted my query sry for asking info on course fee's atleast if some one can tell me whether training course is avaliable on Sun Java Portal Server 7.2 as I could see there is a training course on Sun Java Portal Server 6.x on the sun site.
    Awaiting for the response.
    Thanks & regards
    Srikanth

  • About Checkbox

    Hi all,
               in my classical report i have used checkbox with the use of REUSE_ALV_HIERSEQ_LIST_DISPLAY function.
    now i want to get the event when check box is checked.
    thanx in advance
    shardul shah

    Hi,
    Herewith i am sending the sample report for checkbox in alv.
    Kindly go through it.
    REPORT  YMS_CHECKBOXALV.
    TYPE-POOLS: slis.
    DATA: t_fieldcatalog TYPE slis_t_fieldcat_alv.
    DATA: s_fieldcatalog TYPE slis_fieldcat_alv.
    DATA: s_layout TYPE slis_layout_alv.
    DATA: BEGIN OF itab OCCURS 0,
    icon TYPE icon-id,
    vbeln TYPE vbeln,
    kunnr TYPE kunnr,
    erdat TYPE erdat,
    box TYPE c,
    END OF itab.
    DATA: v_repid TYPE syrepid.
    START-OF-SELECTION.
    Get the data.
    SELECT vbeln kunnr erdat UP TO 100 ROWS
    FROM vbak
    INTO CORRESPONDING FIELDS OF TABLE itab.
    IF sy-subrc <> 0.
    MESSAGE s208(00) WITH 'No data found'.
    LEAVE LIST-PROCESSING.
    ENDIF.
    Modify the record with red light.
    itab-icon = '@0A@'.
    MODIFY itab TRANSPORTING icon WHERE NOT vbeln IS initial.
    v_repid = sy-repid.
    Get the field catalog.
    CLEAR: s_fieldcatalog.
    s_fieldcatalog-col_pos = '1'.
    s_fieldcatalog-fieldname = 'ICON'.
    s_fieldcatalog-tabname = 'ITAB'.
    s_fieldcatalog-seltext_l = 'Status'.
    s_fieldcatalog-icon = 'X'.
    APPEND s_fieldcatalog TO t_fieldcatalog.
    CLEAR: s_fieldcatalog.
    s_fieldcatalog-col_pos = '2'.
    s_fieldcatalog-fieldname = 'VBELN'.
    s_fieldcatalog-tabname = 'ITAB'.
    s_fieldcatalog-rollname = 'VBELN'.
    APPEND s_fieldcatalog TO t_fieldcatalog.
    CLEAR: s_fieldcatalog.
    s_fieldcatalog-col_pos = '3'.
    s_fieldcatalog-fieldname = 'KUNNR'.
    s_fieldcatalog-tabname = 'ITAB'.
    s_fieldcatalog-rollname = 'KUNNR'.
    APPEND s_fieldcatalog TO t_fieldcatalog.
    CLEAR: s_fieldcatalog.
    s_fieldcatalog-col_pos = '4'.
    s_fieldcatalog-fieldname = 'ERDAT'.
    s_fieldcatalog-tabname = 'ITAB'.
    s_fieldcatalog-rollname = 'ERDAT'.
    APPEND s_fieldcatalog TO t_fieldcatalog.
    Set the layout.
    s_layout-box_fieldname = 'BOX'.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    i_callback_program = v_repid
    is_layout = s_layout
    i_callback_pf_status_set = 'SET_PF_STATUS'
    i_callback_user_command = 'USER_COMMAND'
    it_fieldcat = t_fieldcatalog[]
    TABLES
    t_outtab = itab.
    FORM SET_PF_STATUS *
    --> EXTAB *
    FORM set_pf_status USING extab TYPE slis_t_extab.
    SET PF-STATUS 'TEST2'.
    ENDFORM.
    FORM user_command *
    --> UCOMM *
    --> SELFIELD *
    FORM user_command USING ucomm LIKE sy-ucomm
    selfield TYPE slis_selfield.
    Check the ucomm.
    IF ucomm = 'DETAIL'.
    LOOP AT itab WHERE box = 'X'.
    itab-icon = '@08@'.
    MODIFY itab TRANSPORTING icon.
    ENDLOOP.
    ENDIF.
    selfield-refresh = 'X'.
    ENDFORM.
    Thanks,
    Shankar

Maybe you are looking for

  • ORA-30936 error updating a SQLType="CLOB" field

    PROBLEM: I'm using Oracle 9.2.0.4 on Solaris 64bit. My table is: create table cd3_tab(id number primary key, cd xmltype) xmltype column cd xmlschema "cd3.xsd" element "CDS" I have inserted one xml file into cd field.The id has value 2. Below you can

  • Cost of Using WLAN with X6

    I'm still the delighted owner of an X6! In the first month of using my device I've used the internet via my own wlan and a nearby access point (BTFon) so that when I go on holiday I'll know how to check emails etc at no cost to me. I've just got my O

  • Best modem to use with Macbook pro

    I have a new Macbook Pro which won't stay connected to the internet. Apple don' t have the answer. I have noticed it is stable in other locations so I suspect it is not compatible issue with my wireless modem. Can anyone suggest a modem which is stab

  • HT5616 i have reset my email address but the old one still shows on my Ipad and I cannot access applications.

    I have reset my email address and server however when I try to load updates from the app store the old email address shows and my new passwoed does not work. PS I cant remember my old password as I reset the emial address in May

  • I installed the new Firefox. Where is the yellow padlock icon for secure sites?

    with previous versions of Firefox , there was a yellow lock icon on the bottom-right of the screen , an indication of a secure site. Now with Firefox 4 I don't see the padlock. Where is it ? thanks