SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Dynamic Variants for SAP Mass Transaction - From ABAP Program

Former Member
0 Kudos

Hi,

I have a mass transaction like MEER. SAP has one header Date Id - LAUFD and one Identification field LAUFI - on the screen. In the detail I have to feed say 10 contract accounts - variable 1. I have to create 5 variants with 50 accounts - values everyday. The values will be changed everyday.

Can anyone help me creating a program that will allow me to run it in background and create these 5 variants everyday?

Many thanks.

Jignesh

1 REPLY 1

former_member182485
Active Contributor
0 Kudos

This can be done easily in BDC what you have to do is simply populate internal table based on your data manupulate it according to your requirment and update to the transaction.

as far as execution in background is concern make it session method and shedule it for everyday

Should you have any proplem in creating BDC program get back to me.

  • Reward points if helpful *

Regards

Bikas