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

Re: The leave request ROADMAP and links showing in german launguage in ESS in portal

$
0
0

Hi Srini,

 

We are facing  similar issue, Please could share the solution how did you resolve.

 

Thanks

Krish


Re: Help configuring "Set Deletion Flag" to show enabled for rental space

$
0
0

Hi Jean,

 

You can set the deletion flag at the pooled space level, the flag will automatically get set for the rental spaces belonging to that pooled space.

 

If you want to discontinue the use of the rental space you can set the valid to date of the rental space to the -1 date from the date you want to make the space available.

 

Also if there is a valid contract created for a rental space then the deletion flag at the pooled space cannot be set

 

Hope this helps.

 

Best Regards,

Hardik Sharma

Re: RSTMS_DIST_APPROVED_REQUESTS, variant , user ID DDIC Could not find delivery routes for client in system VDI

$
0
0

Hi Bo

 

Could you define the SYSTEM_PF= (Default.pfl file location) in the Transport domain controller

 

Thanks

Ram

Re: Issue with CK74n session in background

$
0
0

Hi,

 

Check the session code. The CL_GUI* requires the GUI during execution. In Background mode GUI is not available. To enable execution in background please replace the usage of CL_GUI* in the code. I think there are no standard object to do it via background for mass processing. The other options would be a custom program or LSMW.

 

Cheers,

Arindam

Re: Spool to Excel formatting

$
0
0

Hi,

 

The excel interprets them as Number. Try to display using a character variable or try doing quotes along the values when you download. As you are doing it via SP01, try downloading in TXT and then do a Text to columns another way could be to change the column format to character.

 

Cheers,

Arindam

Re: BDC Recording problem

$
0
0

In that case the best option is to repeat recording to fill ANSSA/SUBTY fields. Usually there is a problem with IT0006 and the best option is to fill it on the previous screen. This coding "08/03" means 8-th column from the top of the screen and 3-rd row and PICK is to pick this entry from the list. SAP threats this list like big text. Try to skip this selection.

 

regards,

Bartek

Re: Getting started with SAML2.0 for ABAP

$
0
0

1. Not sure about this. It could work out of the box but there might be some config required. Unfortunately, Microsoft does not have special document for SAP but I would have a look in documentation for other products (Microsoft Documentation)

2. I believe that by default SAML is not active. So you have to activate it in SICF (SAP documentation).

 

Cheers

Successfactors configuration

$
0
0

Hi all,

 

I would like to know if successfactors administration is the same as configuration.

 

Please suggest and comment.

 

Regards,

Bharat


Re: EO_OUTBOUND_PARALLEL Definition in SAP PI 7.31 System

$
0
0

Hi Martin,

 

Thanks for the response.

 

I have given the sender component, interface name and interface namespace. But, still not able to add the sender/receiver id defined.

 

Please advise.

 

Thanks,
Sushama

Re: How the logical link is linking to Customer Configuration of UI Component?

$
0
0

Hi,

 

If you are not able to success with the different combination of the configuration values then implement the BADI : DLC_CONFIG_ACCESS_BADI.

 

This should be useful for you.

 

Regards,

Naresh

Re: CRM Activity as follow up from ERP quotation in WebUI ?

$
0
0

Hi,

 

Another possible reason is that, the activity transaction types must be in below categories:

A -> Interaction Log

H -> Task

G -> E-Mail

F -> Appointment.

 

Or, you can debug the process. The FM to get the transaction types is CRM_PROCTYP_FROM_OBJTYP_SEL_CB.

 

Best regards,

Maggie

How to know if a security field in an object, is an activity type or if it is a local value?

$
0
0

For Example, I have the security object CRM_BUHI, which has the fields:

 

ACTVT

HIER_TYPE

 

I would like to know, which table in SAP identifies if the field is an activity type (such as the ACTVT is in the list before), or if it is a local value (such as the HIER_TYPE is in the list before).

 

There are some other activity type fields that are not called ACTVT, so I would like to know if there is a way to validate the information type in a security Field.

 

Regards

 

Alan

Re: DFKKLOCKS update TDATE

$
0
0

Hi Kelly,

 

If you are planning to develop a custom program, then I don't any customization in any event would help.

 

However, as Bill suggested you can use standard transaction FKLOCK2 to cater your requirement.

 

Moreover, apart from FKLOCK2, there are two other standard transactions-FPSELP and FPSELPLOCK which you can use for setting\deleting locks both at contract account or at document level.

 

Hope it helps...

 

Thanks,

Amlan

Re: DFKKLOCKS update TDATE

$
0
0

Hi Kelly,

 

If you are planning to develop a custom program, then I don't any customization in any event would help.

 

However, as Bill suggested you can use standard transaction FKLOCK2 to cater your requirement.

 

Moreover, apart from FKLOCK2, there are two other standard transactions-FPSELP and FPSELPLOCK which you can use for setting\deleting locks both at contract account or at document level.

 

Hope it helps...

 

Thanks,

Amlan

Re: Integracion between SAP and Salesforce


Re: How to clear selection screen parameters before calling transaction?

$
0
0

please use mode A to check the input value.

Re: How to clear selection screen parameters before calling transaction?

$
0
0

Hi,

 

In that case have you considered EXPORTING and then overwriting the parameters before they are passed, I think Free memory ID does not initialize the values but initializes the memory ID information. Also before the before the below lines

         fill_bdc_data using ' '         ' '    ' '  'R_BUDAT-LOW'   lv_start,
         fill_bdc_data using ' '         ' '    ' '  'R_BUDAT-HIGH'  lv_end,

 

Try deleting the entries from the gt_BDCDATA or modifying such lines in the table with the updated date. The current code might not be overwriting but just adding lines ti BDCdata.

 

Cheers,

Arindam

Re: Need help to understand MD04

$
0
0

Eric,

???  No, of course not.  Expert Caetano already explained.  When you CONVERT the planned order to a Process/Production order, you also automatically CONVERT the planned order's Dependent Requirement to the Process Order's Reservation.

 

Typically, for one HALB, there can exist both Dependent Requirements and Order reservations at the same time, but they will be for different orders, not the same order.

 

Best Regards,

DB49

Re: SUBRC during mass insertion

$
0
0

Palash,

 

I did not say its not a common practice to lock/unlock before/after database update - On the contrary, I pointed out  that common sense should prevail before and after a programmatic database update. Lock and unlock are not mandatory but they are just good practices - programs still compile correctly if someone did not lock/unlock before database updates...hence it is not "mandatory".

 

But I still do not understand why a SAP standard table is directly written to via direct insert/modify statements. Is that a "common practice" too?

 

Sougata.

Re: ALV Grid set_table_for_first_display is displaying the wrong data

$
0
0

Hi Maria,

please explain your question clearly, what does wrong data mean?

1. fields are not displayed.

2. content of fields are not correct.

 

please provide more information then others can help you to solve the issue.

Viewing all 8594 articles
Browse latest View live




Latest Images