Skip to Content
0
Mar 25, 2011 at 12:59 PM

Batch input using transaction PP02

159 Views

hi

i created two batch input simulating transaction PP02, to create and delete automaticlally

the relation between object s-position and object us-user.

I created this batch on release SAP4.6C and I didn't have any problems. I Created the same batch again in release SRM 5.0, it works fine for creating, but not for deleting.

In delete process I have the following problems:

 recording transaction: ok

 executing recorded transaction: program stops.

I debugged both recording and executing, and I found out that during execution the ok-code value gets lost because it goes in module u201CSET_RECORD_NRu201D ON REQUEST for dynpro 2000 and then ok code is deleted

I notice also that module associated to transation PP02 is MP100100, while in SRM module-pool associated to transaction PP02 is MPS00100.

Program MPS00100

u2026

PROCESS AFTER INPUT.

  • Verarbeitung nach der Eingabe

MODULE EXIT AT EXIT-COMMAND.

MODULE LEAVE.

FIELD PPHDX-RECORD_NR MODULE SET_RECORD_NR ON REQUEST. "R3DW

u2026

what can I do to make this batch input work? Anyone can tell me something about DIALOG MODULE (SE35) and its use? Interactive modules are obsolete and I can't find documentation about their scope and functioning

can you help me?

Thank you all