Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LUW

Former Member
0 Likes
288

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.

1 REPLY 1
Read only

Former Member
0 Likes
269

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