Eyl 13 2011
SAP Forum 2011 – Online Kayıt Formu ile kayıt olun
SAP FORUM 2011
EN İYİ HAMLE sloganı ile yine fuarda.
Bu yıl ki 3. sü düzenlenen ERP SAP sistemleri konulu forum
Lütfi Kırdar Kongre Sarayı, İstanbul,
23 Eylül 2011, Cuma yapılacak
Eyl 13 2011
SAP FORUM 2011
EN İYİ HAMLE sloganı ile yine fuarda.
Bu yıl ki 3. sü düzenlenen ERP SAP sistemleri konulu forum
Lütfi Kırdar Kongre Sarayı, İstanbul,
23 Eylül 2011, Cuma yapılacak
Ağu 12 2011
MM modülü SAP ECC R3 sistemi içinde gelir. Ektra ayrı bir modül program paketi olarak gelmez. MM modülü bir şirketin stoklarında tuttuğu malzemelerin takibini sağlayan programların oluşturduğu bölümdür diye biliri.z Bu modül diğer SAP ana modülleri ile entegreli çalışmaktadır.
Ağu 12 2011
SAP Nedir ? ERP ECC R2 – R3 sistemi nedir ?
SAP sistemi almanların geliştirmiş olduğu geniş kapsamlı bir muhasebe programıdır yeni terimiyle bir ERP yazılımıdır.
Kurumsal firmalara hitap eden A.Ş ve Holding bünyelerine sahip büyük şirketlerin senkronize kullanabileceği bir Modüller bütünüdür.
By Burhan KARADERE • SAP • 5
Eyl 20 2010
ABAPÇI olmamak için 16 iyi sebep …
Hep sorarlar ya ne iş yapıyorsun sanırım bu işi yapıyorum .
1. Tuhaf çalışma saatlerin vardır..
hayat kadınları gibi…
2. Müşterini memnun etmen için çalışırsın …
hayat kadınları gibi…
3. Müşterin çok iyi para öder, ama sen değil patronun köşeyi döner
hayat kadınlarında olduğu gibi…
4. Saatlik ücretin vardır, ama çalışma saatin “iş” bitene kadar bitmez..
hayat kadınlarında olduğu gibi…
5. işinde çok iyi bile olsan asla gurur duyamazsın…
hayat kadınları gibi…
6. Müşterinin fantazilerini gerçekleştürmek için para alacaksın…
hayat kadınları gibi…
By Burhan KARADERE • SAP • 0
May 13 2010
/nxxxx – Call a transaction in the same session (window)
/*xxxx – Call transaction in the same session (window), whereby
the initial screen is skipped.
/oxxxx – Call transaction in an additional session
/n – To end the current transaction (Caution: Unsaved changes are lost without warning) /i – To delete the current session
/o – To generate a session list
/ns000 – To end the current transaction and return to the starting
menu
/nend – To log off from the system
/nex – To log off from the system without a confirmation prompt
(Caution: Changes that were not saved are lost without
warning)
Key:
xxxx = transaction code
By Burhan KARADERE • SAP • 0
May 5 2010
report zdirectory_browse .
DATA UNIXCMD(50) TYPE C.
DATA: BEGIN OF ITAB occurs 0,
LINE(200),
end of ITAB.
PARAMETERS UNIXCOMM LIKE UNIXCMD
DEFAULT ‘ls -ls /usr/sap/’ LOWER CASE.
* Executing the system commands witin ABAP.
call ‘SYSTEM’ id ‘COMMAND’ field UNIXCOMM
id ‘TAB’ field ITAB-*SYS*.
EDITOR-CALL FOR ITAB DISPLAY-MODE.
By Burhan KARADERE • SAP • 0
Nis 22 2010
REPORT ZUNIX_FILE_BROWSE_COMMAND_PROMPT
DATA UNIXCMD(50) TYPE C.
DATA: BEGIN OF ITAB occurs 0,
LINE(200),
end of ITAB.
PARAMETERS UNIXCOMM LIKE UNIXCMD
DEFAULT ‘ls -ls /usr/sap/’ LOWER CASE.
* Executing the system commands witin ABAP.
call ‘SYSTEM’ id ‘COMMAND’ field UNIXCOMM
id ‘TAB’ field ITAB-*SYS*.
EDITOR-CALL FOR ITAB DISPLAY-MODE.
By Burhan KARADERE • ABAP, SAP • 0 • Tags: Command, File System, server, unix
Nis 15 2010
sudo gedit /etc/apt/sources.list apt-cache search jdk apt-get update apt-get upgrade ubuntu permission https://help.ubuntu.com/community/FilePermissions http://basishowto.blogspot.com/2008/09/installation-and-configuration-of.html http://forums.sdn.sap.com/thread.jspa?forumID=189&threadID=194324 http://www.linuxfellaz.net/doku.php?id=blog:howtos:ubuntu:sap-gui http://ubuntuforums.org/archive/index.php/t-232847.html ftp://ftp.sap.com/pub/sapgui/java/720/ http://forums.sdn.sap.com/thread.jspa?threadID=1605467&tstart=0 java -jar PlatinGUI-Linux-700.jar http://packages.ubuntu.com/karmic/ http://www.sdn.sap.com/irj/sdn/sap-gui?rid=/library/uuid/409011e2-0ef8-2a10-3b96-cd490895cbdc
By Burhan KARADERE • ABAP, SAP • 0
Nis 2 2010
Name Type Content
sy-abcde c(26) Contains the Latin alphabet. Can be used to access individual letters directly by specifying the offset/length, regardless of the code page.
sy-batch c(1) Set to “X” in an ABAP program that runs in the background, otherwise initial.
sy-binpt c(1) Set to “X” during processing of batch input sessions, and in ABAP programs called using CALL TRANSACTION USING. Otherwise initial.
sy-calld c(1) Contains a blank character in the first program in a call sequence, otherwise contains the value “X”. Is set to “X” after calls using CALL TRANSACTION, CALL DIALOG, or SUBMIT … AND RETURN. Empty if the program was started using LEAVE TO TRANSACTION or a transaction from the screen. A call using SUBMIT (without AND RETURN) assumes the value of the calling program.
sy-callr c(8) When printing lists, contains a value that displays where printing was started – for example, NEW-PAGE for program-controlled printing, or RSDBRUNT for printing from the selection screen.
sy-colno i Current position during creation of a list in the list buffer. Counting begins at 1. In non- Unicode systems, this position also corresponds to the column in the displayed list. In Unicode systems, this is only guaranteed for the lower and upper output limits applicable to each output, as one character may take up more columns in the list than positions in the list buffer.
sy-cpage i Page number of the page displayed at the top of the list for which a list event was triggered. Counting begins at 1.
sy-cprog c(40) In procedures called externally, the name of the calling program, otherwise the name of the current program. If a procedure called externally calls another external procedure, sy-cprog contains the name of the framework program, and is not set to the name of the framework program of the subsequent calling program.
sy-cucol i Horizontal cursor position in the display on a dynpro. Counting begins at column 2.
sy-curow i Vertical cursor position on the screen display of a screen. Counting begins at line 1.
sy-datar c(1) At PAI, contains “X” if at least one input field of a screen has been changed by a user or by further data transfer, otherwise initial.
sy-datlo d Local date of the user – for example, “19990723”. Can be set using GET TIME.
sy-datum d System date (local date of the AS ABAP). Can be set using GET TIME.
sy-dayst c(1) “X” during summertime, otherwise initial.
sy-dbcnt i SQL statements set the content of sy-dbcnt to the number of processed table lines.
By Burhan KARADERE • ABAP, SAP • 0
Tesla Optimus Robot – Cybercab
SAP RFC Nedir?
Eyl 18 2011
Sap programlama dili abap ile alv yazmak? Sap ALV nasıl yazılır ? Abap ile alv ? howto write prgraming alv abap language for sap system.
Merhabalar,
Sap sistemine özel programlama dili olan ABAP ile alv nasıl yazılıra bakacağız .
öncelikle abap nedir bakalım Dünya liderleri arsında yer alan sap sistemine üzerinde geliştirme yapmaya olanak sağlayan ABAP WROKBENCH programı üzerinde abap dili ile sap sisteminde sizi tatmin etmeyen geliştirmeleri (rapor, program, var olan bir programda değişiklik, sistem funsiyonuna eklenti yapmak, user exit, vs) yapabilmenize olanak sağlayan bu dili kullanacağız.
seviye oalrak c diline syntax olarak biraz benzemektedir, mantik biraz farklıdır, native sql kullanılabilir. en çok sevdiğim özelliği ise Db ve table ayrıca connection string yazmamamızdır.
open source kaynaklı sap sistemi gnu gibi olmasada, sonuçta ticari bir yazılımdır ticari sahiibine yani lisans ücretini ödeyene open source dur diyebiliriz. Sistemdeki tüm standart uygulamaların kodları görünmetdir bu kodlarda herhangi bi değişiklik yapılmamaktadır aslında yapılabilmektedir şöyleki,
sap sistemi geliştiricileri bazı yerleri açık bırakmıştır yani bazı functionlara ek geliştirmeler ülke değişiklikleri, şirket kültürüne uymayan standart modül geliştimelerini user exit denen erişim sağlanan kod function class larında yapabilirsiniz.
Devamı
By Burhan KARADERE • ABAP, SAP • 3 • Tags: Abap, alv, grid mi alv mi, nedir, SAP