Needed some detailed explanation for following points -- In UNICODE

Hi all
The following rules apply for converting a structure into a single field and vice versa:
1. If a structure is purely character-type, it is treated like a C field during conversion.
2. If the single field is of type C, but only part of the structure is character-type, conversion is only possible if the structure begins with a character-type structure and if this structure is at least as long as the single field. Conversion now takes place between the first character-type group of the structure and the single field. If the structure is the target field, the character type sections of the remainder are filled with blanks, and all other components are filled with the type-adequate initial value.
3. Conversion is not permitted if the structure is not purely character-type and if the single field is not of type C.
hi anybody can provide an explanation with examples
Thanks in advance.

The data layout of structures is relevant to UP checks with regard to the reliability of assignments and comparisons, for example. This data layout is represented in the Unicode fragment view. The fragment view breaks down the structure into alignment gaps, in byte and character-type areas, and all other types such as P, I, F, strings, references or internal tables.
Juxtaposed character-type components of a structure except strings are internally combined into a group if no alignment gaps exist between these components. All possible alignment requirements for characters are considered. Juxtaposed byte type components are grouped together in the same way.
Example
BEGIN OF struc,
  a(2) TYPE C,
  b(4) TYPE N,
  c    TYPE D,
  d    TYPE T,
  e    TYPE F,
  f(2) TYPE X,
  g(4) TYPE X,
  h(8) TYPE C,
  i(8) TYPE C,
END OF struc.
Fragment 1: a, b, c, d
Fragment 2: Alignment gap between d and e
Fragment 3: e
Fragment 4: f, g
Fragment 5: Alignment gap between g and h
Fragment 6: h, i

