cancel
Showing results for 
Search instead for 
Did you mean: 

Extract VBSS SAMMG

Former Member
0 Kudos

Hi,

I need to extract the Delivery Group Information stored in the table VBSS, field SAMMG.

Is there a standard extractor to do this or i should create a custom delta extractor?

Thanks,

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

The solution provided assumes that the delivery group is already created.

But what if the delivery group is created after few days - how will it be considered as delta change?

~Amit

Former Member
0 Kudos

Hi Veronica,

There is standard extarctor for the field SAMMG.better to enhance the datasource with(ZZSAMMG).

Follow bellow steps:

1. Go to RSA6.

2. Select the Data Source .

3. Select display Data Source (Ctr+F2).

4. Double click on the Extract structure.

5. Click on the Append Structure.

6. Add the required field(ZZSAMMG).

7. Activate the Append Structure.

8. Go to CMOD.Give the Project, select Display.

9. Click on ZXRSAU01.

10.then you have the bellow exits:

a).Transaction data EXIT_SAPLRSAP_001

b).Master data attributes EXIT_SAPLRSAP_002

c).Master data texts EXIT_SAPLRSAP_003

d).Master data hierarchies EXIT_SAPLRSAP_004

11. select Transaction Data EXIT,then you have to write the ABAP CODE.

12. save and activate.

13. Select your Datasource-->Select the Tick of (ZZSAMMG) filed under Selection Column.(by Default it will be under Hide column).

14. save and activate.

15. check the data in RSA3.

Regards,

Suman.

Former Member
0 Kudos

Hi,

There is standard extarctor for the field SAMMG.Its better to enhance related Sales Document data source and do the coding in the Enhancement program.

Regards,

Shiva.

dennis_scoville4
Active Contributor
0 Kudos

There is no standard extractor that has the VBSS table as the source. You will have to enhance the extraction structure and create User Exit code to populate on the Delivery DataSource that you're using. The SELECT statement would do a join on the Delivery Document in the extractor and use that to get the data from VBSS.