Thursday, April 25, 2013

How to suppress the POST button on a FI transaction

Copy the Sample Function Module(SAMPLE_INTERFACE_00001140) to 'ZSAMPLE_INTERFACE_00001140' and put the below code:-

IF sy-tcode = 'FV50'.
t_exctab-okcod = 'BU'. " do not allow to post
APPEND t_exctab.
ENDIF.
(If you want to disable this post option for multiple transactions, just maintain them in a custom table. Instead of IF Sy-tcode = 'FV50' just read from this custom table.)


Go to transaction FIBF and then Goto Settings->Products ->of a Customer. Press Execute.
Click on New Entries and create a new product ZPOST, give a proper description , Select the check box and save.

Go back to the FIBF first screen. Go to Settings->P/S Modules->of a customer
Click on the new entries Enter the event as 00001140, Product as ZPOST and Function Module as ZSAMPLE_INTERFACE_00001140. Save.

Now when you execute FV50, you will not see POST option on the application tool bar as well as from the Menu.

Thursday, April 4, 2013


What is the UDID?

Each iPhone or iPod Touch has a Unique Device Identifier (UDID), which is a sequence of 40 letters and numbers that is specific to your device. It’s like a serial number but much harder to guess. It will look something like this:2b6f0cc904d137be2e1730235f5664094b831186.

Why do we need the UDID?

Your iPhone can only install programs that are approved by Apple. Applications in the App Store have been approved by Apple for general distribution, but beta customers get to try the app before it’s in the store. We register your UDID with Apple so they can approve our application especially for your iPhone.

How do I get my UDID?

You can copy/paste your UDID from iTunes or email it directly from your device by using a free app from the App Store.

Email Using the Free App

Install and run Ad Hoc Helper. It will create an email with your UDID. Send it to nobody@example.com.

Copy/Paste from iTunes

1. Launch iTunes and connect your iPhone.
2. In the right pane, locate the information about your iPhone, including its name, capacity, software version, serial number, and phone number.

 3. Reveal the Identifier by clicking on Serial Number:.
4. Copy the Identifier to your clipboard by choosing Edit → Copy.
5. Paste the Identifier into an email to nobody@example.com (You should be able to paste into your mail program or web browser by selecting Edit → Paste).