Similar Messages

  • Some problem about SAP R/3 ~ I need some detail solutions and suggests

    I need some detail solutions and suggests about below these problems:
    Problem 1: SAP Management Console cannot start successfully
    •     Problem 1.1: Click on SAP Management Console, but yellow light continues for a long period of time.
    •     Problem 1.2: In DOS, startsap command cannot start SAP R/3.
    •     Problem 1.3: Oracle 9i database automatically shutdown by itself.
    •     Problem 1.4: There is very low disk storage left (say less than 50MB) in the hard disk where Oracle 9i database is installed in the server.
    Problem 2: Problems in User Maintenance and Security of the SAP R/3 System
    •     Problem 2.1: Super user account password was lost (e.g. SAP* password was lost)
    •     Problem 2.2: Super users DDIC and SAP* were dropped in table usr02 in Oracle.
    •     Problem 2.3: Some users have been locked or deleted by an ABAP programmer who has been granted with almost superuser profiles.  For example, an ABAP programmer has been granted a profile of SAP_ALL and SAP_NEW but the system administrator would like to restrict all programmers form using SU01, SU02, SM01, so that no programmers can maintain other user's accounts.
    Problem 3: Problems in the configuration of client copy
    •     Problem 3.1: A copied client from the Client 000 cannot be customized.
    •     Problem 3.2: No sample data in IDES after a successful client copy.
    •     Problem 3.3: Logging on without being authorized.  A new client is created and client copied and transported successfully.  However, anyone can log into the system using user SAP* with the default password PASS.
    Problem 4:  Problems in the installation of SAP R/3 Server
    •     Problem 4.1: Computer Name of the SAP R/3 server has been changed after the full installation of Oracle 9i and SAP R/3.
    •     Problem 4.2: A network card of a server was faulty and it was replaced by a new network card but the SAP R/3 license was expired.
    •     Problem 4.3: You would like to reinstall SAP R/3 on a server which has previously installed with SAP R/3 but the same error message appears during the re-installation.
    Problem 5: Problems in the backup and recovery of Oracle 9i Database
    •     Problem 5.1: A redo log file was lost and the database could not be started.
    •     Problem 5.2: A group of data files were accidentally deleted and the database could not be started.
    •     Problem 5.3: Both the online redo log files and archived redo log files have been damaged.
    Problem 6: General problems regarding the general operations and the connection to the SAP R/3 System
    •     Problem 6.1: After a reboot of the Windows 2003 Server, SAP service is not automatically started.
    •     Problem 6.2: Some users complained that the performance of SAP R/3 is really very slow.
    •     Problem 6.3: A user complained that his/her password was correct but he/she could not lock on the client because it was locked.

    Problem 2
    2.1  If user account of the sap* is lost u can retrive by loging into os level as sidadm type this command
    DELETE  SAP<sid>.USR02 where BNAME='SAP*' AND MANDT=100
    This 100 is the client in which u want to delete the sap*
    after that restart the server and login as sap* with the default password as pass
    there is also another way of doing this if needed u can catch me at [email protected]

  • I need some detail solutions and suggests about below these problems ?

    I need some detail solutions and suggests about below these problems:
    Problem 1: SAP Management Console cannot start successfully
    • Problem 1.1: Click on SAP Management Console, but yellow light continues for a long period of time.
    • Problem 1.2: In DOS, startsap command cannot start SAP R/3.
    • Problem 1.3: Oracle 9i database automatically shutdown by itself.
    • Problem 1.4: There is very low disk storage left (say less than 50MB) in the hard disk where Oracle 9i database is installed in the server.

    3.1 - If you client copy from client 000, you need to go to SCC4 and set the client to customizing chnages allowed;
    3.2 - If you do a client copy from client 800 (the one that SAP delivers data in) you should have data. Client 000 is empty (almost).
    3.3 - You should be able to change the password of SAP* PASS user.
    I am not sure which version you are dealing with, but ERP2004 and ERP2005 allow you to change the password suring installation.
    Also, there is a parameter that can be maintained that allows you to log on as SAP*. If you set as not available, no one can log on.
    Hope it helps,
    Leonardo De Araujo

  • Need some sample documents for DME development

    Hi,
    I need some sample documents for DME development. I expect any information covering developing DME formats and steps for downloading a DME file (this I need for checking my formats).
    please, send any relevant info you have to mail id mindaugas.kazlauskas at gmail.com
    Many thanks and reward points ahead!
    Regards,
    Mindaugas

    Hi,
    the main thing is that I need format with payment information structured in single column, like this:
    //separator//
    value1
    value2
    value3
    //separator//
    value1
    value2
    value3
    //separator//
    maybe there is any SAP format structured like this?
    Regards,
    Mindaugas

  • Requistion for the detailed explanation for the following TEXT functoins.

    Hi Every one,
                    I require a detailed explanation of the following TEXT functions.
    1. IndexOf (2 Parameters) with an example.
    2. IndexOf (3 Parameters) with an example.
    3.Last IndexOf (2 Parameters) with an example.
    4.Last IndexOf (3 Parameters) with an example.
    5. Difference between IndexOf(2 Parameters) and Last IndexOf(2Parameters) with an example.
    6. Difference between IndexOf(3 Parameters) and Last IndexOf(3Parameters) with an example.
        I have already read in SDN site but i could not understand it properly.
    Please explain me in detail with an examples.
    Kindly do the needy.
    Thanq so much in advance.
    Regards,
    Ch.Prashanth Bharadwaj.

    Hi,
    A very basic question. Before posting search on SCN forum. These topics are very well covered in help.sap.com.
    Points given will be removed and thread locked.
    Regards
    Aashish Sinha
    SAP XI MODERATOR********************************************

  • Need some hand-holding and bullet point direction

    ok, i need some help. We shoot our church services on Sony PDW-700 HD XDCAMS. We shoot in 420 HQ (whatever that is). Once we finish shooting the service, we pull the source video off of the XDCAM disk using the Sony XDCAM transfer utility. I believe we end up with a .mls file. We then edit the source and send it to compressor and then to DVD studio pro and it gets burned to a standard DVD. What we end up with is a video with artifacts in it. What I mean by artifacts is wavy lines around the edges of movement.
    What I need to know, from step 1 to step whatever, is HOW to get the source from FCP to DVD w/out artifacts. It seems that we should be able to produce a DVD that looks better than ours and w/out the wavy lines around the edges of moving objects.
    What I'm looking for is something like this:
    When we open FCP, are there any preferences we need to have set before we import our source or will FCP adjust our project settings to match our source?
    When done editing, do we need to do anything special when we send it to compressor?
    Once in DVDSP, what do we need to be doing to make sure it comes out looking it's best.
    I realize I am asking a lot here, but we're not novices. We understand things like the format of our media, etc. We're looking for a list or bullet point process to get from Media to DVD and have it look it's best.
    Thank you
    Cliff

    If you have any doubts regarding the format you shot,
    look in the Browser, control-click the media file, and select Item Properties > Format.
    That will tell you exactly what FCP thinks you're using.
    Note that if Field Dominance is None, your clip is progressive.
    In the future, you should ask your camera crew to shoot progressive.
    crp0499 wrote:
    Creator: QT Player
    Source: HD 2:XDCAM
    Vid Rate: 29.97 fps
    Frame Size: 1440 x 1080
    Compressor: XDCAM HD 1080i60 (35 mb/s VBR)
    You may want to simplify the workflow by setting your sequence up first.
    Before you create any sequences, choose menu item > Easy Setup,
    and choose one of the XDCAM presets.
    • Chose Sony XDCAM HD
    • Choose HDCAM HD 1080i60 VBR
    • Choose framerate 20.97
    Once you do this, all new sequences will have that format.
    If you've set your sequence up correctly, dragging a clip to the sequence will not produce this:
    For best performance, your sequence and external video should be set to the format
    of the clips you are editing. Change sequence settings to match clip settings?
    If you click yes, you are not transcoding. You are setting the sequence format to be the same
    as what you shot.
    The bottom line is that when you set the sequence to match the footage,
    you should be able to play the footage without rendering. Of course,
    once you start editing and adding transitions, rendering may become
    necessary. Check out the note on rendering to ProRes 422 in this article:
    http://www.kenstone.net/fcphomepage/ex1_sd_outputyoung.html
    Although he's talking about going from XDCAM EX to a PAL DVD,
    most of the principles apply. In particular:
    • Set Rendering preferences to ProRes 422, i.e.
    Sequence Settings > Render Control > Render > Codec
    • Do your HD edit.
    • When it's time to convert to SD (step 2 in the article) create a new sequence
    with the settings NTSC Anamorphic. This will preserve the nice wide-screen look
    of the original footage even when played on an SD DVD.
    • Step 4 of the article: choose NTSC anamorphic.
    If your footage was shot interlaced, choose field dominance lower (even).
    The compressor is NTSC, and the frame rate is 29.97.
    In the advanced compression settings, note that it should be 16:9,
    and Progressive if you're shooting or converting to progressive.
    Check out the last section of this article:
    http://www.lafcpug.org/features/featurekeeping_thejob.html
    where field dominance is discussed in more detail.
    Right when you got the WiFi, file-sharing, and printing working great–
    they hand you a video camera!
    I've got the reverse problem.

  • Need some reference book for BIW

    Hi,
    I need some books for BW,i am new to bw ,presently working in sap abap.
    Is there any free books available in net means ,please send to me.
    I thought HENDRY FU book is best ,is it available in net.
    can i download that book.
    Regards,
    Kalidas.T

    Hi Kalidas,
    BI platform:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/594e3c6bf4233fe10000000a114084/frameset.htm
    performance optimization
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a62dee07211d2acb80000e829fbfe/frameset.htm
    analysis & repair environment
    http://help.sap.com/saphelp_nw2004s/helpdata/en/92/1d733b73a8f706e10000000a11402f/frameset.htm
    scheduler
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e1/b7463c32a3fe13e10000000a114084/frameset.htm
    FI extraction
    http://help.sap.com/saphelp_bw32/helpdata/en/af/16533bbb15b762e10000000a114084/frameset.htm
    whats new in BI 7.0
    http://help.sap.com/saphelp_nw04s/helpdata/en/57/a21f407b402402e10000000a1550b0/frameset.htm
    System administration tasks
    http://help.sap.com/saphelp_bw30b/helpdata/en/d1/e81c3b85e6e939e10000000a11402f/frameset.htm
    process chains
    http://help.sap.com/saphelp_nw70/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    WAD screen cam
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6dd54713-0c01-0010-8691-a3576b9a95d9
    BI content installation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c1/ea683cc5e8ca68e10000000a114084/frameset.htm
    BI suite :Business Explorer
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/30d43b0527a17be10000000a114084/frameset.htm
    BI 7.0 & EP 7.0 integration
    /message/3945089#3945089 [original link is broken]
    DTP's
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/fb8ed8481e1a61e10000000a422035/frameset.htm
    Extractions in BI
    https://www.sdn.sap.com/irj/sdn/wiki
    transport
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    Hendry fu is available in net...before that u follow the above links..then go for FU book.. and welcome to BW
    Regards
    ashwin

  • I need some XP drivers for Satellite L350D-110 PSLE8E

    Hello there.
    I have now my brandnew Toshiba notebook. It comes only with VISTA, a very nice looking system.
    But I want to use my notebook in our office too and then I need to install XP Professional.
    XP is already installed, but i need some drivers to complete the system installation.
    Here is screenshot from my hardware manager (hope it will work in this forum):
    http://img443.imageshack.us/my.php?image=screengmhv9.jpg
    Can anybody help me?
    Or is there a chance to get a downgrade option from Toshiba?? Without a downgrade I cannot use my brandnew notebook.....

    For the Satellite L350D and Windows XP there are all drivers available.
    I think you forget to install two or more drivers.
    Here you can download it:
    http://eu.computers.toshiba-europe.com => Support & Downloads => Download Drivers
    Search for your model and you will get a list of all drivers. Then you can compare which drivers you didnt install yet.
    As Jeffrey said, I should be the AMD Processor Driver, Realtek driver and the card reader.

  • Need some sample data for obiee practice

    Hi All,
    I installed OBIEE 11.1.1.5 using SQL SERVER 2005.
    Can someone help me out some sample data for practise purpose other than sampleapplite
    Thanks,
    SatyaB

    The full version of BI Sample Application (not the lite) has a pretty good amount of sample data for practice. Have you tried using it?
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html

  • Need some good links for JAXB Customization

    Hi all,
    Please gimme some good links for JAXB customization tutorial.
    cheers
    JoyBoy

    Hi all,
    Please gimme some good links for JAXB customization tutorial.
    cheers
    JoyBoy

  • Need some technical specs for practice

    Can any body send me some sample technical specs for practice. My email id is [email protected] Thanks in advance
    bindazme

    Hi,
    I m not sending you any sample for  tech specs but you will
    find the tips as below:
    1.In 1st page you may require to give heading and company logo also at the RHS.
    2.Give title of the document , SAP Module Name, Specification Type (Giv ein a tabular format)
    3.Revision History in Tabluar Format including Author , Description , Date , Version ( Version management very imp try to maintain it)
    4.Requirement Description : Enter in detail wat is u r reqmt.
    5.U may add Process flow diagram using visio etc.
    6.Outstanding issues
    7.Prerequisites
    8.Input Parameter Details
    9.Processign logic Details
    10.Out Put Details (if Report Output Format)
    11.The few unit testing scripts also u can include
    12.Proper file name , in header & Footer
    13. Always try to keep track changes on for version management. If u need to create new version try to accept previous version then keep track for curren tchanges.
    14. Maintain index & Page no in table content .
    Kindly Reward points if contents are useful....
    Rewards,
    Mandeep.

  • Need some design idea for a multi- thread  concurrent system

    I am totally new to this area. Hope ppl can give me some suggestion for the following project.
    The project is using socket to deal with huge concurrent data. Server will send me more than 50K (maybe more) XML strings in a short time.
    I need parse strings and save them in the data structure.
    What I have done is using ExecutorService to deal with this problem. Unfortunately, it's already too slow even I don't save data into data structure.(data structure will cause synchronization problem, and make system even worse).
    I was required to develop this software in a single machine and windows based OS.
    Should I only use single thread to do this project? or some other strategy?
    Can anybody give me some suggestion.
    Thanks so much.

    Peter. Thanks again.
    Could you help me to take a look at this code. Appreciate that.
    ThreadPool class:
    protected ExecutorService threadPool = Executors.newFixedThreadPool(5);
       incoming = new Socket("127.0.0.1", port1);
       outcoming = new Socket("127.0.0.1", port2);
       out = new PrintWriter(outcoming.getOutputStream(), true);
       isr = new InputStreamReader(incoming.getInputStream());
       is = new BufferedReader(isr);
    while (true) {
         String str;
         str = is.readLine();
         if (str == null) {
                 cleanup();
                 closeSocket();
                 printout();
            } else {        
                             this.threadPool.submit(new WorkerRunnable(str,          
                                                             "Thread Pooled Server"));
           }WorkerRunnable class:
    public void run() {
    try {
                SAXBuilder builder = new SAXBuilder();
                InputSource is = new InputSource( );
                is.setCharacterStream(new StringReader(xmlString));
                org.jdom.Document doc = builder.build(is);
                org.jdom.Element root = doc.getRootElement();
                org.jdom.Element order = root.getChild("Changes");
                List orderList = order.getChildren("OrderChange");
                if (orderList.size() != 0) {
                               org.jdom.Element orderchange = (org.jdom.Element) orderList.get(0);
                               String price = orderchange.getAttribute("orderPrice").getValue();
                               String quantity = bookchange.getAttribute("orderQuantity").getValue();
                               String symbol = bookchange.getAttribute("orderName").getValue();
                                } catch(Exception e)
                              {}

  • Need some Helpful Links for downloading documents

    Hi Experts,
    I would like to know if there are any links from where i can view and download the documents that will be helpful for me in gaining more knowledge on any particular topic in detail for SAP B1 2005B & 2007B.
    I am looking for topics such as Creating Tax codes, VAT and CENVAT, Bank Reconciliations, Financial, Chart of Accounts, Inventory Management, Batch Management, etc.... with some examples or scenarios which are not covered in detail in the course materials.
    Merry Christmas to all....
    Thanks and Regards,
    Kaushal

    Hi Vijay,
    Thanks for your response. But, when i visit the link, i get the following message:
    Alias not available
    Line: -
    The alias SMB/EDUCATION that you have entered does either not exist,
    or you are not authorized to access it.
    Line: -
    I have a s-user id but, i don't know if i can access the documents from the SAP portal. I hope that we should get the access by default by SAP.
    Thanks and Regards,
    Kaushal.

  • Need some details

    Hi,
         1. Can I have more details for validating the existing of one physical file for the given file path & file name, in Jdeveloper (Jdev11.1.1.4)?
         2. How about to have the "Browse" prompt like the following?
    http://www.4shared.com/photo/_iI9eF3N/fig141.html
    http://www.4shared.com/photo/xMP_68xf/fig142.html
    Best Regards

    in adf you have aan option of af:inputFile.. which maps to UploadedFile class.. the class is a pointer to the uploaded file.. now for your case.. as Timo suggested.. make use of File class to check if the file exists..
    File f = new File("C:\\123.txt");
    System.out.println
    (f + (f.exists()? " is found " : " is missing "));

  • Need some clarification in the following programs

    Hi ABAPers
    I am learning ABAP programming. I am having some doubts in some programs which are there in the book TEACH YOURSELF ABAP/4 in 21 Days.
    I hope you will clear all my doubts
    1)     when I execute this program it is giving me error message and I am unable to resolve the error in it.
    I don’t remember the error message but it is something related to data conversion.
    Listing 9.5  Variables Filled with Characters Other than Blanks or Zeros Using the WITH Addition of the CLEAR Statement
    1 report ztx0905.
    2 tables ztxlfa1.
    3 data: f1(2) type c value 'AB',
    4       f2(2) type c,
    5       f3    type i value 12345,
    6       begin of s1,
    7           f1(3) type c value 'XYZ',
    8           f2    type i value 123456,
    9           end of s1.
    10 write: / 'f1=''' no-gap, f1 no-gap, '''',
    11        / 'f2=''' no-gap, f2 no-gap, '''',
    12        / 'f3=''' no-gap, f3 no-gap, '''',
    13        / 's1-f1=''' no-gap, s1-f1 no-gap, '''',
    14        / 's1-f2=''' no-gap, s1-f2 no-gap, '''',
    15        / 'ztxlfa1-lifnr=''' no-gap, ztxlfa1-lifnr no-gap, '''',
    16        / 'ztxlfa1-land1=''' no-gap, ztxlfa1-land1 no-gap, '''',
    17        /.
    18 clear: f1 with 'X',
    19        f2 with f1,
    20        f3 with 3,
    21        s1 with 'X',
    22        ztxlfa1 with 0.
    23 write: / 'f1=''' no-gap, f1 no-gap, '''',
    24        / 'f2=''' no-gap, f2 no-gap, '''',
    25        / 'f3=''' no-gap, f3 no-gap, '''',
    26        / 's1-f1=''' no-gap, s1-f1 no-gap, '''',
    27        / 's1-f2=''' no-gap, s1-f2 no-gap, '''',
    28        / 'ztxlfa1-lifnr=''' no-gap, ztxlfa1-lifnr no-gap, '''',
    29        / 'ztxlfa1-land1=''' no-gap, ztxlfa1-land1 no-gap, ''''.
    according the book the output should be
    The code in Listing 9.5 produces this output:
    f1='AB'
    f2='  '
    f3='    12,345 '
    s1-f1='XYZ'
    s1-f2='   123,456 '
    ztxlfa1-lifnr='          '
    ztxlfa1-land1='   '
    f1='XX'
    f2='XX'
    f3='50,529,027 '
    s1-f1='XXX'
    s1-f2='1482184792 '
    ztxlfa1-lifnr='##########'
    ztxlfa1-land1='###'
    can you please explain me this program.
    2)     This program  is giving me the following error message at line 7.
    ALPHA AND IT-F1 ARE TYPE- INCOMPATIBLE.
    The program is as follows.
    Listing 12.9  Deleting Rows from an Internal Table Can also be Done Using the delete Statement
    1  report ztx1209.
    2  data: begin of it occurs 12,
    3            f1,
    4            end of it,
    5            alpha(12) value 'ABCDEFGHIJKL'.
    6
    7  do 12 times varying it-f1 from alpha0 next alpha1.
    8      append it.
    9      enddo.
    10
    11 loop at it.
    12     write: / sy-tabix, it-f1.
    13     endloop.
    14
    15 delete it index 5.
    16 skip.
    17 loop at it.
    18     write: / sy-tabix, it-f1.
    19     endloop.
    20
    21 delete it from 6 to 8.
    22 skip.
    23 loop at it.
    24     write: / sy-tabix, it-f1.
    25     endloop.
    26
    27 delete it where f1 between 'B' and 'D'.
    28 skip.
    29 loop at it.
    30     write: / sy-tabix, it-f1.
    31     endloop.
    32
    33 loop at it where f1 between 'E' and 'J'.
    34     delete it.
    35     endloop.
    36
    37 skip.
    38 loop at it.
    39     write: / sy-tabix, it-f1.
    40     endloop.
    41
    42 read table it with key f1 = 'K' binary search.
    43 write: /, / 'sy-subrc=', sy-subrc, 'sy-tabix=', sy-tabix, / ''.
    44 if sy-subrc = 0.
    45     delete it index sy-tabix.
    46     endif.
    47
    48 skip.
    49 loop at it.
    50     write: / sy-tabix, it-f1.
    51     endloop.
    52
    53 free it.
    And the out put  according to the book is as follows
    The code in Listing 12.9 produces this output:
             1  A
             2  B
             3  C
             4  D
             5  E
             6  F
             7  G
             8  H
             9  I
            10  J
            11  K
            12  L
             1  A
             2  B
             3  C
             4  D
             5  F
             6  G
             7  H
             8  I
             9  J
            10  K
            11  L
             1  A
             2  B
             3  C
             4  D
             5  F
             6  J
             7  K
             8  L
             1  A
             2  F
             3  J
             4  K
             5  L
             1  A
             2  K
             3  L
    sy-subrc=     0  sy-tabix=          2
             1  A
             2  L
    How to rectify the error in this program.
    3)     In this program I want to ask is there any way that I can be able to see the write statement output which is there in the initialization event block. If yes then how .
    (Note I don’t want to remove the paramter (selection screen) statement.)
    Listing 18.13  Explain the Sequence of Events That Occurs in this Program
    report ztx1813 no standard page heading.
    ztx1813 data: flag,
          ctr type i.
    parameters p1.
    initialization.
      flag = 'I'.
      write: / 'in Initialization'.
    start-of-selection.
      flag = 'S'.
      write: / 'in Start-Of-Selection',
             / 'p1 =', p1.
    top-of-page.
       add 1 to ctr.
       write: / 'Top of page, flag =', flag, 'ctr =', ctr.
       uline.
    4) can anybody please mail me some exercise program queries  ( right from the basic to complex one) on this mail id  [email protected]  or else u can give me the url of the website which contains such program.
    EARGERLY WAITING FOR UR REPLIES
    Regards,
    maqsood

    Maqsood,
    I had tested all your programs and I am getting the correct output. I didnt get any error message and I didnt do any changes. I just copied your code and executed it.
    To your Q3, I can say...INITIALIZATION is used only to assign values to variables. It is not used for output.
    Only the start-of-selection and top-of-page will be printed.

Maybe you are looking for

  • How can i debug a program attached with a Job schedule ?

    Hi experts, In a background job one program plus one variant is attached, now I don't have any authorization  of SE38. I want to debug the program. How can it be possible? Thanks in Advance, Abhijit

  • IPod 5th Gen constantly resets and is not detected

    My iPod 5th Gen erased all my music and constantly resets when plugged in.  I've searched far and wide through support to no avail so I look to the community to aid my quest to load music to my iPod again.  Thanks in advance for the help! Situation:

  • Anyone having problems with their iPad 2 after updating to OS8

    OS 8 doesn't seem to be fully compatible with iPad 2. Startup is really slow and some apps are not working correctly.

  • Document type change during fee calculation

    Hi SLCM gurus, Our customer wants to change document type for spesific type of students during the fee calculation. Is there a badi or event to change the document type for a spesific situation?

  • Need the download link to reinstall LR2

    I just had a hard drive crash & I lost everything on it.  I need to reinstall Lightroom 2 for Windows, have my original serial #s from when I originally purchased it & I cannot find the link to download Lightroom 2. Thank you!!