cancel
Showing results for 
Search instead for 
Did you mean: 

0APO_ND_TRANSP_01

Former Member
0 Kudos

Hello there,

I've activated the Standard APO data source 0APO_ND_TRANSP_01 from the business content,

I would like to see the data trough Extract checker(RSA3), but there is a Mandatory field: UPLOADLABEL. I'm not sure what need to be the input for this field?

Please help

Regards,

J

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi J,

Can you check the structure RSIODYNP4

in se11 transaction

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi Senthil,

Thanks again, I've already checked the table , in fact I've check other tables as well using where used list! we don't have data for any table in our APO system. I wanted to see the entries for the field UPLOADLABEL.

It would be great if any of you could share me the entries for this field

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi J,

I could not able to locate the table containing this field as they are

present as strctures.

If you could come across the table name for this field, please

mention it so that I will share the entries of the field on this table

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi,

Same field u20180APO_UPLABLu2019 is also used the other data sources :

0APO_ND_LOCATION_01

0APO_ND_LOCMAT_01

0APO_ND_PRODUCTION_01

If we debug while executing the transaction RSA3, we can see following code:

  • default label is time stamp of upload:

if e_uploadlabel_fld is initial.

convert date sy-datum time sy-uzeit into time stamp l_tst_fld

time zone gc_timezone.

e_uploadlabel_fld = l_tst_fld.

From the above code, it looks to be datetimestamp.

Regards

Datta

Former Member
0 Kudos

Hello Datta,

Thank you, I'll check and let u know

Former Member
0 Kudos
Former Member
0 Kudos

Hello Senthil,

Thank you for your reply.

However I still have no idea what should be given as input of the UPLOADLABEL filed?

Could you please tell me from what tables does this Data source fetching the data?

Former Member
0 Kudos

Hi,

SAP Help gives folllowing details:

This label recognizes a snapshot (inactive copy) of an APO planning version that is stored in the BW (Business Information Warehouse). The label is used to extract the snapshot from the BW.

There is an oSS note 332809 Conversion Exit ALPHA removed from 0APO_UPLABL.

Regards

Datta