Quantcast
Channel: SCN: Message List
Viewing all 8746 articles
Browse latest View live

List property of .net class object issue with CR

$
0
0

How we can see List<double> property of .net class object in Data > Available fields?

 

public class EEmployee

    {

        public int Id { get; set; }

        public string Name { get; set; }

        public int Age { get; set; }

        public string Address { get; set; }

        public List<double> YearlySalary { get; set; }

    }

 

How i can see YearlySalary property in Data > Available fields?


Re: Unexpected behaviour of system in sale order with 653 movement.

$
0
0

I agree with TW - it just relies on the configuration to be done correctly (and tested, I guess).

 

But if you feel it's an error then feel free to open a low priority incident with SAP. We had a somewhat similar case with FI configuration. In a previous release a consultant assigned a "dummy" bank account somewhere in the company config. It was allowed by the system at the time. However, after upgrade to EHP6 we found that SAP made some changes in EDI invoices that caused a short dump (later they fixed it to be an error instead) when we tried to trigger EDI output for an invoice.

 

We traced down the issue to that "dummy" bank account in the configuration (and it was not even for the same company code!). IMHO the code SAP added should not have been triggered in the first place (it's some kind of EU requirement and we're in the US), but after some back and forth I was able to convince them that since this has changed then at least it should no longer be allowed to create such configuration with "dummy" accounts.

Data Services Performance

$
0
0

Hi All,

 

I just have a basic question regarding performance

 

Option 1 – Source(Table from source system)->Query(Filter using where clause)->Target Table

We are reading everything and filtering in Query - My assumption is it will do full load into source table and filtered in query(Where Clause)

Option 2 –  SQL Tranform (Filter using select * xyz where  xyz is source system table)->Target Table

We are using the sql and filtering at the same place  - My assumption is the filter(Where Clause) is pushed to the source systems   - Is this better in performance

 

Which one is better in terms of performance

 

Thanks in advance

Re: How to access the protected / private event of a class

$
0
0

Thanks all for your support.

 

Resolved by myself. Closing the thread.

BP_ADDR extended attributes not see in the production

$
0
0

Hello, Gurus!

 

I have a problem after enhancing BP_ADDR component and transport developments in production.

So i kindly ask you for help!

 

So i have a task to enhance BP_ADDR with few Z-attributes. We add append structures to adrc, BuilAddress etc. We made Z-class which replace standard CL_BUPA_IL_ADDRESS and so on.

 

So we did all we need and our attributes work in CRD and CRT systems!

 

BUT! After we transport all changes to Productive system, we get DUMP on Web UI when try use SET_PROPERTY method for our Z-field.

 

System tell us that there is now such field in structure. BUT THERE IS THE.

 

While debugging i found the under method SET_PROPERTY( ) i catch dump on row 18, when try to get index of my z-attributes.

System catch dump, because there is now my Z-fields in a attributes table. (class cl_crm_genil_obj_model -> get_attr_idx_by_name).

 

But if i call FM FILL_ATTRIBUTES of this class cl_crm_genil_obj_model and pass there component_name BuilAddress - I will get ALL fields i need.

Moreover, i also CAN edit Z-attributes of address via genil_bol_browser. Everything works good and attributes save.

 

So i have now idea why i have error in SAP CRM Web UI. What i forgot?

 

Please, provide me some help.

I spend to much time solving this problem.

 

Best regards!

Re: dynamically change column positions acc to the selection

$
0
0

What dump are you getting?

 

You can refer demo program starting with BCALV_TEST_*.

 

This program contains the same FM with field_tab table option.

 

regards,

Praveer.

Re: Issue in sap lumira using bex

$
0
0

Jay, Pooja - please see SAP Note http://service.sap.com/sap/support/notes/1869560

 

Lumira Desktop does not support all types of BEx variables - review the note and see below for an example:

2015-08-10_10-08-25.jpg

Source: SAP

 

The above is a subset/screen shot of the note.  If you variable is supported and you still encounter an error please open an incident with SAP Support.

Re: GL1025 AMEX file posting

$
0
0

Hello All,

 

I am trying to upload GL1025 file using RPRCCC_AMEX_GL1025 program and I got the following error.

 

