mudar nome pacote

Upload: thiagoalves85

Post on 02-Jun-2018

226 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/11/2019 Mudar Nome Pacote

    1/15

    CHANGING PACKAGE NAME

    In the initial ABAP learning periods, I had faced the difficulty of transporting the Table

    data from one system to another. I had to MANUAL copy, Master data from onesystem to another! as "as una"are of this feature in #AP, that allo" us to transport the

    data$table contents automatically from one system to another.

    Transport %e&uest "ith Table 'ontents Attached

    Let(s chec) out the steps for the same.

    'ontent of a table can be transported from *e+elopment to uality and to Productionusing Transport #ystem. -irst you need to attach the table entry to a transport and then

    same procedure applies as in case of transporting abap changes.

    #tep / 0pen the content of table "hich you "ant to transport using transaction #1.

    #elect 2Transport 1ntry( from menu.

  • 8/11/2019 Mudar Nome Pacote

    2/15

    #elect Transport 1ntries

    #tep 3 / If you already ha+e a transport then enter in %e&uest input other"ise clic) on

    2ne"( button to create transport and follo" normal procedure of creating ne" %e&uest

    and attach data to this ne" %e&uest.

    'reate a Transport %e&uest

    No" if you see the transport in #145 you "ill find that table content "ere attached to

    transport. -ollo" the regular transport procedure to transport these table contect further in

    your #AP landscape

    ABAP prgrammer sometimes do "or)out on things locally 6Technically, ma)ing theob7ect Local in nature8. After all the changes done to the ob7ect, the ob7ect is ready to

    transport to the ne9t landscape for further testing.

    -ollo"ing steps defines ho" an ABAPer can reassign the Transport Pac)age to the

    0b7ect to be transported.

  • 8/11/2019 Mudar Nome Pacote

    3/15

    In this case, lets say, "e "ant to reassign the pac)age to an ABAP program. -ollo"ing

    steps defines ho" to reassign the Pac)age from Local to Transportable.

    . In #1:;, enter your program name.

    3. Use the menu option ob7ect directory entry?.

    :. 'lic) on

  • 8/11/2019 Mudar Nome Pacote

    4/15

  • 8/11/2019 Mudar Nome Pacote

    5/15

    @e can do that using some simple steps/

    . oto #1 and select 1N1%AL T1CT as *ocument 'lass and search for

  • 8/11/2019 Mudar Nome Pacote

    6/15

    1nter the te9t you "ant to display in free te9t field displayed. #a+e and e9it.

    No" the ne9t time you clic) login on login pad, you "ill see the message you sa+ed.

    Note:

    . ou can add Icons to the message. Use report %#TCI'0N to identify icon.

  • 8/11/2019 Mudar Nome Pacote

    7/15

    3. %efer to #AP Note 34DE;F for more on displaying te9t on login screen.

    ADD COMPANY LOGO TO SAP EASY ACCESS INITIAL SCREEN

    It is primarily re&uired to display company logo instead of #AP standard "allpaper on

    #AP 1asy Access Initial #creen. you can do it by using #M@4.

  • 8/11/2019 Mudar Nome Pacote

    8/15

  • 8/11/2019 Mudar Nome Pacote

    9/15

    0n the ne9t screen create a ne" entry by selecting 'reate button. 1nter 0b7ect Name and*escription. Press 1nter to select the Image using -ile Bro"ser. #elect the Image andpress Import.

  • 8/11/2019 Mudar Nome Pacote

    10/15

    Then go to #M:4. #elect table ##MG'U#T. There "ill be a perameter called

    #TA%TGIMA1. 1nter parameter +alue 6T1#T IMA1 in our case8.

    It "ill as) for a Transport %e&uest. 'reate a Local %e&uest.

    Log off and login again. ou "ill see ne" logo.

  • 8/11/2019 Mudar Nome Pacote

    11/15

  • 8/11/2019 Mudar Nome Pacote

    12/15

    Loc) 0b7ect = Initial #creen

    After acti+ating loc) ob7ect -unction Module "ill be generated automatically.

    -unction Modules name "ill be li)e 1NU1U1GL0'JG0BK1'TGNAM1> and

    *1U1U1GL0'JG0BK1'TGNAM1>.

  • 8/11/2019 Mudar Nome Pacote

    13/15

    Loc) Modules

    -or 19ample/

    -or e9ample you ha+e created a loc) ob7ect 1H#-LIT for the #-LIT table .

    #o first loc) the table , then update then release the loc).

    'hec) this code

    *ATA / tGitab li)e table of #-LIT,

    fsGitab li)e #-LIT.

    fsGitab=carrid 2AA(.

    fsGitab=connid 244FO.

    .

    .

    .

    APP1N* fsGitab T0 tGitab.

    .

    .

    .

    'ALL -UN'TI0N 21NU1G1H#-LIT( ? #1T loc) to the table

    1CP0%TIN

    'A%%I* .

    '0NNI* .

    .

    .

  • 8/11/2019 Mudar Nome Pacote

    14/15

    I- sy=subrc e& 4.

    IN#1%T sflight from table tGitab. ? Update the *B table

    1N*I-.

    'ALL -UN'TI0N 21NU1G1H#-LIT( ? Unloc) the table

    1CP0%TIN

    'A%%I* .

    '0NNI* .

    .

    SEARCH TRANSACTIONS BY TE5T IN SAP

    Most of the ABAPer or "ho e+er use #AP at some point stuc) at the point to )no" or

    remember Transaction codes.

    Initial #creen of #AP pro+ided standard T='ode for search

    #AP gi+en a simple Transaction code 2#1A%'G#APGM1NU( "hich accepts te9t andgi+es the result input in all Transaction codes "hich are matched to that particular te9t.

  • 8/11/2019 Mudar Nome Pacote

    15/15

    Program 0uput

    It e+en pro+ides the details of all the preceding nodes to loo) at the path 6from #AP

    initial screen Na+igation8.