Regarding coding

Hi Everybody,
Please tell me whether this coding is correct or not if not? what modifications i have to do to get values into 0FISCPER.
I am not getting values in to 0fiscper.Please send me the solution.Its very urgent.
When '0CO_PC_PCP_01'.
TABLES : KEKO.
  DATA : WA_KKBW_PCP1 like KKBW_PCP1.
    lOOP AT C_T_DATA into WA_KKBW_PCP1.
    l_tabix = sy-tabix.
    SELECT SINGLE POPER BDATJ
              INTO KEKO
              FROM KEKO
              WHERE KADKY = WA_KKBW_PCP1-KADKY.
    concatenate KEKO-BDATJ KEKO-POPER into wa_KKBW_PCP1-ZZFISCPER.
    wa_KKBW_PCP1-ZZFISCVARNT = 'Z1'.
    move WA_KKBW_PCP1 to C_T_DATA.
  modify C_T_DATA from WA_KKBW_PCP1 index l_tabix.
    EndLoop.
Thanks,
Devi

Hi Everybody,
Please tell me whether this coding is correct or not if not? what modifications i have to do to get values into 0FISCPER.
I am not getting values in to 0fiscper.Please send me the solution.Its very urgent.
When '0CO_PC_PCP_01'.
TABLES : KEKO.
  DATA : WA_KKBW_PCP1 like KKBW_PCP1.
    lOOP AT C_T_DATA into WA_KKBW_PCP1.
    l_tabix = sy-tabix.
    SELECT SINGLE POPER BDATJ
              INTO KEKO
              FROM KEKO
              WHERE KADKY = WA_KKBW_PCP1-KADKY.
    concatenate KEKO-BDATJ KEKO-POPER into wa_KKBW_PCP1-ZZFISCPER.
    wa_KKBW_PCP1-ZZFISCVARNT = 'Z1'.
    move WA_KKBW_PCP1 to C_T_DATA.
  modify C_T_DATA from WA_KKBW_PCP1 index l_tabix.
    EndLoop.
Thanks,
Devi

