cancel
Showing results for 
Search instead for 
Did you mean: 

How to get user input for infopackage selection in process chain?

former_member198905
Participant
0 Kudos

Hi

How to get user input for infopackage selection in process chain?

i.e. The process chain execute on immediate basis every time and when every it run process chain want user input for define info package selection then extract data from ECC as per supply user input.

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member198905
Participant
0 Kudos

Hi

After changing the HKONT's selection value from blank to "P" in ROOSFIELD table using Abap.

Now HKONT is visible in RSA3's selections area but selection function is not working.

e.g. If I enter single GL no i.e. ASD001 in HKONT input field for extract all records of ASD001 GL only But RSA3 extract all records of all GL.

How to resolve this issue??

former_member210321
Active Participant
0 Kudos

Hi,

what is the name of the extractor or Datasource?

AM.

former_member198905
Participant
0 Kudos

Hi

ExtractStruct.=DTFIGL_4

DataSource= 0FI_GL_4

I also try 'X' instead of "P" in the selection field but same result.

former_member210321
Active Participant
0 Kudos

Hi,

You can refer the thread below regarding selection which is not possible, if you are loading your data to cube via DTP its better to apply filter on DTP.

https://scn.sap.com/thread/1142604

Regards,

former_member198905
Participant
0 Kudos

Hi Altaf & Tibollo

I never did this before, Is it possible to you to share sample code? Please

Thanks

former_member186445
Active Contributor
0 Kudos

ask a colleague from the abap team for help to write the program for storing the values.

concerning the routine in the infopackage selection criteria, there are a lot of examples to be found on the worldwideweb.

M.

former_member198905
Participant
0 Kudos

Hi Tibollo

I discuss to our abap team regarding abap program for edit standard table and they recommend that if we edit table via abap code then we need to execute the same code in QA and Prod. also, to alter the table. So what is your recommendation?

former_member210321
Active Participant
0 Kudos

Hi,

As said by Tibollo u can achieve this by a program in tcode se38, where u can inform in the program input variables to get values from the user then pass it on to a Z table. then on Infopackage add a routine to get thos values from the Z table.

Regards,

former_member186445
Active Contributor
0 Kudos

create a program to achieve this.

first part:

use the selection criteria to get the values from the user. store the values in a variable table. in the infopackage use the option routine to define the variables. in the routine get the values from the table.

second part:

use the start api chain function to start the process chain.

M.