cancel
Showing results for 
Search instead for 
Did you mean: 

LO Extraction doubt

Former Member
0 Kudos

Hi All,

I have a doubt in LO extraction.

For example i want to enhance 2LIS_11_VAHDR with 4 custom fields. I have completed enhancement and wrote code also in CMOD.And filled setup tables and extracted the data to BI SIDE successfully.

My question are

1)   while i am executing  FULL/ Init Info package in BI ,is it will go and get data from setup tables? My ans is YES. If not let me know

2) while data geting from setup tables is my enhanced fileds code will run again? If so then what is the use of filling setup tables and having records for all fileds including my enhanced fields?

3) IF data gets only from  setuptable t opull BI side . When i am checking back ground job of my info package in ECC side i can see EXIT_SAPLR_o001 programe. where our custom fileds code has written . My question is ,is our info package (FULL) will get data by running extractor

? It mean my enhanced code also will execute write? I nthis case what is the use of setup table filling?

Request : please dont post LO steps. I am looking direct ans for my questions .

Thanks

BK

Accepted Solutions (1)

Accepted Solutions (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

1. Yes

2. LO  method was like that, Full or init with data always gets data from setup tables.if you search on google about setup tables purpose you will know.

3. info package (FULL) will get data by running extractor ?

Yes, while runng info pack, cmod code also execute, enahanced feilds data you can't see at setup tables. but you can see at RSA3 only. enhanced fields won't be part of your set up tables.

Thanks

Answers (1)

Answers (1)

MGrob
Active Contributor
0 Kudos

Hi

1)   while i am executing  FULL/ Init Info package in BI ,is it will go and get data from setup tables? My ans is YES. If not let me know

You assume correct. Full and Init pull data from setup tables

2) while data geting from setup tables is my enhanced fileds code will run again? If so then what is the use of filling setup tables and having records for all fileds including my enhanced fields?

Filling the setup tables is for historical data purposes not for your enhanced fields. You delta data will then be stored in lbwq with the enhanced data.

3) IF data gets only from  setuptable t opull BI side . When i am checking back ground job of my info package in ECC side i can see EXIT_SAPLR_o001 programe. where our custom fileds code has written . My question is ,is our info package (FULL) will get data by running extractor

? It mean my enhanced code also will execute write? I nthis case what is the use of setup table filling?

The full only pulls from setuptables adding your cmod fields during the extraction.

hope it helps

Martin