‎2009 Nov 12 12:10 PM
Hello All,
With IQ08 you can set deletion flag for a range of equipments. I want to automate this process with a Z program through Batch input
Steps:
1 - Enter a range of equipments.
2 - Select all materials.
3 - in the menu: Goto --> Functions --> Deletionflag --> Set
I already created the recording with SM35, but It's not working.
I believe the problem isin the step 3. How to record that step if it's not in the screen and I'm clicking the menu?.
Is there a way to achieve this?
Thanks in advance
‎2009 Nov 12 1:19 PM
First read some documentation, start with [Managing Batch Input Sessions|http://help.sap.com/saphelp_nw04/helpdata/en/69/c2501a4ba111d189750000e8322d00/frameset.htm] - [The Transaction Recorder|http://help.sap.com/saphelp_nw04/helpdata/en/67/42fcd5f61011d1bcf9080009b4534c/frameset.htm]
When you performed via SHDB the recording of the transaction, the "Goto --> Functions --> Deletionflag --> Set" was recorded as an ok_code (function code LVSE?) - check the recording and ask SHDB to generate the template report from which you will copy part of source in your program.
Why did you use IQ08 (selection) and not a simpler transaction like IQ02 or IE02, remember that Batch-Input is limited and does not perform well when enjoy transactions are called.
Regards,
Raymond