cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment master

former_member254442
Participant
0 Kudos

Hi All,

we are using 8 user status for equipment master. Our requirement is to change user status using BDC
for large no of equipments.To come from status no 1 to 8, we need to scroll down the page ( page down
& page up). During recording , system is not capturing this user command & subsequently we are not able
to prepare the BDC program, We know that user status can also be changed using FM # ZPM_EQUIP_CHANGE
But this is not solving our purpose,We want to do using BDC recording.

How can I capture the user action in recording ?

Thanking you all .

Accepted Solutions (1)

Accepted Solutions (1)

rakesh_mane
Active Contributor
0 Kudos

Hello

It can be only handle via programming in BDC.Once your Recording done, Ask ABAPer after recording write code which facilitate the Page down (P+) and Page Up  (P-)

Br

Rakesh

former_member254442
Participant
0 Kudos

Hi

Thanks. In recording itself, it is not capturing. how abaper will write page up & down.can you please through some rays

peter_atkin
Active Contributor
0 Kudos

Pranjal Bora

I would recommend moving away from BDC as it can be very problematic. In my view/experience, BDC should only be used in programs when there is no other option available.

As I suggested above, you should investigate the BAPI/Function Module approach.

PeteA

former_member254442
Participant
0 Kudos

Hi

Thanks a lot.

BR

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Pranjal Bora

Why do you need to use BDC to update the equipment records (it has its limitations as you've already seen)?

Why not use standard BAPIs/Function Modules to update your data?

PeteA