Hello Friends,
Sorry for delay in reply. I assigned plant to Inter/Intra company sales organization and DC.
Hello Friends,
Sorry for delay in reply. I assigned plant to Inter/Intra company sales organization and DC.
Any help please.. ?
Hi Sal
It's not so much a per-requisite to maintaining them but SU25 does impact SU24 updates. The BRM does a check for the differences if SU25 has not been executed. You could probably update the PRGN_STAT table directly and avoid running SU25 to bypass this.
Some examples in SCN of this topic
SAP GRC BRM: Error SU25 Role Creation
GRC BRM TCodes of Role cannot be updated
In a nutshell - they couldn't complete the step Maintain Authorisation Data as SU25 was not executed for Steps 2A and 2B
Regards
Colleen
Hello Security Gurus,
I've run through SU25 post EHP7 implementation and have found the following inconsistencies within my roles now that i cannot find any info on in other posts, forgive me if the information is already out there.
Issue #1: In our ECC system, we have a number of Transactions with S_RFC as a checked object in this form:
ACTVT: 16
RFC_NAME:
RFC_TYPE:
Leaving the RFC_NAME and RFC_TYPE blank so we can adjust in PFCG in read and merge mode. After the upgrade, when I read and merge, I lose all entries we 'maintained' for S_RFC object. Does anyone know if this object no longer allows maintenance in PFCG and what the reasons for this may be? Is there a workaround to keep it as is in the old system?
Issue #2: We have 2 Transactions: RBDAPP01 & RSEOUT00, which in our original ECC system brought in objects: S_DEVELOP, S_DATASET AND S_PROGRAM. However, in the upgraded EHP7, when I do a read and merge, I lose all those values. When I look in USOBT_C in the original system, I DO NOT see the objects S_DEVELOP, S_DATASET AND S_PROGRAM, but they are indeed listed in PFCG.
My question is: If SU24 does NOT contain a check for an authorization object, is there any other way that object can be automatically added in PFCG in the Expert Mode for Profile Generation - Read old status and merge with new data? Images below are to illustrate this issue:
In PFCG after doing a Read and Merge:
In USOBT_C, as you can see S_DATASET isn't associated to RBDAPP01:
Thanks for your time,
Chris
Hello Ravi,
There are two ways to configure with drop down menu.
1) Via Control Parameters (This will defaulted to your value)
- Create Control Parameters
- Provide values to the Control Parameters
- Define your event message parameter with parameter name equal to control parameters
- Define event message parameter with parameter value and make sure you unchecked No Fixed Values
2) Via Search Help
- Define your own search help with the values you want and then assign that search help while defining event message with parameter value
Please let me know if its not work for you.
Thanks,
Kinjal Rathod
All suggested setting been done at MD25 for planning period. Just check OMI4 screen which I shared and let me know if any correction required in config.
Hi Priyank,
I'll advise you to first search your requirement on scn if not able to get any clue then post it, otherwise your post will be locked. Please read The SCN Rules of Engagement.
You can check below links;
Crm Navigation Bar customization
How to create custom work center page
Add your custom BSP component as a link in a Work Center - CRM - SCN Wiki
Regards,
Kamfrk.
Hi Sara
Have a look at the following thread for a much more recent discussion
GRACUSER is showing incorrect data
I would have to check the sync job but I either one of two things happens:
Luciana Ullmann may be able to clarify this one if it's not already cover in the thread I mentioned
The key bit on how these tables interact comes back to your Maintain Datas ources configuration
Regards
Colleen
Hello,
Is there a development guide available for SAP Personas.
regards
Kaushik
Encontrei a solução:
Duas notas que apliquei e resolveu o meu problema.
0002010548 SPED ECD: 9900 register is showed with zero quantity
1988535 - J100 are not showing registers with balance zero and V
Boa sorte!!
Hi,
You need to populate fieldcatlog with NO-OUT = 'X'.
Thanks!
Anil Sahni
Hola expertos.
Tengo la siguiente consulta y problema. actualmente se configuran los campos de usuario de la barra lateral derecha de los documentos de marketing, pero al cabo de un tiempo estas se desordenan y aparecen todos los campos. El problema es que se tiene que estar volviendo a configurar cada usuario para que tengan los campos necesarios.
El entorno en el que esta sucediendo este problema es en windows server 2012 , con sql 2012 , la red se encuentra bajo el dominio de la empresa. Se esta utilizando SAP 9.0 pl 5.
De que forma puedo evitar que se desparametricen los formularios de los ususarios
Gracias por las respuestas.
Every time you produce a batch it needs a different Istock ID (lot number).
The business requirements of the client dictates how this is done.
Hans
Hi,
try to use function GET_GKONT.
Check also BTE 00001650.
With best regards,
Wojciech
Hi Friends
I have been trying to update long text through DEBMAS and passing Header data to structure e E1KNA1H and Item data to E1KNA1L
The data prepared is as below
OBJ_ID,TDFORMAT,LONG_TXT
0000401012,, This is a sample text to upload multiple lines
0000401012,/,Yes its working
I have a requirement to create attachments via RFC so they are attached to a quality notification.
I am going to use:
CALL METHOD cl_binary_relation=>create_link
EXPORTING
is_object_a = ls_object_a
is_object_b = ls_object_b
ip_reltype = 'ATTA'.
* wa_folder_content-doc_id = im_instid_b.
CALL FUNCTION 'SO_DOCUMENT_INSERT_API1'
EXPORTING
document_id = wa_folder_content-doc_id
IMPORTING
document_data = folder_content
TABLES
contents_hex = contents_hex
object_header = object_header
object_content = object_content
* attachment_list = attachment_list
EXCEPTIONS
document_id_not_exist = 1
operation_no_authorization = 2
x_error = 3
OTHERS = 4.
IF sy-subrc <> 0.
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ELSE.
DESCRIBE TABLE contents_hex LINES lin.
input_length = lin * sy-tleng.
ENDIF.
I require IS_OBJECT_B which is also the document_id I pass to the document insert.
Now normally I could retrieve the instid_b using SRGBTBREL. This works for notifications that ALREADY HAVE ATTACHMENTS.
How do I find the instid_b link when there are no attachments? There must be a process to determine the document_id I require for so_document_insert_api1
Hopefully this makes sense.. if not please ask.
Hi!
Thanks for the answer!
Actually that second part is the one I'm having trouble with (I forgot to mention I already had separated Groups from Users).
Can I get the Group with IBeanHomeLocator with the group's name and not the group's Id?
If so, I'm guessing the code will be something like this?
//Out of Context being collab a collaborator inside the iterator.
if(collab.getCollaboratorType().toString().equals("group")){
GroupIBeanHomeIfc groupHome = IBeanHomeLocator(session,GroupIBeanHomeIfc.sHOME_NAME);
groupName = collab.getDisplayName();
group = groupHome.findGroup(groupName);
}
is that the way to get it using IBeanHomeLocator?
I think that's the part I'm having trouble with.
Thanks in Advance!
Hi: It appears that SAP Dashboards is 32bit.
My Windows 2008 is 64bit.
My CrystalServer is 64 bit with 64bit jdbc and 64bit odbc.
Now, Dashboards needs Excel. Should Excel be 64bit or 32bit
or does it matter?? .thanks, Stanley