‎2008 Jun 19 6:40 AM
When Report A calls report B, as per the document I read, they should be two separate LUW, but when I executed "COMMIT" for Report B, the transaction of Report A was submitted too. I've no idea why it's working like this. Actually I only want to submit Report B and do not submit the transaction of Report A. How can I get to this need?T he sourcecode as below
REPORT A.
TABLES SFLIGHT.
sflight-carrid = '555'.
insert into sflight values sflight.
SUBMIT Z_TEST_ALV AND RETURN.
REPORT B.
TABLES PA0000.
PA0000-pernr = '4444'.
INSERT INTO PA0000 VALUES PA0000.
‎2008 Jun 19 7:19 AM
Hello,
Please refer to the Example below.
http://help.sap.com/saphelp_46c/helpdata/en/41/7af4bca79e11d1950f0000e82de14a/frameset.htm
I hope this clarifies your understanding of SAP LUW and resolves your problem.
With Regards
Vijay Gajavalli