data: input type f,
output(22) type c.
input = '3.0000000000001098E-03'.
*first method
write input to output exponent 0 decimals 18.
*second method
* call function 'FLTP_CHAR_CONVERSION'
* exporting
* decim = 18
* expon = 0
* input = input
* ivalu = 'X' "abap_true'
** MASKN = ' '
* importing
* flstr = output.
write:/ output.
28 Şubat 2017 Salı
10 Şubat 2017 Cuma
Create & Transport Standard Text (SO10)
STEP1: Create Standard Text: T-Code SO10
Enter the Text Name and then click CREATE Push Button. A Text Screen will appear where you can maintain the Text and SAVE.
STEP 2: CREATE TRANSPORT REQUEST FOR TRANSPORTING THE TEXT
T-Code:- SE09
Click on CREATE
Create a Transport Request
Also need to change the Transport Request from Unclassified to Correction or Repair. For this select your transport request (BCDK906932) and then click on Request/Task on main menu à Change Type and then select the Correction.
Now you can see that from Unclassified the request type changed to Development/Correction.
STEP 3: Include the Text in Transport Request
T-Code: SE38, run program RSTXTRAN
Following Screen will appear, enter your Transport Request No. (note that the transport request no. of Sub-Object will be entered here and not the Main Object)
Following Screen will appear:
Deselect all Objects and Select your Objects only
Press à ENTER
Your selected Objects will be shown
Click on Trsfr texts to corr. Push Buttons
Now you can Release and Import the Transport Request as usual.
https://blogs.sap.com/2012/08/06/create-transport-standard-text-so10/
14 Kasım 2016 Pazartesi
Simple steps to configure Fiori Login\Logoff Page
Simple steps to configure Fiori Login\Logoff Page
https://blogs.sap.com/2014/11/05/simple-steps-to-configure-fiori-loginlogoff-page/Configure the Fiori Launchpad Tiles using Catalogs & Groups
Configure the Fiori Launchpad Tiles using Catalogs & Groups:
https://blogs.sap.com/2015/07/13/configure-the-fiori-launchpad-tiles-using-catalogs-groups/
https://blogs.sap.com/2015/07/13/configure-the-fiori-launchpad-tiles-using-catalogs-groups/
23 Ağustos 2016 Salı
No default virus profile active or found. Please check the offical guide. ERROR
No default virus profile active or found. Please check the
offical guide. hatası alıyorsanız,
/IWFND/VIRUS_SCAN işlem kodu ile Virus Scan Switched Off active duruma getirmelisiniz.
/IWFND/VIRUS_SCAN işlem kodu ile Virus Scan Switched Off active duruma getirmelisiniz.
15 Temmuz 2016 Cuma
The server is refusing to process the request because the entity has an unsupported format
"The server is refusing to process the request because the entity has an unsupported format" hatasının çözümü için Content-Type = ...;type=entry "type=entry" eklemeniz gerekmekte.
var urlRead = "/createSet";
var headers = {
"X-Requested-With": "XMLHttpRequest",
"Accept": "application/atom+xml,application/atomsvc+xml,application/xml",
"Atom": "http://www.w3.org/2005/Atom",
"Content-Type": "application/atom+xml;type=entry",
"DataServiceVersion": "2.0"
};
var urlRead = "/createSet";
var headers = {
"X-Requested-With": "XMLHttpRequest",
"Accept": "application/atom+xml,application/atomsvc+xml,application/xml",
"Atom": "http://www.w3.org/2005/Atom",
"Content-Type": "application/atom+xml;type=entry",
"DataServiceVersion": "2.0"
};
Kaydol:
Kayıtlar (Atom)