2007 Mar 20 11:04 AM
Hi frnds,
i m working BAPI_PO_CHANGE.
I m going to update the schedule line date.
frnds i want to know how to test that our concerned updation has happened or not.
plzz help me to know the steps.
thanking u all.
regards,
sanjay
2007 Mar 20 11:06 AM
check table eket( feild probably eindt)...
or check me23n tcode
regards
shiba dutta
2007 Mar 20 11:06 AM
check table eket( feild probably eindt)...
or check me23n tcode
regards
shiba dutta
2007 Mar 20 11:09 AM
Hi,
If the BAPI is success, then it will create the Purchase order and give it in the RETURN table, then goto ME23N and give that Purchase order Number and press enter and check whether the Field is updated or not
Regards
Sudheer
2007 Mar 20 11:14 AM
That very fine frnds,
do we do any testing with test data in the standard bapi bapi_po_change.
and then execute the bapi program and check whehter any updation has happened or not.
plzz suggest i m new and i hav been suggested like this by one my collegue.
regards,
sanjay
2007 Mar 20 11:27 AM
hi
good
go through this link
http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm
thanks
mrutyun^
2007 Mar 20 11:58 AM
2007 Mar 20 12:49 PM
Frnds how to test Standard bapi after doing changes.
plzz suggest.
regards,
sanjay
2007 Mar 20 1:31 PM
Hi,
After bapi_po_change you say bapiret2-typ ne 'E' call bapi_commmit_transaction else raise message/move record to error internal table ok bye c u...