18 Ocak 2010 Pazartesi

SAP/ABAP: How to change status of a request - RDDIT076



Why do we need to change status of a request?
Let's imagine, you have a workbench request and you already relased linked task in it. Later, you decide to delete your main workbench request, but system does not allow you to delete it and throws a message like: "Request xxxxxx has already released" => so, you can not delete it...

How to solve it?

Initial situaiton:



If I try to delete main request, system throw a message like below;




Execute standart program: RDDIT076 via SE38 or SA38, and run with your request number as a parameter;



As you can see, status of task seems R as released. Double click it and change it as D. And save it.

Now you will be able to delete it from SE09 or SE10 or SE03 wherever you want(right click and press delete...)






15 Ocak 2010 Cuma

HTML: ONUNLOAD Event

<html>
<head>
<script>
function goodbye()
{
alert(“ONUNLOAD olayı tetiklendi!!”);
}
</script>
</head>
<body onunload=”goodbye()”>
<h1>ONUNLOAD</h1>
<p>ONUNLOAD olayı, sayfa kapanınca tetiklenecek…</p>
</body>
</html>

İnsdroid

Sabahtan beri çatada çutada çatada çutada… Bitmedi yine de… Neyse, yolumuz uzun, toparlıyorum çantamı, adaptörü falan tıkıştırıyorum bir şe...