Skip to main content

Hi all,

 

I have questions about SAP onetime data download ABAP program.

  1. Doese anybody give me the screenshot for selection screen sample? I mean, I'd like to know the syntax to write in selection scree, such as comma separating or if I need to use quotation to define table name.
  2. Is all data extracted if I push Execute extraction in background if I write selection condition to custom table data download field? (I mean, will data be downloaded wheateher O2C data + selected data or only selected data?) (In case I'm using O2C download template.)

 

Regards,

Hi Jumbo,

 

Selection Screen:

  • Simply specify the table names without quotation marks, separated by commas if multiple tables are involved.
  • Use standard ABAP syntax for parameters to define selection criteria like dates, document types, etc

Data Extraction:

  • Data extraction depends on the selection conditions you set on the selection screen.
  • Only data matching these criteria will be downloaded when you execute the extraction in the background.
  • Ensure your selection criteria are well defined to retrieve the specific data subset you need.

O2C Context:

  • If using an O2C download template, ensure your selection aligns with Order to Cash process requirements.

 

Best regards, Simon


Reply