Blogs

How to change user status by ABAP

In SAP R/3 4.6c, if we want to change user status in production order by ABAP, we can apply function 'I_CHANGE_STATUS'. This function requires object number, current active status and status that we want to set as active.

Why Ubuntu 6.06 Dapper Drake must be long term support?

Ubuntu is one of the most popular in recent years. I like Ubuntu over other distributions because of its near-constant release date, says 6 months. However, 6 months seem to be too short for enterprise applications. They don't want to upgrade OS every 6 months or so. That is a reason why Dapper Drake must be long term support. However, there is another important reason between Dapper, Edgy and later release including the latest Feisty.

How to retreive data from transaction STAT

The STAT transaction is transaction for analyze the statistics by users or programs. These data is kept in the server as file. If we want to retreive these data, we should apply function 'SAPWL_STATREC_READ_FILE'. this function will return the raw data. you can take these data to analyze or verify depend on your requirement.

Example

How to apply BAPI_GOODSMVT_CREATE by PHP

If we want to create material document in SAP R/3 from external system, we can apply BAPI function BAPI_GOODSMVT_CREATE for this action. After we already call this function, we shoud call function BAPI_TRANSACTION_COMMIT or BAPI_TRANSACTION_ROLLBACK to commit or rollback our processes. In the example , i will create issue material doc by apply this function using PHP.

The Boolim Blog

จำได้ว่าตอนประถมติดหนังจีนงอมแงม ตั้งแต่ กระบี่ไร้เทียมทาน ชอลิ้วเฮียง มังกรหยก 3 ภาค หลังจากนั้นเลยเป็นต้นเหตุให้ต้องเสียเงินเสียทองไม่น้อยสำหรับการไล่ซื้อนิยายมาอ่าน นับจากวันนั้นถึงวันนี้ก็ยังคงอ่านอยู่เรื่อยๆ มีเวลาก็มักกลับไปหยิบเรื่องเก่าๆ มาอ่าน อาจารย์ที่เคารพและรุ่นพี่ที่ทำงานก็คุยกันเรื่องกำลังภายในประจำ พักหลังกำลังภายในมันเริ่มถึงขั้นลึกซึ้งน่าติดตามมากขึ้นเรื่อย จินตนาการของผมเลยวิ่งกระฉูด ขับรถแทบตามองข้างหน้า แต่ในหัวมีแต่เรื่องกำลังภายใน กลัวว่าจะเสยท้ายคันหน้าเข้าซักวันเลยอยากหาที่ระบาย แต่ระบายแถวนี้คงไม่เหมาะ จะเอาไปใส่ในพวกเว็บบอร์ดก็รู้สึกแปลก ไม่ได้อยากถาม ไม่ได้อยากคุย แค่อยากระบาย จะไปชวนคนอื่นคุยก็จะเสียเวลางานมากเกินไป สุดท้ายเลยมาจบที่ The Boolim Blog

How to insert an image into primary links in Drupal

Drupal normally provides powerful and secure menu system to all of us. We are able to manipulate primary links and secondary links seamlessly and easily with little effort. However, sometimes we would like to insert an image instead of text. I found a good snippet but it does not work for me. This snippet is just for menu item but actually, I am talking about primary links or secondary links. Starting in Drupal 5, primary links and secondary links are not formatted by the theme engine, instead, a list of arrays are passed to the theme directly. By default, all menus are passed to check_plain() to prevent unexpected security holes so we cannot insert HTML tag here include . Fortunately, this is Drupal. We can customize theme to let us insert just only img tag.

« first‹ previous91011121314151617next ›last »