2008 Jan 16 11:31 AM
Hi everybody,
I'm facing a problem when i'm trying to record a transaction session using LSMW. Everything is being recorded perfectly. Everything but the entries!!
Does anyone knows what is going on?
Is this because i'm trying to record a non-native SAP transaction?
Edited by: Bruno Rodrigues on Jan 16, 2008 12:32 PM
2008 Jan 16 1:53 PM
When you say "non-native" do you mean custom transaction? Is this a dialog transaction or a report transaction?
2008 Jan 16 1:53 PM
When you say "non-native" do you mean custom transaction? Is this a dialog transaction or a report transaction?
2008 Jan 16 1:57 PM
2008 Jan 16 2:10 PM
It should not make any difference with recording, but have you tried doing a normal SHDB recording and see if it works? LSMW doesn't distinguish between custom and standard transactions when recording.
What exactly is happening? Are you able to see the recording in LSMW?
2008 Jan 16 6:05 PM
Yes. I've tried SHDB too. However it goes the same way. All the operations are recorded perfectly. But none value is being recorded.
Yes, at the end I can see the recording and the log with the operations i've done in the custom transaction.
The point is that none of the values i'm typing (values that i need for the execution of the custom transaction) appear in the
final log of LSMW and these values are not used in the rest of the process.
Thanks for the help!
2008 Jan 17 8:22 PM
Does that mean that when you create recording in lsmw (first step in lsmw), after you end all steps and trx shows all fields, you are getting blanks beside every field?
When you end recording in screen "Create Recording" you should be getting something like this:
Recording TEST_ES30 Test es30
ES30 Create installation
SAPLES30 0110
BDC_CURSOR EANLD-STICHTAG
BDC_OKCODE /00
EANLD-STICHTAG 1.1.6
EANLD-SPARTE 01
SAPLES30 0201
BDC_OKCODE =SAVE
EANLD-VSTELLE 10028
In second column you´re not getting anything?
2008 Jan 18 11:59 AM
I'm getting something like this:
Recording TEST_ES30 Test es30
ES30 Create installation
SAPLES30 0110
BDC_CURSOR EANLD-STICHTAG
BDC_OKCODE /00
EANLD-STICHTAG
EANLD-SPARTE
SAPLES30 0201
BDC_OKCODE =SAVE
EANLD-VSTELLE
see, the numeric values are missing!
However I guess we found the problem.... It's not about LSMW, it's working fine. The problem is in the custom transaction. It's an interface for another system, a legacy system. The problem is in this legacy system, not SAP at all.
Anyway, I'd like to thank you for being so helpfull! Thank you!