Posts

Showing posts from 2013
How to maintain IBAN in SAP system? (SAP sisteminde IBAN bakımı nasıl yapılır?) English definition: - Go to transaction: FIBAN  - Maintain IBAN - Find related row for changing or deleting - And save Türkçe açıklaması: - FIBAN işlem koduna git. - Değiştirmek ya da silmek istediğiniz satırı bulun - Kaydedin

Transport function only active within customizing client message no. FK004 (Taşıma işlevi yalnızca uyarlama üst biriminde etkin İleti no. FK004)

English definition: To solve the problem follow these steps: Check authorization object S_CALENDAR Go to SCC4 transaction code Check Client role is "Customizing" For becoming active of transport link, check "Automatic recording of changes" is selected Check "Changes to Repository and cross-client Customizing allowed" is selected Türkçe açıklaması: Sorunun çözümü için aşağıdaki adımları izleyin. S_CALENDAR yetki objesini kontrol edin SCC4 işlem koduna gidin Client role alanının "Customizing" seçili olduğunu kontrol edin Taşı linkinin aktif hale gelmesi için "Automatic recording of changes"  seçili olduğunu kontol edin Son olarak "Changes to Repository and cross-client Customizing allowed" seçili olduğunu kontrol edin

"LOOP" cannot be assigned to any field (Döngü herhangi bir alana tanımlanmadı)

English definition: There are two reason for this problem . 1- If you get this error message, you can check in  the screen layout.  It needs any field to display the table control. If there is no fields to display in the control, you may get this error. 2- Second, you can check your  ' CONTROLS', PAI, PBO  statements .  Türkçe açıklaması: 1- Eğer bu hata mesajını alıyorsanız ekran arayüzünü kontrol edebilirsiniz. Arayüzde en az bir alan gösterilmesi gereklidir. Eğer bu kontrol içinde gösterilecek herhangi bir alan yok ise bu hatayı alıyor olabilirsiniz. 2- 'Control', PAI ve PBO yazımlarını kontrol etmelisiniz.

Mass Lock All Printers In SAP System (SAP sisteminde yazıcıların toplu olarak kilitlenmesi)

English definition Go to   SPAD  Transaction code. Follow Utilities  -->  For output devices  -->  Export devices Export file name field :   c:\temp\printer.txt Select " Frontend computer " Select " Export " Select " Execute Export " Output device: For all output devices; enter " * " if you want to choose a device which name starts with "a", please write " *a " into the blank Then press " execute " Open the text file, find  and replace   PADISABLED = "   with   "  PADISABLED = "X" Lastly, import the changed text file   Türkçe açıklaması SPAD işlem koduna gidin Utilities   -->   For output devices  -->   Export devices adımlarını izleyin Dosya dışa aktar kısmına:   c:\temp\printer.txt Seç " Frontend computer " Seç " Export " Seç " Execute Export " Çıktı aygıtı kısmına bütün yazıcılar için " * ", eğer "a" harf

Debugging Popup Screen in ABAP (ABAP kodu ile pop up ekranında hata ayıklama)

Image
English definition: Open a notepad sheet and paste and save following codes.   [FUNCTION] Command=/H Title=Debugger Type=SystemCommand Then drag-drop onto pop up screen and wait. Debugging will be switched on.   Türkçe açıklaması: Bir notepad sayfası açı ve aşağıdaki komutları bu sayfaya yapıştırıp kaydedin. [FUNCTION] Command=/H Title=Debugger Type=SystemCommand Ardından notepad sayfasını sürükleyip pop up penceresinin üzerine bırakın. Hata ayıklama aktif hale gelecektir.