Hi, guest ! welcome to around SAP ABAP. | About Us | Contact | Register | Sign In
Selamat Datang di Blog Aroundsapabap

Halaman

Diberdayakan oleh Blogger.

Arsip Blog

Total Tayangan Halaman

1 2

Senin, 19 September 2011

BDC - Input Description for Qualfication at OOQA

BDC Recording cannot input description for Qualfication or Qualification Group.if you press "F1" in description area, you will not get information about it's field or element data.


Tips: To input Qualification Description you may using function module "RH_OBJECT_DESCRIPTION_WRITE".

Example:

CALL TRANSACTION 'OOQA' USING bdcdata MODE ld_mode UPDATE 'S'
MESSAGES INTO t_messtab. COMMIT WORK.

SELECT single plvar otype objid begda endda
 FROM hrp1000
 INTO corresponding fields of lx_hrp1000
 WHERE stext = t_data_upl-stext.

lt_ptxt1002-tline = t_data_upl-desc.
APPEND lt_ptxt1002.

CALL FUNCTION 'RH_OBJECT_DESCRIPTION_WRITE'
EXPORTING
                  langu = 'E'
                  plvar = lx_hrp1000-plvar
                  otype = lx_hrp1000-otype
                  objid = lx_hrp1000-objid
                  begda = lx_hrp1000-begda
                  endda = lx_hrp1000-endda
                  subty = '0001'
                  duty = ' '
                  vtask = 'D'
TABLES
                  ptxt1002 = lt_ptxt1002
EXCEPTIONS
                  object_not_found = 1
                  description_required = 2
                  no_authority = 3
                  error_during_insert = 4
                  invalid_date = 5
                  undefined = 6
                  OTHERS = 7.

IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
23.27 | 0 komentar

SAP Systems Analysts (APO, HR, BI,ABAP) at Borouge - Abu Dhabi

Abu Dhabi Polymers Co. Ltd (Borouge) is a leading provider of innovative plastics solutions. Establish in 1998, Borouge is a joint venture between two well-established leaders in the industry-the Abu Dhabi National Oil Company (ADNOC) and Borealis A/S. one of Europe's largest polyolefin producers. The partnership brings together combined strengths, superior technology and deep market knowledge that make Borouge a market leader in high-performance polyolefin.
Enerpro Pte Ltd is glad to be appointed by Borouge to assist in their search of qualified and experience personnel in their continued expansion. Enerpro Pte Ltd are established to cater to the demands of engineering and technical personnel specifically in the energy, resources, pharmaceutical and chemical industries. With a team of experienced and dedicated consultants, EnerPro Pte Ltd serves clients in any part of the world. Committed to providing the relevant technical services of the highest calibre in the shortest time possible, manage
and customize human resource solutions to meet their clients’ specific needs; after-service care are ensured to meet clients expectation.
The following positions are located in Abu Dhabi, U.A.E and Headquarter in Abu Dhabi.


Responsibilities:

- Coordinating and participating in the implementation of new/modified company's (SAP)Business information systems.
- Implementing approved projects and follows up until satisfactory
completion.
- Working closely with the end-users and the other functional analysts in IT to identify SAP BI,HR, APO, PM, and MM needs.
- Setting up technical SAP environment
- Recommending and implementing operating procedures and related manuals for applications.
- Identifying training needs and participating in actual training of concerned personnel to upgrade their competencies.
- Participating in investigative studies aimed at implementation of new applications,
improving current systems by developing/expanding the functionality or solving related complex problems that may arise prior to during or after systems implementation. Includes analyzing users' requirements, evaluating current systems and proposing systems modifications or new designs to enhance functionality or meet new company function requirements.
- Supporting project teams and developing different SAP modules solutions to make sure new developments are in line with the Borouge SAP set up.


Requirements:

- B. Sc Degree in Computer Science or equivalent.
- Min 5 Years of relevant experience.
- Good leadership skills.
- Excellent Knowledge of SAP solutions and best practises
- Knowledge in or exposure to R/3 4.6B , ECC5.00 and ECC 6.00
- Good spoken and written communication skills

Interested applicants are invited to email their resume to borouge@enerpro.com.sg
link: http://www.jobstreet.com.sg/jobs/2011/8/default/20/2710509.htm?fr=J   


08.06 | 0 komentar

Jumat, 16 September 2011

Levante Madrid Without Ronaldo

Cristiano Ronaldo (REUTERS/Nikola Solic)
Real Madrid will play a third party in La Liga this season. Day Sunday, September 18, 2011, Madrid will come to the headquarters Levante.

At the party, Madrid would be seeded. Perfect score from the first two games versus the new Levante picking two draws. Not to mention the material 'wow' Merengues owned.

But at the game tomorrow, can not be strengthened Madrid star, Cristiano Ronaldo. This sharp attacker has not come to practice with his team two days before the match.

Ronaldo is still injured ankle. This problem gets when appearing in the Champions League midweek.

Several other Madrid players are still doubtful. Hamit Altintop who joined from Munich earlier this season just started training for the first time. While Nuri Sahin and central defender Raul Albiol is still resting.

Madrid is currently at the top of La Liga standings with 6 points from two games. Value is the same with Valencia and Real Betis. While the arch-rivals, Barcelona, is in fourth with 4 points ladder. (Source: Reuters)



21.33 | 0 komentar

MotoGP- IndyCar was rocked by earthquake at Motegi

MotoGP (AP Photo/Tom Hevezi)
Shocking news came from the IndyCar championship. In preparation for the race at Motegi Circuit, Japan, earthquake had rocked. As reported by Crash, Saturday, September 17, 2011, IndyCar preparatory session on Friday was marred earthquake. Held true race at Motegi this weekend, but there has been no official statement the organizers to postpone the race.


Motegi MotoGP championship is also held. Some time ago, a number of riders competing at Motegi raised objections, following the threat of radiation from the explosion at the Fukushima nuclear power pembakit after the earthquake and tsunami in March.

However, last Friday, the Ducati rider Valentino Rossi has expressed its commitment to race at Motegi, which is scheduled to begin on 2 October. At the beginning of the week, the camp also ensures that both Yamaha riders Jorge Lorenzo and Ben Spies remains to Japan.

Then, if the earthquake that occurred during preparation will affect the establishment of the IndyCar MotoGP rider? Until now, there has been no response from the drivers and the team, considering they are still preparing for the Spanish MotoGP race at the Circuit Motorland Aragon, on Sunday.


21.10 | 0 komentar

Kamis, 15 September 2011

Stop Background Job

If you want to stop the Background Job ,usually through Tcode SM37, then simply click "Cancel" or "Stop" the Background Job.But sometimes, there are certain cases in this way was failed.
Tips: You stop the Background Job through Tcode SM50,
       - Select the Job to be stopped, and then click  "Programs / Session" Menu- "Programs" - "Debugging".


03.40 | 0 komentar

Kamis, 04 Agustus 2011

SAP Appearance

SAP was abbreviation from "System Application and Product" . SAP is the world's largest inter-ertprise software company that ability to interact with common corporate database for a comprehensive range of application.

SAP has appearance window below


The empty field is used to call a Transaction Code (Tcode). For Example, for writing a program , we can call Tcode SE38 on the empty field then press Enter.



07.56 | 0 komentar