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

IQ08 batch input

Former Member
0 Likes
587

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

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
378

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