Read Field content during recording

Hi All,
I am recording a transaction, in which one of the fields (say Field1) is automatically populated by the system. The requirement is to read that field content (Field1) and populate it in another field (Field2) .  Please suggest as to how this can be achieved in a recording program.
Thanks,
Santhosh.

Hi Santosh,
there is no way to archieve this (unless you want to modify the standard transaction). You have to investigate how the standard report populates the value automatically and rebuild the same functionality in your (BDC-) Report.
Kind Regards,
Dirk

Similar Messages

  • Read Note content in Records Management (RM)

    Hello,
    Does anybody know, how to read the content of a note (SRM_SP_NOTE) in RM?

    Do you have any answer?

  • Change the content of a field for a record in table

    Dear guru ,
    i know that there is chance to change the content of a field for a record in table using SE16 for the table involved and debugging.
    Can you explain me the flow to run this ?
    Thanks.

    >
    CONS  SAP wrote:
    > Dear guru ,
    > i know that there is chance to change the content of a field for a record in table using SE16 for the table involved and debugging.
    > Can you explain me the flow to run this ?
    > Thanks.
    Hi CONS SAP,
    You can use se16n transaction. This is very user friendly trnasaction. You may use it like this:
    1) Start transaction SE16n.
    2) Type the table name and press ENTER.
    3) Type the string "&sap_edit" into the command line and press Enter.
    4) Enter your selection criteria and press F8.
    Now you can easily change/delete/add the lines you want and then save.
    All Changes are recorded in the tables SE16N_CD_DATA and SE16N_CD_KEY.
    But I would request you to keep in mind the suggestions from Vijay Babu Dudla
    >
    Vijay Babu Dudla wrote:
    > if you are trying on some test table then it is ok. but don't update any transactional data like that. it is not good practice.
    >
    Many regards,
    Ravi.

  • Make a field required on record creation, read only after that

    Hello,
    Does anyone know of a way to make a pick-list field required on record creation, but read-only after that? The other twist to this is that we need to allow this field to also be read-write for all the integration edits, since this field's value could change in the enterprise database.
    Thanks,
    Neal G.

    Hi !
    I think you can add a validation rule for that. Something like :
    IIf(PRE('<YOURFIELD>') IS NULL, <> '', = PRE('<YOURFIELD>'))
    This means that if the previous value of your field is null (it's a creation), so the value must be different than blank. Else, it must be equal to the previous value, so not modified.
    I didn't tested it, but I let you get back to me if it works... or not !
    You'll just have to add a message saying that this field is required on creation and readonly after...
    Hope this will help, feel free to ask more !
    Max

  • How to read the contents of Input Field created via Screen Painter?

    Hi All,
    I have a module program / dialog program, on my second screen, I created an input/outbox field via screen painter of course,
    now in my PAI, how can I read the contents of the input/outbox field?
    Let's say the name of my input/outbox field is: P_WEKRS.  Note: Get Parameter and Set Parameter is ticked.
    PROCESS AFTER INPUT.
      LOOP WITH CONTROL TC_DATA.
        MODULE MODIFY_DATA.
      ENDLOOP.
    I want to get the value of the input/outbox field before my loop in table control?  I thought that it will work like normal parameter in non-dialog programs.
    Any helpful inputs will be appreciated/rewarded.
    Thanks.
    Jaime

    Hi, Jaime
    Do the following Change in you Follow Logic
    PROCESS AFTER INPUT.
    MODULE read_or_change_value. " Add this
    LOOP WITH CONTROL TC_DATA.
      MODULE MODIFY_DATA.
    ENDLOOP.
    Add the Bellow Module code in you Driver Program.
    MODULE read_or_change_value.
    DATA: P_WEKRS like " the Field on Screen. Must be the same name as on SCREEN. and Type must be same too.
    " Here you will find the Value in that Variable or if you will change the Value here you will find it change on Screen
    END MODULE.
    Please Reply if any Issue..
    Best Regards,
    Faisal

  • Reading InfoCube contents in ABAP

    Dear,
    I'm reading the contents of an InfoCube using FM RSDRI_INFOPROV_READ. This works fine, characteristics & keyfigures are coming through, only when I want the currency keys and units, the returned itab (E_T_DATA) contains additional records in stead of the currencies and units filled in the corresponding entries. Probably beacuse units are in a separate dimension. Does anyone know how I can populate the currency keys & units in the same records as where the keyfigures are stored?
    Thanx in advance for your help!
    Regards,
    Marco

    Hi Lakshman,
    1.Files in application server are called 'Sequential files'. they are also called as 'Dataset'.
    2.To handle sequential file we can follow the below said procedures.
       a.  To open sequentioal file:
              OPEN DATASET <FILENAME> FOR { OUTPUT/INPUT/APPENDING}
              IN {TEXT MODE/BINARY MODE}
       b. To process ( reading/writing):
           TRANSFER <FIELD> TO <FILE NAME>,
           READ DATASET <FILENAME> INTO <FIELD>.
      c.  To close:
            CLOSE DATASET <FILENAME>
    3. To see  the application files tcode: AL11
    4. Download the files from application server to presentation server : CG3Y
    5. Presentation server to application server : CG3Z
    Regards,
    Sakthivel.VT

  • Issue with vocals during recording - only hear them on left side of headphones.

    wanting to hear in stereo...

    If you've recorded your vocals the way most people do, then they will be mono anyway! If you want to hear a single mono track in both channels (assuming that your headphones are working normally in the first place), then you either have to pan the mono track so that it feeds into both sides of the master channel, or you have to duplicate the vocal so that it occupies both sides of a stereo track. The former is the preferred way of doing it - have a mono vocal track in your stereo mix and pan it to where you want it in the stereo field.
    As far as monitoring during recording is concerned, then there could potentially be a few other issues - it rather depends how you are feeding the channel out of your sound device. It's not quite so easy if it's a mono track to feed both sides of a pair of headphones when you haven't gone via the master mixer - IOW you are using a direct output from the track. That would only feed one channel by default. But if you are going via the mixer (which you normally would whilst laying tracks) then it should just be a matter of panning the vocal channel into the centre.

  • Mapping : how to see the field contents

    Hi
    I had tested the mapping object ( source : webservice --> dest: RFC )
    When i ran the test after importing the source instance from XML file, i am getting the message testing is succefull , but i want to see the filed contents in the destination message type (RFC) after the the test.is it passible.
    my requirement is to analyse the field contents after mapping had been done.
    Thanks & regards
    Mallik

    Hi,
    If you want to see what is the actual transformation happening during runtime (i.e. when you test the end-to-end scenario from WebService to RFC)
    1) login to SAP GUI
    2) go to transaction /nSXMB_MONI
    3) double-click on Monitor for Processed XML Messages
    4) Fill the details (like Execution Time, Sender/Receiver Service, Interface etc) and press F8.
    5) double-click on the message-entry corresponding to your scenario
    6) You will see a list as:
    Inbound Message
    Interface Determination
    Request Message Mapping and other options
    7) Expand Inbound Message tab --> Payloads --> Right-click on Main Document and say display in Window 1
    8) Expand Request Message Mapping tab --> Payloads --> Right-click on Main Document and say display in Window 2
    Now you can see the message coming into SAP XI in window 1 (upper window) and message going out of SAP XI in window 2 (lower window)
    Regards,
    Abhishek.

  • How to read the contents of XML file from my java code

    All,
    I created an rtf report for one of my EBS reports. Now I want to email this report to several people. Using Tim's blog I implemented the email part. I am sending emails to myself based on the USERID logic.
    However I want to email to different people other then me. My email addresses are in the XML file.
    From the java program which sends the email, how can I read the fields from XML file. If any one has done this, Please point me to the right examples.
    Please let me know if there are any exmaples/BLOG's which explain how to do this(basically read the contents of XML file in the Java program).
    Thank You,
    Padma

    Ike,
    Do you have a sample. I am searched so much in this forum for samples. I looked on SAX Parser. I did not find any samples.
    Please help me.
    Thank you for your posting.
    Padma.

  • How to read the contents in the excel file on the basis of colunm heading?

    Hi,
    Here is my requirement like that  in excel file i got the customer number , amount etc....
    And my required fields are customer and amount. In file customer nr is under the heading 'CUSTOMER' and amount is under the heading 'AMOUNT'.
    Is there any FM for reading the contents under the colunm heading of excel?
    Please suggest me.
    Thanks,
    Harshal kulkarni

    Hi Harshal ,
    I dont think there is such function module /BAPI/Class-Method .
    but if your excel file is dynamic you can write your own logic using field - symbols.
    Regards ,
    Praveen

  • How to read the contents of the Uploaded file ?

    hi @,
    I have used the File upload and Download UI elements as per the tutorial available. Now my requirement is to read the contents of the file and transfer it to the Backend system.
    How can I achieve the desired fucntionality.
    Thanks in advance,
    Regards,
    Amit

    try this code to store image file in back end system.
    IWDResource res=wdContext.currentMyDataElement().getPictureres();
              InputStream in=res.read(false);
              ByteArrayOutputStream bout=new ByteArrayOutputStream();
              int length;
              byte[] part=new byte[10*1024];
              while((length=in.read(part))!=-1)
              bout.write(part,0,length);
              in.close();
    pstmt.setBytes(8,bout.toByteArray());
    If it is other than image file like word or text then try this in action
    IWDResource resource = wdContext.currentResElement().getResorce(); // your existing handle to the upload resource type
                try {
                   InputStream stream = resource.read(true);
                   byte b[]= new byte[1000];
                   stream.read(b);
                   String str = new String(b);
                   int i=str.length();
                   wdContext.currentContextElement().setOut(str);
                   wdContext.currentContextElement().setSize(i);
                   wdContext.currentResElement().setResourceurl(
                        wdContext.currentResElement().getResorce().getUrl(WDFileDownloadBehaviour.OPEN_INPLACE.ordinal()));
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    The in back end field where u store the file should be byte array.
    Regards,
    H.V.Swathi

  • ICON with field contents in case of ALV GRID

    please have a look at the program. the output of the program display ICONS with the field contents.
    I wanted the same functionality in case of GRID layout.
    But in case of GRID layout I am only getting ICON without field contents.
    In this Example
    if I use ALV LIST the ouput will be STACk ICON with X
    IF I use ALV GRID the output will be STACK ICON.
    REPORT ZTEST_SO1 .
    type-pools : slis.
    data : result(25).
    types : BEGIN OF Ty_MARA,
            gv_flag type char25,
            end of ty_mara.
    data : gt_mara type standard table of ty_mara,
           wa_mara type ty_mara.
    DATA : gt_fieldcat type slis_t_fieldcat_alv,
           wa_fieldcat type slis_fieldcat_alv.
    wa_fieldcat-fieldname = 'GV_FLAG'.
    APPEND WA_FIELDCAT TO GT_FIELDCAT.
    CALL FUNCTION 'ICON_CREATE'
      EXPORTING
       name                        = '@3B@'
       TEXT                        = 'X'
       INFO                        = 'YY'
       ADD_STDINF                  = 'X'
    IMPORTING
       RESULT                      = wa_mara-gv_flag.
    IF sy-subrc EQ 0.
    APPEND WA_MARA TO GT_MARA.
    ENDIF.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
      I_INTERFACE_CHECK              = ' '
      I_BYPASSING_BUFFER             =
      I_BUFFER_ACTIVE                = ' '
       I_CALLBACK_PROGRAM             = 'ZTEST_SO1'
      I_CALLBACK_PF_STATUS_SET       = ' '
      I_CALLBACK_USER_COMMAND        = ' '
      I_STRUCTURE_NAME               =
      IS_LAYOUT                      =
       IT_FIELDCAT                    = GT_FIELDCAT
      IT_EXCLUDING                   =
      IT_SPECIAL_GROUPS              =
      IT_SORT                        =
      IT_FILTER                      =
      IS_SEL_HIDE                    =
      I_DEFAULT                      = 'X'
      I_SAVE                         = ' '
      IS_VARIANT                     =
      IT_EVENTS                      =
      IT_EVENT_EXIT                  =
      IS_PRINT                       =
      IS_REPREP_ID                   =
      I_SCREEN_START_COLUMN          = 0
      I_SCREEN_START_LINE            = 0
      I_SCREEN_END_COLUMN            = 0
      I_SCREEN_END_LINE              = 0
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER        =
      ES_EXIT_CAUSED_BY_USER         =
      TABLES
        t_outtab                       = GT_MARA
    EXCEPTIONS
      PROGRAM_ERROR                  = 1
      OTHERS                         = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

    Read the documentation of FM ICON_CREATE, the purpose of the Function module is entirely different from what you are using it for.
    To print Icons in ALV (Using FMs ) all you need to do is to send the Icon name in the field.
    Also parameters TEXT and INFO of FM ICON_CREATE seem to be flags, that are appended to the icon name so that when you set it on the screen the appropriate info or Text is shown.

  • ALV to Excel Missing field content

    Hi Experts,
    I have a problem during dowloading process of ALV grid to Excel. For some reasons the last row is not completely filled with all field contents.
    I tried 2 things one is working fine and one is not working fine.
    1) List --> Export ---> Spreadsheet : this option is working fine.
    2) Using Excel icon in Grid Toolbar: This is not working correctly. for example if i have 20 fields only 10 fields are coming properly in last row.
    Any ideas?? It looks like some thing to do with OSS Notes.
    Thanks in advance,
    Rajesh

    CTRLSHIFTF9 is SAP standard function.
    But Execl icon is standard tool for ALV in SAP which use Fieldcatlog.
    Just try to change the Options i gave you once.     
    Similar issue was resolved with the same solution :
    [Refer to the link|https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=7181843]
    Regards,
    Gurpreet

  • Reading the contents of a File without using the  fileref

    Hi ,
    I was trying to read the contents of a file (not upload
    basically) without using the fileref.upload or any servlets.
    I wanted to give this file as input(dataprovider) to a
    datagrid from the local instead of uploading it to the server and
    fetching the contents from there.
    I will explain the scenerio here:
    1.I have a text field. (Here I am providing the path of the
    file located).
    2.There is a Submit button .(On click should be able to take
    the specified file as input and read the contents of the file)
    which should be able to read the contents of the file path
    specified in step1.
    I want to basically provide the contents of this xml file as
    data provider to a datagrid.
    can anyone please provide some help on this issue.
    thanks

    You cannot access the local file system in Flex. You need to
    upload the file to the server, and then populate the file from that
    uploaded file. Unless of course you are using AIR, then this is
    doable.

  • How to get field content of REFERENCE FIELDS in KONP

    Hi Friends,
    I need to get the referened feilds in konp table ( RV13A-KONWA, RV13A-AWEI1, RV13A-BKONW, T001-WAERS ) to another table along with the content of KONP.
    can you please give me the way to get this done ( key / field  reference to fetch the reference field content ).
    Thanks and Regards,
    Penchala R A.

    Hi ,
    Thanks for your suggestion but i am working on BW side where i am only getting the table data in flat files and in ODSs but not through SAP transactions. so i cant get through user exits.
    Thats why i need the linking ( keys ) logic for this.
    Thanks and Regards,
    Penchala Reddy A.

Maybe you are looking for

  • I download my illustrator as Chinese edition, I want to change it back to English, how should I do that?

    I download my illustrator as Chinese edition, I want to change it back to English, how should I do that? My computer is MAC, do I need to download any extra things to fix it?

  • Oracle 11g Support For WLS 10 and WLS 9.2

    Hi, Does anyone know where I can find out definatively when Weblogic 10 and 9.2 will officially support Oracle 11g ? Any official BEA sources here. Cheers Simon

  • Cost Allocation

    I need to allocate the enablers cost across the operation as the allocated cost. the cost is not getting allocated across the operations. Please help me in this regard. i have written the script as follows : FIX("GL") FIX("Local") FIX("FY09") FIX("Fi

  • (First?) user guide with iBooks Author

    Hello! I was commissioned to design a user guide for a product. Part of the product (StyleShoots) is an iPad so its interactive manual runs on the iPad as well. It was a challenging project that now is online here: http://itunes.apple.com/gb/book/sty

  • "Glitch" with order -- Double billed with no confirmation

    Tried to place an order, for 2 copies of Theatrhythm Final Fantasy Curtain Call: Limited Edition but got a message that there was a glitch during checkout. Tried again and got the same message. Looking at my email, I have 2 pending charges on my cred