Similar Messages

  • Help regarding coding stored procedure

    Dear All,
    i am new in oracle. i have to develop an application for a store, where some material In and Out on daily basis.
    and i want to see current status any time.
    any one give me any idea how to do that means coding of stored procedure, on whose basis i can create material IN and OUT form.
    If Any one have such application please Please share
    thanks,
    Sachin

    I've never done this before, but on this google search
    http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=%22java+stored+procedure%22+hello
    This was the first hit
    http://otn.oracle.com/oramag/oracle/03-jan/o13java.html
    and after 30 seconds of looking at it, I noticed this line
    loadjava -user scott/tiger Hello.class
    was specifing .class instead of your .java
    Could that be the problem?????

  • Regarding coding in lsmw..

    Hi ALL,
                 Where we can write code in lsmw .
    thanks ,
    adithya.

    HI,
    you can write code in Field mapping and conversion rules step.
    Go to change mode and double click on the Field that u have mapped. screen editor will be opened and u can code there.
    and if u want to code seperately, then u can create sub routines and code in that.
    u can create sub routines in the Maintain Fixed Values, Translations, User-Defined Routines step.
    Regards,
    Asif Ali Khan

  • Regarding coding with the sequential files

    hi experts,
                in my company i hvnt worked on the sequential files dats y i request u to all experts,to send me the small sample program for uploading from the apllication server,,,,,,plz send me the file format also.........and how to save on the application server.....i know it will take some time but plz help me.....

    hi Ravi,
    Use this sample code as an example for ur problem.
    table declaration
    tables: mara.
    *data declaration
    data: begin of it_lfa1 occurs 0,
    vendor like lfa1-lifnr,
    land1 like lfa1-land1,
    name1 like lfa1-name1,
    ort01 like lfa1-ort01,
    end of it_lfa1.
    selection screen
    selection-screen: begin of block b1 with frame.
    parameters: p_file type rlgrap-filename obligatory.
    selection-screen: end of block b1.
    at selection screen
    at selection-screen on value-request for p_file.
    *& start-of-selection
    start-of-selection.
    perform transfer_file using p_file.
    perform write.
    *& Form transfer_file
    text
    -->P_P_FILE text
    form transfer_file using p_p_file.
    data: l_message(30) type c.
    ***opening dataset for reading
    open dataset p_p_file for input in text mode encoding default message
    l_message.
    if sy-subrc ne 0.
    message i001(zerr2) with p_p_file.
    endif.
    *******transferring data from file to app server.
    do.
    read dataset p_p_file into it_lfa1.
    if sy-subrc = 0.
    append it_lfa1.
    clear it_lfa1.
    else.
    exit.
    endif.
    enddo.
    *******closing dataset
    close dataset p_p_file.
    endform. " transfer_file
    *& Form write
    text
    --> p1 text
    <-- p2 text
    form write .
    loop at it_lfa1.
    write:/ it_lfa1-vendor,
    it_lfa1-land1,
    it_lfa1-name1,
    it_lfa1-ort01.
    endloop.
    endform. " write
    Please check this link also for sample code.
    http://www.sapdevelopment.co.uk/file/file_uptabsap.htm
    Plz reward points if useful....
    Regards,
    Mandeep.

  • Infoset (coding in additional field added )

    Hi
    I need some help regarding coding for the additional fields added to the infoset.
    As a data source I have selected a direct read from table MARA. I need to display the description in all languages for the material chosen on the selection screen when the Query is executed in sq01.
    I could have used a join between MARA and MAKT, but instead I have chosen to add an additional field
    with the head 'material description' and coded the select for the material description as per matnr in the coding section.
    The basic list display, only dislays one description, the last one and not all the possible descriptions in all languages.
    What should be the probable code and where should i place that code for such an implementation.
    Please suggest.
    Smriti

    You can do loading of master data text for achieving the material descriptions.
    Regards

  • Coding Mask errors CJ610 and CJ627

    dear experts:
    i have 2 questions regarding Coding Mask:
    i have created the project coding mask: D-XXX-00.00.00.00.00.0
    in fact i tried to make it aliitle bit longer by ading extra 4 charecters 0.00 to be this way: D-XXX-00.00.00.00.00.00.00
    but the system didnt accept this and issued the error message no: CJ627 (Edit screen is "4" too long)

    Hi,
    You cannot create coding mask that is more than 24 characters long. Read SAP Help and find out more about this.
    Regards,
    Gokul

  • Anyone else having an issue with TCP connections using iCloud for Windows?

    Hi,
    Before I asked this question, I did wait to see if any related questions came up, but none did, so I submit it now.
    On my admittedly older laptop running Windows 7 64b Home, I've run into difficulties with the iCloud for Windows app to the extent that I had to uninstall it.
    It would that, as my laptop was running, in the background, iCloudServices.exe would endlessly iterate TCP connections, which, while not actively sending or receiving any data, after some hours would number over 100 instances, taking up resources, and grinding my laptop's WiFi connection to a grindingly slow pace. I ended up, within the app, turning off everything, iCloud Drive and Photos, (I never used bookmarks), but still this would continue to occur.
    I contacted Apple Support, explaining what was going on, and they stated they only dealt with IOS and gave me a Microsoft Support number. When I called Microsoft support, I came more and more to the realization that the issue was specifically with the iCloud for Windows app, as that was the only software that was endlessly creating and not closing TCP connections as it was. How was Microsoft supposed to solve an issue with Apple code?
    So I called Apple back, whereupon they insisted it was a Microsoft issue. I explained other cloud services installed on the same computer were not having the same issue, it was unique to ICloudServices.exe. They stated they only dealt with IOS. I stated I purchased an iPad Air less than 7 months ago, and was trying to run iCloud in support of that.  They again stated they only dealt with IOS, and suggested I again try Microsoft. I asked them if it was reasonable to expect Microsoft to solve issues with Apple code? They said regardless, there was zero support offered for anything having to do with Windows, and all I could do was uninstall the app, which I did, though that did not feel very satisfactory to me. My thinking is, if Apple writes a Windows app in support of their hardware, they should offer support for it.
    Anyway, I was just wondering, is this an issue unique to me? or have others experienced a similar issue? I found this issue by opening the Windows Resource Monitor, looking under the Networking tab, and scrolling through the TCP Connections section to find 100+ concurrent iCloudServices.exe instances listed, whereas even Chrome, with multiple tabs and extensions, topped out at around 20.
    My one month old Desktop, DYI, sports a solid Asus 1150 MoBo, i7-4790k cpu, 16GB Ram, and an EVGA GTX 970 video card. I list some specs only to illustrate this computer has no hardware issues in comparison to my long in tooth laptop. On this desktop, running Win 8.1 Pro 64b,  at least as many, identifiably Apple, background service TCP connections are created even compared to Chrome, regardless of many tabs being open, many extensions, and even some related apps. Adobe does not even come close, though I run the full CC subscription. On this new computer, running Windows 8.1 Pro 64b, there are currently over 50 TCP connections and loopbacks that do not identify themselves, with just a - for the Image, and PID. With the experience on my laptop, I wonder how many of these are generated by Apple software, if not specifically iCloud software?
    The frustrating aspect of these connections is they seem in no way active, While the Chrome and Adobe connections can be seen to be transferring data, as long as I am not running iTunes, or so have my iPad actually plugged in, it seems 99% of the time these iCloudServices.exe connections are just taking up ports, neither sending nor receiving any data discernable to me under the Processes with Network Activity, or Network Activity lists, both displayed in the same window as the TCP Connections in the Windows Resource Monitor.
    Though I am fairly ignorant as regards coding, it seems as if there is no call to close a connection, very specifically, iCloudServices.exe, when it is no longer needed, and the next time a connection is needed, a new one is opened, rather than accessing the one previously opened. The only other reason I could imagine this might be occurring is if my Norton Internet Security software might mask and/or block the port after a certain time of inactivity.
    Anyone out there have any ideas or advice about this? Thanks in advance.

    Thanks jared,
    I'm still dealing with this issue through Apple. Some time after I posted this, I contacted Apple again. They did start a case up for me, as I was experiencing the same behavior on two different machines, with two different versions of Windows.
    So far it remains unsolved. I've logged iClouds for Windows on my desktop, which is brand new, then logged for awhile after completely uninstalling Norton Security Suite, depending on the Microsoft security for some time, and finally logged after I uninstalled iCloud for Windows, restarted, installed a clean download, and connected using a completely different test account, which Apple set up for me. None of this made any difference. Looking at the logs, it seems every 10 minutes, iCloudServices.exe creates a new TCP connection to confirm I'm using less than 5GB on iCloud, (which I am by a good margin, using less than 2GB), it seems this connection is not closed, and when the next iteration rolls around 10 minutes later, a new TCP connection is created. I come very close to having 6 TCP connections created per hour, until I restart my computer. This works out to... 6 x 24 = 144/day.
    Perhaps the article you posted will shed some further light on this. I'm thinking seeing the state of the connection through netstats, at the least, could help.
    For the last week, I've been putting a hold on further logging, as Apple wants me to create a new user account on one of my computers, install iCloud for Windows there, and log it running in the other account. This however basically means I cannot use my computer for a fair number of hours, and I've been busy enough with work the past week that I haven't the time or energy to afford to set this up and run it. I've had need of my computers too much for the past week.

  • How can i receive the information from a form ?

    I created a form in Dreamweaver CS5 with some input fields and with a send button.
    The question is how can I receive the information that is filled in by the visators.
    Where can I tell to which email adress the information has to be send. Where can I find this in dreamweaver CS5?
    Or what else do I have to do before a form is actually working and I'm receiving the input?
    Already thanks
    Ron

    I'm just starting with building a site
    so thanks for this email
    2010/11/17 DeonH <[email protected]>
    Hi there.
    >
    I don't know what your capabilities are regarding coding. I am no
    programmer and use "Forms to Go" with much success. Take a look here:
    http://bebosoft.com/products/formstogo/overview
    >
    Regards,
    Deon
    >

  • Thumbnail Gallery Extension

    Hi all,
    please excuse my ignorance regarding coding as I am a beginner when it comes to coding and generally use Dreamweaver on a WYSIWYG basis.
    I am looking to integrate an image gallery for a portfolio page similar to the image swap behaviour found on this site, with thumbnails swapping the main image.
    http://www.west8.nl/projects/public_space/aegon_plein/
    I have been able to get a general imageswap behaviour linking to individual thumbs working, but the transitions arent very smooth and there is no option to highlight the currently selected thumbnail as per the above site.
    I was wondering if anyone knows of any type of DW extension that is available to create the example shown as I am not familiar with code in the slightest.. Or if anyone has any hints with regards to what Javascript was used on the page so I can have a look at how to integrate it.
    Many thanks in advance

    There is no DW extension for what you are thinking of.  That website uses JS that is available free of charge from this link:
    <http://mootools.net/download>
    However, there are many such scripts on the web and you just need to search for them.  They are all free to use in your project.
    G/L

  • ABAP-HR performance Doc

    Hi,
    Does any body has a doc which can guid me to avoid issues regarding coding in ABAP-HR.
    Thanks in advance.
    Thanks & Regards,
      V.K.

    friend have u tried by finding solutions using search tab in the forum itself, because there are no posts related to ur query
    Go through the SAP doc for HR programming and start doing.
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    See:
    http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm
    sites regarding hr-abap:
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf
    http://www.atomhr.com/training/Technical_Topics_in_HR.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    You can see some Standard Program examples in this one ...
    http://www.sapdevelopment.co.uk/programs/programshr.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification
    http://www.erpgenie.com/faq/hr.htm.
    http://www.planetsap.com/hr_abap_main_page.htm
    http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/HR_tutorial.html
    These are the FAQ's that might helps you as well.
    http://www.sap-img.com/human/hr-faq.htm
    http://www.sapgenie.com/faq/hr.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    http://www.atomhr.com/library_full.htm
    HR Long texts Upload
    Look at the below links
    BDC - hr maintain text
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE6/BCFESDE6.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf

  • Table control in Module pool Program

    Hi All,
    here i have a small requirement on module pool application.
    i will explain my scenario more in detail.Here i have one delivery number.if i give this delivery number and click on capture it will capture all the materials for that delivery numeber in a table control.here the material may be one or more than one.we can select table control records.so if the material is more than one user has to select only one material once.if he will try to select the second material we want to display an error message will display.how to handle this requirement.
    please give me suggestions regarding coding also.
    Thanks in advance,
    swami
    Edited by: swaminath kamasani on Oct 1, 2008 11:50 PM

    Do you need to know how to display an error message if multiple lines are selected or the coding for the entire requirnment??
    For error message part:
    Dont set the Table control attributes - multiple selection.

  • Convert PDF Page to Image format

    Is there any way to convert PDF page to Image formats (like JPG, GIF...)?
    I am looking in iTextSharp. If there are other options also, please let me know.

    There is a sample included with the Acrobat SDK that shows how to perform conversions of PDFs to other formats. There are also other options available to plug-ins such as PDPageDrawContentsToMemory() and then using an image library of your choice to save the bitmap data into various image formats.
    > I am looking in iTextSharp
    This is the Acrobat SDK forum - for questions regarding coding using the Acrobat SDK. Have you considered asking this in an iTextSharp forum if you are limiting yourself to that product?

  • Setting multiple values in a preparedStatement

    Hi all, I am working on an application that has a couple of methods that use the same preparedStatement multiple times (in one case 6 or 7 times), (there is also more than 1 preparedStatement in the method) and I was wondering if there is a simple way to set up to 10 seperate variables in the preparedStatement without doing them line by line (as this is making for quite large methods. I have thought about making it into a seperate method, but that may not be possible due to the intergration of the method (there is a signicant amount of if this then that else if this and this that etc). I could make the methods seperate and pass around resultset but that has been mentioned in the past to be dangerous - Not to mention it will add more of a slowdown to an already troublesome bottleneck.
    thanks for any thoughts on the matter.

    jschell just chill! just chill! chillout chap!
    http://www.smart-it-consulting.com/article.htm?node=99
    this link was related to the progress database that
    akin was looking out
    for. This link was not related anyway with the
    coding idea he requested.
    and regarding coding its an idea to help ! if you
    dont like I have another one to present. If u dont
    like that then ...
    //Golbal variable declaration
    Connection con="";
    PreparedStatement ps="";
    ResultSet rs="";
    purbilc void yourmethod(arg1,....arg10) throws
    SQLException
    try
    con=Drivermanager.getConnection("your driver");
    ps = con.prepareStatement("");
    ps.setXXX(1,arg1);
    ps.setXXX(10,arg10);
    ps.executeQuery();
    catch(Exception e)
    e.printStackTrace();
    ile(rs.next())
    //retrieve the stuff and store them in an
    arrayList for global use
    finally
    if(con!=null)
    try
    con.close();
    con=null;
    catch(Exception e)
    e.printStackTrace();
    }call yourmethod one time routine n number of times in
    your methods .
    Akin if it suits well and works out dont forget to
    give me energy dollars(dukes) :))So your solution is to put all the information from a database into a bunch of arraylist and then start comparing the arraylists ? That more or less defeats the purpose of the database.
    Ps. When working with databases you can't be guarenteed that the driver will take care of closing all your resources properly for you so you are best off to close them yourself (Those being the connection, the result set and the preparedStatement).
    PPs. The duke dollars are worthless, they can't buy anything, and they certainly aren't energy. The only thing they offer is a token of appreciation for a provided answer. Also heed jschell's advice, don't try and give out advice on things that you don't have a full understanding on, or at the very least make it known that you are providing an answer that may not be the best suited for it.

  • Best practice for low bandwidth end-users

    Hey guys,
    I'm new to CS and am about halfway through my planning stages for a web app.
    My end users will be predominantly on 256k-512k connections (yeh I know it sucks, but this is regional/rural Australia) and a fairly large proportion of those are going to be on satellite which is incredibly latent.
    Does anyone have some tips on keeping it lean and mean regarding coding or have any experience's they'd mind sharing?
    Cheers

    At JavaOne, I attended a great technical session on extreme web caching. He talked about ways to make sure the browsers cache the static information, such as images.
    Web Caching is very important for high traffic, high performance web site but few people know all the professional-level strategies. In this talk I'll share some of the tricks of the trade, including advanced tips from Yahoo's Mike Radwin.
    To get a good intro to cross-browser web caching techniques check out the caching tutorial at www.mnot.net.

  • Reg:DISPlay code in wdabap

    Hi Experts
    How are you?Hope all are doing great and fine.
    Actually i am very new to wdabap coding but working on that technology where i have designed an wdabap application in that  there is a button named display when i click on that button all the UI elements what ever i have used in the application should be displayed in non-editable mode ,means just it should display in inactive state.
    could you please share your knowledge regarding coding.
    Thanks in Advance.
    Regards
    Deepika

    hi
    do not use IMPORTING parameter for set_attribute method .. map ur component controller context nodes to view and disable the fields in the event handler ..
    1) bind the read Only property of all the UI elements which you want to be in display mode to that context attribute :
    when i do this all are in non editable mode but this should happen when i click on display button only.but when i test the application all are in non edit mode if i do above procedure.
    yes , this is why u need to create a action for ur button .. u can find a Action property for ur button UI .. create a action and then write the code for enable/disable of the fields in this method
    can please give me the coding how to write in
    refer to my earler post ..
    one correction ..
    set the value to ' ' for disable and 'X' for enable .. instead of '01' and '02' ... use the set_attribute method
    2)Initially if you want all those to be in editable mode, then you can set that attribute value to abap_false:
    Is this should be written in wddoint method of the application.
    by default the fields are in the enable mode. if u wish them to be disable mode, u can write the coding in WDDOINIT method..
    u can accordingly change them to enable/disable them in the onAction method of ur button UI
    3)event handler of your button, set that attribute to abap_true so that all the UI elements will becom readonly:
    Is this should be written in display button action.
    if u set the attribute in the event handler  to 'X' or 'ABAP_TRUE' fields will be in enable mode
    if set to ' ' or 'ABAP_FALSE' vice versa ..
    regards,
    Amit

Maybe you are looking for

  • Problem while Importing Transport Request

    Hi Friends We are trying to import a transport request, while importing abap dictionary objects, in the log it is showing not imported. we have tried the same request in other system, but it works fine there. Can you please anyone explain what may be

  • G4 problems with Westinghouse monitor

    My husband just bought a Westinghouse 17" monitor(LCM-17w7) to hook up to his G4 mac last night. He hooked it up and since then, we cannot get the computer to shut down. when you click shut down, the computer restarts. He could never get it to shut d

  • Ink manager and printing postscript vs. export to PDF

    Hi all, I have a question about using the ink manager to convert PMS colors to CMYK. I have an ID file with a eps placed in it. the eps uses a spot color so that color gets pulled into ID. If I use the ink manager to convert it to CMYK and export the

  • QTP 10 trial version

    Can anybody share the link for QTP 10 tria version Please

  • Iphone won't open

    My iphone does not open. It has the Apple symbol in the centre of the screen.  I tried the reboot but it does not help. It is an Apple