I am not getting the upload poin and recipient feilds in the PO.

Hi Friends,
When i am converting a  Purchase Order with reference to Purchase Requisition with account assignment cat = network  and uploading point field data and recipient data  and the item type D ,we are not getting uploading point data and recipient data.
for this i used BADI ME_PROCESS_PO
and the INTERFACE    IF_EX_ME_PROCESS_REQ
I REALLY DONT NO HOW TO USE METHODS AND HOW TO WRITE A CODE IN THAT PLEASE HELP ME TO GET THE VALUES OF UPLOADING POINT AND RECIPIENT FIELDS DATA SHOULD POPULATE IN PURCHASE ORDER WITH RESPECT TO THA PURCHASE REQUISITION.
HELP ME WITH SUITABLE CODE FOR THE METHOD...
THANKS IN ADVANCE ........
UPENDAR G

I would just like to add to Billy's remarks: PL/SQL exception management is not just a language function, it also affects the database itself.
If you "swallow" exceptions, you have defeated the language and you have probably also corrupted data.
Why do I say this? Because PL/SQL exceptions cause changes in the data to roll back. If you "swallow" the exception, whatever changes you made before the error happened will not be rolled back. This is a huge threat to transactional integrity.
Here is a demonstration:SQL> create table t(k number);
table T created.
SQL> begin
insert into t values(1);
insert into t values('a');
end;
Error starting at line 6 in command:
begin
insert into t values(1);
insert into t values('a');
end;
Error report:
ORA-01722: invalid number
ORA-06512: at line 3
01722. 00000 -  "invalid number"
*Cause:   
*Action:
SQL> select * from t;
NO ROWS SELECTEDYou see, the "correct" insert into table t was rolled back automatically. This ensures the "all or nothing" property of transactions called "atomicity".
Now look what happens if you "swallow" the exception:SQL> begin
insert into t values(1);
insert into t values('a');
EXCEPTION WHEN OTHERS THEN NULL;
end;
anonymous block completed
SQL> select * from t;
K
1The first insert is not rolled back, so if the calling program commits you will have changed data without respecting transaction boundaries.

Similar Messages

Maybe you are looking for

  • How to send values from a "Report Column" instead of a "Page Item" ?

    Hi there, Here's my case: Two pages A and B. Page A is used to view each employee from a selected department. Page B is used to created/modify employees. I have a create button on page A which redirect to page B. By default, page B is blank (as of co

  • Flash freezes on Mac G5, dual 2,5 MHz

    Ever since I upgraded from Flash MX 2004 Professional to Flash Professional 8 on my PowerMac G5 it doesn't run. All I can do is open the software but as soon as I click on a menu or a button, whatever, like changing the size it freezes instantly. I'v

  • Download and refresh button in Dashboard

    Hi, I have a chart report and table report in the same section of a dashboard. How to have a common Download and Refresh button at the end for both the reports. If I use the report links in both the "reports link" of teh report I get two sets and one

  • Characters in material description

    Where I can check how many characters are allowed for material description in material master ?

  • 2010 iMac Ejects Discs After About 10-15 Seconds. Help??

    Hi guys, I just tried to put a DVD into my iMac and it ejects it after about 15 seconds. I tried another DVD and it does the same! Any suggestions? I bought the Mac December 2010 so I no longer have Apple Care. Please say it doesn't need a new drive!