GL1025.png

 

Any idea why this error?

 

Thanks!

JKV


Re: WAD 7 Tooltip on mouse over

$
0
0

Thanks Harish.

 

Do you have any example? Thanks!!

Re: OAC1 transaction type not defaulted during opening posting

$
0
0

I hope you checking field BSEG-ANBWA?

What to do after Trial solutions get archived ?

$
0
0

Trial solution for openSAP Course: SAP Screen Personas has been archived.


 

Archived Featured Content for SAP CAL

 

Is there any other official option to have practice sessions for after finishing the OPENSAP courses SAP Screen Personas or any other ?

 

Regards,

 

Dairo

Authorization objects of a transaction assigned to a specific role

$
0
0

Hello!

 

Like the title of this discussion says, I want to know where you can see the Transaction-Authorization objects relationship from a role. The table AGR_1251 helps me out a lot, giving me the relationship between ROLE, OBJECT, FIELD, LOW and HIGH; but it is still not enough.

 

I want to be able to know which authorization objects are affecting which transactions in a role, so in the end I can have a report with the following columns:

 

ROLE, TRANSACTION, OBJECT, FIELD, LOW and HIGH


Which table(s) from SAP contains this information?


Thank you a lot for your time.


Best Regards,


Luis.

Re: SMP user Onboarding and Backend

Re: monitor route changes for  work order released

$
0
0

Dear Daniel,

 

Please check SAP note mentioned 390635 - Change documents for production and process order.

 

Best Regards,

Ameya B.

XS outbound error codes

$
0
0

Dear gurus,

 

does anyone know where to find the error codes for outbound connectivity?

I am getting    IPcon: connection to host failed!. resultCode = -10  when trying to make an outbound call that used to work - I am trying the simple yahoo finance example provided by the developer guide. and also using a proxy server internal to our client.

 

I know the error is because the proxy server is refusing to connect outside.. but i would like to know where the error codes documentation is.

 

 

thank you in advance

Sergio


Re: Time statement form header

$
0
0

Hi Tania

Yes, i saved an  variant with ZTIM  (Recibo_Tiempos). When i run time evaluation (pt60) i am using this variant.

Re: Generate random key for encryption module

$
0
0

Hi Monica,

With System.currentTimeMillis() you would have different seed every time. I don't know if there is any problem to access to system variables, have you tried with the java.lang.Math method? coobird.net - How to Generate Random Numbers

 

Regards.

REUSE_ALV_GRID_DISPLAY_LVC - Line push button

$
0
0

Hi friends,

 

I have a simple ALV with REUSE_ALV_GRID_DISPLAY_LVC FM (not OO program!!).

I added a custom push-button in each output line of the ALV report (the ones in red):

 

ALV.jpg

 

The point is that when I push one line-button I can´t read the user_command code and line number of the record so the program can proceed with the next action.

I guess I forgot something but I don't realized what. It's my first time doing this line push button logic.

 

I'll appreciate a lot your help.

 

Kind regards!

Marcela.

Re: Problem in comparing two dates in Syclo

$
0
0

Is the "DueDate" property a String or Date field?

If it is date field then you should only need to do the following:

GT

- DATE

- :>DueDate

 

 

All time and date fields are saved internally as an int, so just by comparing the fields together, you would be able to do a check.

 

Also,  you don't need the "IF" as the GT would return True or false depending on the values of the fields.

rescheduling horizon

$
0
0

Hi,

    I am looking at MD05 and see a new purchase req being created when I have a shipping notification due. I was expecting the system to propose a reschedule in message of 10 against the shipping notification and not create the purchase req at all as the shipping notification is in the rescheduling horizon (PDT 112 days + GR Processing time 4 days + purchasing processing time 2 days + rescheduling horizon 60 days). But instead the system gives me a 20 message for the ship notification and a 30 for the preq. Can someone explain to me why the system is doing this ?

 

The rescheduling horizon is 60 days in config and the PDT for this externally procured part is 112 days from the PIR. The MRP type is PD. The GR processing time is 4 days and the purchasing processing time is 2 days. Below are the screen prints.

 

Thanks

Viewing all 8746 articles
Browse latest View live




Latest Images