How to implement a two step maintainance?

Hi,
I am trying to implement a two step maintainance , in the sense I have a table-control on the screen .
I will have one push button called new entries on the application toolbar .
If i click on new entries , it should take me to another screen and after i enter the entries and save it , it should get saved in the table control and the table control should be in non-editable mode .
Please can someone help me out with this .
Regards,
Sushanth H.S.

Hi,
Do the following:
1. Mark all table control columns as Output Only, so that user cannot make entry directly in tabel control.
2. In PBO of screen where table control is shown code the following:
tabcon-lines = lines( itab ).
Where tabcon is the table control name and itab is the internal table which contains the records. This way no additional (blank) rows will be shown in the table control
3. Create a new screen and define in the screen all the fields (columns) of your table control. Program a button (maybe the save button) so that in PAI
CASE OKCODE.
WHEN 'SAVE'.
APPEND wa TO itab.
LEAVE TO SCREEN 0.
ENDCASE.
Assuming the screen fields are stored in a work area WA or type of internal table itab.
What thsi will do after clicking SAVE button, the itnernal table record will be added and control will return to table control screen and the new record will be displayed.
Cheers,
Aditya

Similar Messages

  • How to implement Multiple Roadmap step with in a roadMap

    Hi,
    I am trying to implement Multiple roadmap step with in a roadMap.Can any one help me on this how to do it.
    As of now i have added Multiple roadmap step element with in my Road map navigation and assign a data source which contains single attribute steps. I am stuck here open question like
    1) How i map the view accordingly with the steps that are dynamically created
    2) Weather i have to create dynamic plugs? to handle it
    Can any one help me out or if you have any sample implementation please guide me through that link.
    Thanks in advance.
    Regards,
    Karthikeyan R

    Hi,
    1. In the View add a RoadMapUI element.
    2. Right click->Insert Steps (as many as required)
    3. Set the design property of the Roadmap step as standard / selected (Highlighted if set to "Selected")
    This is for a static approach i.e if there are 3 views, then in all the three views u repeat the procedure above and set the property as Selected for the required step.
    For dynamic selection of roadmap, bind the design property to context attribute of type WDRoadMapDesign and set the property thru code.
    Hope this helps you.
    Regards,
    Poojith MV

  • How to implement the patch for maintaining more than one cookie with http?

    HI all,
    I have seen the patch for CommonsHTTPSender.java and HTTPSender.java in
    http://issues.apache.org/jira/browse/AXIS-895?page=comments#action_63350 , but I don't know how can I implement the patch. Could anyone suggest me how to do it please. Thank you in advance.

    If I must use StringTokenizer, How can I do it? You completely misunderstand how StringTokenizer works.
    StringTokenizer st = new StringTokenizer(output,"#####");Each character is used as a delimiter. So you have specified the same delimiter 5 times.
    As suggested above you would need to rewrite the entire code, to treat the String as a delimiter, intead of each character as a delimiter.

  • Siebel 7.0 to 8.1 Is a Two Step Upgrade

    Hi All,
    I wanted to bring this to everyone’s attention since it caught me by surprise. There is no direct upgrade path from 7.0 to 8.1. 7.5 is the last version that offers a direct upgrade path to 8.1
    This is not nearly as bad as it sounds. When done correctly the extra upgrade will only add one week to your development upgrade process. We have done many two step upgrades including 6.x to 7.8/8.0 upgrades as well as SEA to SIA upgrades and once you realize how to properly perform these upgrades the second step is not significant to the project’s duration.
    Actually dropping support for 7.0 is really just getting back to business as usual for Oracle. Normally when a new version of Siebel comes out support for the oldest direct upgrade version is dropped. This was the case for 7.7 being the latest version that supports a direct upgrade from 6.x.
    Support for 7.0 upgrades was maintained for 7.8 and 8.0. We all just got used to 7.0 being supported but now that direct upgrade path is gone.
    Please contact me if you have any questions about how to minimize your two step upgrade project duration. There are certain details you should know about before attempting such an upgrade if you have never performed one before.
    HTH,
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

    I ran the patch and got:
    Installed post install CPU files
    You are installing OHS_8.1.7.0 component for ORACLE_HOME D:\ORACLE\ORA81
    You are installing MODPLSQL component for ORACLE_HOME D:\ORACLE\ORA81
    OID_2.1.1.3s is not installed in this Oracle Home
    SSO_3.0.9.8.4 is not installed in this Oracle Home
    SSO_3.0.9.8.5 is not installed in this Oracle Home
    DB_8.1.7.4 is not installed in this Oracle Home
    Patch Installation Completed
    Then I tried to run the Post Installation Instruction (§3.2.2 of the readme for 5236412):
    @D:\ora8174\5236412\catcpu.sql and got a "ORA-20000: server version does not match script".
    I can guess this is link to the previous "DB_8.1.7.4 is not installed in this Oracle Home" but why DB_8.1.7.4 could'nt be installed ?
    Best Regards,
    Guillaume.

  • I didn't setup a two step verification for my apple Id , and then when i login into my account on the browser it prompt to enter my verification code !!! HOW COME

    i didn't setup a two step verification for my apple Id , and then when i login into my account on the browser it prompt to enter my verification code !!! HOW COME
    please help because all my data are stored in the cloud

    - See if it is listed here for downloading. If it is then redownload it..
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    - If not there then contact iTunes.
    Contact iTunes

  • One job with two steps - how to create one single spool?

    Hello experts,
    I have created two queries in SQVI. One is based on the table BSIK, the other on on BSAK.
    The report layout is the same in both queries.
    Now I schedule one job in SM36/SM37 with two steps corresponding to my queries.
    I want my second step to append the spool created in the first step. Is that possible?
    In order to do this I unchecked "New spool request" in the request attributes for the second step of the job.
    I use the same printer, the same format (X_65_80), but it doesnt work.
    The help on the field says
    ".... name, output device, number of prints and the format must match..." - What "name" do they mean?
    "In addition, the existent spool order must not already be competed. This can occur if a spool is released for output...." - I use "send to SAP spooler only" option, is that what thay mean? How cen you have an "uncompleted spool" in the job.
    If anybody knows ho to do this (without development!), please advise
    Best regards,
    Fatima

    Hi,
    Please do following steps :
    1. Go to transaction code SM36
    2. Do as per below screen shots
    You can see Job steps is empty
    Click on (Check and Save)
    Next Screen
    You can see one step created
    Click on Create
    You can see above it is showing as Step 2
    Give again program name and variant
    Click on (Check and Save)
    You can see two steps are created
    Go back (green arrow)
    You can see know SAP is showing 2 Step(s) successfully defined which was earlier blank
    Click on
    Next Screen
    Now schedule job as per your requirement.
    Prerequisite create variants for both the programs as we need to mention the same .
    Hope, this solves your issue else revert.
    Regards,
    Tejas

  • How to do message splitting in a two steps mapping?

    Hi,
    I have the following scenario:
    1. about 200~300 rows of results are returned from the JDBC sender adapter;
    2. The messages need to be mapped to an intermediate message type;
    3. The output messages will then need to go through another step of java mapping to become the target messages to the target interface.
    My question is since my interface mapping consists of two steps of mapping (one message mapping and one java mapping), is it possible to implement the multiple mapping in this scenario to split the 200~300 rows of message into multiple small messages and then go through the java mapping?
    Thanks a lot for your help!
    Regards,
    Fay Tang

    Fay Tang,
    If you need to use multiple mappings with in your Interface mapping, then the XML structure formed by the First mapping program should be similar to XML expected by the second mapping program.
    Regards,
    Jai Shankar

  • Two-step verification needs one SMS capable phone number. As I am a Bangladeshi how can I send phone number.pl help.

    Two-step verification needs one SMS capable phone number. Bangladesh is not listed country. How can I receive message my phone.

    2-step verification is not available in Bangladesh as yet.

  • How to post goods receipts from intra company two step scenario.

    Hi Guys,
    Intra company scenario between two plants of same company code.
    My process is as follow
    1. Created STO
    2. Created delivery doc through VL10B
    3. Did the PGI
    Once I post the PGI doc material status is goods in transit, from this stage I want to create goods receipts at receiving plant.
    Can any one suggest how to create goods receipts from material in transit position....
    Thanks and Regards
    Chandra Sekhar Alokam

    Dear Chandra Sekhar Alokam,
             You can follow std process to do GR using MIGO wrt: Outbound delivery document created in VL10B.
    in Intracompany STO-
    Go through the SAP Help, -
    [Cross-Company STO|http://help.sap.com/saphelp_47x200/helpdata/en/4d/2b90dc43ad11d189410000e829fbbd/frameset.htm]
                                              Movement Type - 645 ( one step) & 643(two step)
    Regards,
    Reazuddin MD

  • HT5593 Hi, for two-step verification there is no Kuwait & Pakistan country for SMS. How we can proceed if we belong one of these countries?

    Hi, for two-step verification there is no Kuwait & Pakistan country for SMS. How we can proceed if we belong one of these countries?

    We have no idea. We are not Apple. I'd expect a long wait in Pakistan, though, since Apple does not do business or provide support there at all.

  • HT5593 How do i get sms support for two step verification in Canada with Telus ?

    i have followed the procedure for setting up two step authentication and the part where it's suppose to send me an sms code is where it fails. the code just never comes. anyone else having this issue ? fyi, im in Canada and using telus.
    i know when they first announced two step verification in Canada sms support was not there but now it's listed specifically for Canada and Telus on Apple support page. so what's the issue ?
    i know Apple has had tons of issues with sms codes outside the US but i figured by now they would get it right so i'm hoping there's just something i'm missing.

    i've even tried putting my sim card into a non-iphone, still no luck.
    Then how on earth is the iPhone the issue????
    Oh wait, it isn't.
    Unbelievable...

  • How do i sync two different ipads to the same computer, but maintain two seperate list of apps?

    How can I sync two seperate ipads to the same computer without the apps from one ipad being loaded on the other?

    Do this for each device. You can do this with all iTunes content as well. Apps, music, photos, books, movies - everything. You can have unique content on all of your devices.
    You may also want to turn off auto sync so that you do not have to wait for the iPad to sync and then go back and make these changes.
    Launch iTunes and go to Edit>Preferences>Devices - check the box at the bottom.... Prevent iPods, iPhones ....
    Then set up your sync preferences like this using Apps as the example.
    Connect the iPad to the computer and launch iTunes.
    Click on the iPad name on the left side under devices.
    Click on the Apps Tab on the right.
    Click on all of the apps that you want to sync to that iPad
    Click on the Sync Apps Heading.
    Click on Apply in the lower right corner of iTunes
    You may want to uncheck Automatically Sync New Apps under the Sync Apps list

  • Since installing Microsoft two step verification for my Outlook account via my PC I can no longer send emails on this account on my iPad. How can I rectify this?

    Since installing Microsoft two step verification on my Outlook Account via my PC (Acer) I am unable to send emails on my iPad. I can neither remove two step verification or find a way to solve this. I would prefer to keep this email account as my prime one.

    You will probably need to create an app password for the Outlook account for use on the iPad...
    http://windows.microsoft.com/en-us/windows/two-step-verification-faq
    http://windows.microsoft.com/en-us/windows/app-passwords-two-step-verification

  • HT4519 How do I use gmail two step authentication with Mail on the IPad?

    I just added Google's two step authentication and can't get Mail on my new IPad to recognize my gmail account.  Password is entered, but I don't see a way to insert code from Google

    http://support.google.com/accounts/bin/answer.py?hl=en&answer=1066447

  • How does two step verification work with an iPad?

    Two step verification seems to require an iPhone for the code - can it be set up for an iPad?

    Apple ID Two-Step verification FAQ
    http://support.apple.com/kb/HT5570

Maybe you are looking for

  • Why is the Photo App on my iPhone 4 showing 2 Photo Streams?

    - I upgraded to iOS 5 from 4.3.5 - I followed the iOS 5 wizard and configured iCloud with 1 of my Apple ID's - I did not set up iCloud on my MacBook Air on that time yet - MacBook Air was upgraded as well (MAC OS X upgrade, iPhoto upgrade, etc ...) -

  • MT940 EBS upload for Incoming payment

    HI, We are implementing the MT940 format EBS upload for incoming payments. For incoming payment (customer) not executing the F110. so by EBS upload following posting should be happen; Debit - Bank account Credit - customer subledger account The note

  • How to show desired value in list item, when form starts?

    Hello. I have list item with values: April 2006 May 2006 June 2006 July 2006 August 2006 September 2006 When the form starts, i want to show in my list item current month (August 2006). And when i open list item above list would appear with August 20

  • How to connect extern mic in to input

    How to conect extern mic (Shure sm58)and use it with prologic ?

  • HR Authorisation issue

    Hello All, One of my abaper have developed zreport from std txn PC00_M08_DRL_PERSON. The user assigned to this txn is unable to get the list of personel numbers when trying to search with * and the error he gest is "Result list is incomplete due to m