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

Re: Is Business view Manager is like semantic layer for Crystal Reports.?

0
0

Hi Santosh,

 

Yes, Business Views are the semantic layer for Crystal Reports.

 

Business View Manager lets you create these Business Views and also is the tool that manages LOVs. Reports with dynamic prompts, when saved to the Enterprise, save their LOV objects to the repository which can only be managed via BVM.

 

The best practise, for reports using Dynamic prompts, is to create these LOVs via the BVM as this lets you reuse the LOV for other reports too.

 

-Abhilash


Re: Upload Program of Sales Order Creation: If there is a single error in the file, then how to restrict entire Sales Orders

0
0

Hi swadhin ghatuary,

 

Thank you for your reply.

 

My exact requirement is, If they are 5 SO's, out of which 1st one having error and remaining 4 are successfully. Even then i have to restrict entire 5 SO's creation and at last should raise an erorr at exact position.

 

If first 4 SO's are succesfully and 5th one is an error, then also I have to restrict all 5 and at last should raise an erorr at exact position.

 

Now let me know the solution.

 

With Regards,

Sudhir.

Re: change the attribute structure of a dynamic query object

0
0

HI Deepika,

 

Thanks For your reply...

 

My component - BT116S_SRVO.

 

I have added Customer appointment date and customer appointment time and prodcut delivery statud date and prodcut delivery time in service order reslut screen.By using AET i have created all the feilds and ihave added same fields in result screen...

 

Now in component - BT116S_SRVO , ihave implemented the logic of getter method of CUSTOMER appointment date is as follows.,Now date and time is coming..but it is perfromance problem na..so for avoid this issue we need to do in BADI implementation rite?could you please tell me the steps and how to implement the logic..please help

 

 

GETTER METHOD

 

DATA: current TYPE REF TO if_bol_bo_property_access.
DATA: dref TYPE REF TO data,
lv_guid
TYPE crmt_genil_object_guid.

value = ' '. "#EC NOTEXT

IF iterator IS BOUND.
current
= iterator->get_current( ).
ELSE.
current
= collection_wrapper->get_current( ).
ENDIF.

lv_guid
= current->get_property_as_string( iv_attr_name = 'GUID' ).

DATA : lr_current TYPE REF TO cl_crm_bol_entity,
lr_parent
TYPE REF TO cl_crm_bol_entity.
* lv_guid TYPE crmt_genil_object_guid.


DATA : lv_appt_type TYPE string.
DATA : lv_time_from TYPE string.

DATA:
lt_header_guid
TYPE crmt_object_guid_tab,
lt_orderadm_h
TYPE crmt_orderadm_h_wrkt,
lt_orderadm_i
TYPE crmt_orderadm_i_wrkt,
ls_requested
TYPE crmt_object_name,
lt_requested
TYPE crmt_object_name_tab,
lt_appointment_wrk
TYPE crmt_appointment_wrkt,
ls_appointment_wrk
TYPE crmt_appointment_wrk.

INSERT lv_guid INTO TABLE lt_header_guid.
ls_requested
= 'APPOINTMENT'.

INSERT ls_requested INTO TABLE lt_requested.
* append ls_requested to lt_requested.

CALL FUNCTION 'CRM_ORDER_READ'
EXPORTING
it_header_guid
= lt_header_guid
it_requested_objects
= lt_requested

IMPORTING
* et_orderadm_h = lt_orderadm_h
et_appointment
= lt_appointment_wrk

* CHANGING
* CV_LOG_HANDLE =
EXCEPTIONS
document_not_found
= 1
error_occurred
= 2
document_locked
= 3
no_change_authority
= 4
no_display_authority
= 5
no_change_allowed
= 6
OTHERS = 7.
.
IF sy-subrc <> 0.
* Implement suitable error handling here
ENDIF.

READ TABLE lt_appointment_wrk INTO ls_appointment_wrk WITH KEY appt_type = 'ZCST_APT'.
IF sy-subrc EQ 0.

CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
EXPORTING
date_internal
= ls_appointment_wrk-date_from
IMPORTING
date_external
= value
EXCEPTIONS
date_internal_is_invalid
= 1
OTHERS = 2.
.
IF sy-subrc <> 0.
* Implement suitable error handling here
ENDIF.


ENDIF.

 

Thanks

Kalpana

Re: 002 & 088 Relationship

0
0

As far i understand SAP has given 2 options one is Cross Organizational functional reporting and another one is Dual reporting Matrix structure.

 

How to differentiate these two is Employee "1" is belongs to Organizational unit "X" but he reports to Organizational unit "Y" then it is considered as Cross Organizational unit functional reporting for the same we can use relationship 002.

 

Where in Dual report case Employee "1" is belongs to Organizational unit "X" here employee 1 reports to Organizational unit "X" and "Y" as well, In such cases we will use relationship 088 and 002 one we can consider normal another 088 can be considered as dotted relationship same can be done with the help of Matrix structure as well.

 

accordingly we can map the system consideration of requirement.

 

Where in your case no dual relationship i hope further more if MT is part of your main organizational structure then you can directly maintain 002.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Regards

Venkatesh

Re: LSMW - Error in Routing

0
0

Hello Sridhar,

 

Error says that you don't have entry for task list usage. Are you able to create routing manually for the same material ?

 

Regards,

Re: printer not able to print sequentially in vf31?

0
0

Hi Shiva ,

 

   Thanks your reply as per your provided note sequential option already checked in SPAD

i resolved the issue by reinstalling printer drivers...

 

regarsd

Ashish

Re: IDOC Status

0
0

Hello Nishant,

 

If I could get you right, then the answer to your query would be the last status we have in the system after we sent out is 12, after we have the status 03.

Consider a scenario when the IDoc is transmitted out of the system i.e. after it is passed to port i.e. outside SAP System it goes to Status= 03, then after ideally to have a proper functioning we usually require the EDI system to send us the confirmation, which is usually inclined into the system via Status IDoc(s), i.e. whatever the status is returned, the IDoc then changes to the status.

Consider and IDoc is sent, it should have a status 03, but due to some data issue at the EDI Subsystem before it is transmitted to the partner, a Status IDoc is sent into the SAP System, having the IDoc#, Status ID.

 

The same then gets mapped into the IDoc# present in Status IDoc.Screenshot of the same is provided below.

scn.png

 

Hopefully this answers your query, let know, in case of any further queries.

 

BR/Thanks

Pranav Agrawal

Re: Trainee

0
0

hi Inayat,

In SAP, Most of the companies select the employeer 1st 6 months as Trainee Consultant only. so no worry about that. As a FLCO Consultant u can have good future.


Re: Archiving Query in PI

0
0

Hi Jayachandra,

 

If you would like to retain PI message data for a particular retention period, then you will have to select those interfaces for archiving. Archiving will be done to server file system. Those interfaces you choose for archiving & deletion (through sxmb_adm), will be archived first (based on the retention period you configure) and then those messages that are archived successfully, will be flagged for deletion & deleted from DB.

 

If you do not select any interface for archiving and just configure deletion, then those messages that fulfill the criteria, will be deleted from DB.

 


We would like to know, what data will be deleted from the Archive object BC_XMB, Is the data from this object important?

-- Message payload data is what is archived/ deleted. This is important data if you would like to re-process any 'failed' messages. If not, then you can safely re-cycle this data following the SAP recommended procedures. If you would like to search for message payload in future, you may archive it and maintain the same for longer retention periods.


You must configure archiving & deletion for PI systems, else you will have rapidly growing DB size, based on the amount of messages.

 

Note that, only messages of "success" and "cancelled" status will be eligible for archiving / deletion. So, that you avoid archiving/ deleting any message which could be re-processed in future.


For more info & better explanation, read: PI Archiving Conceptual Overview - Process Integration - SCN Wiki

 

Hope it helps.

 

Regards,

Shahid Ahmed

Re: Getting date from weeks and days

0
0

Thank you for your answer. It's what I exactly need. 

Re: How to Hide Form Library under Enterprise Sourcing Menu

0
0

Hello Patil,

 

The path which you are referring above is a Query group which has nothing to do with toolbar customization.

 

Enterprise Sourcing-->Library--> Form Library is a Query group --> FCI-ProjectLibFormBuyList which is of class 1307

 

To my knowledge we cannot hide standard queries or query groups but you can restrict the access to the same through access list tab.

 

Thanks & Regards,

Raj

Re: Purchase Order Text Upload Program-Performance Tips

0
0

Guys,

Closing this thread i think i will get more information from BASIS on the memory allocated in the system and will take it from there.

Thanks

Bhanu

Replicating Transports to an external LES System

0
0

Hello,

 

i have a question regarding an external Logistic Execution System.

We have the inbound deliveries that are being replicated to the external LES via the SHP_IBDLV_SAVE_REPLICA

but now we also want to replicate the inbound transports to this system in order to be able to post Goods Receipt through the inbound transports in the external LES.

Has anyone an idea if there is a standard IDOC type that I can use?

I already tried it with the SHPADV or SHPMNT Idoc. But the inbound processing of these Idoc types always fails to find the correct inbound delivery content because it thinks the delivery numbers in the Idoc are outbound delivery numbers.

 

Thanks in advance.

 

Manuel

Re: No FQDN found in host-error in manage system configuration & lmdb

0
0

Hello Abdul

 

Please maintain /etc/hosts file as below and restart agent.

 

eg:

 

etc.JPG

Regards,

Re: PERIOD (MONAT FIELD) not appearing in F-02

0
0

Hi Muktar, No such variants are created/attached.


Re: Wage Type based on DWS

0
0

Hi Shruthi,

 

I do not have any such requirement.Just asking in case if it is there then how to handle.

 

Regards,

Haritha.

Tool Tip On Chart Data Points Not Visible In IE 11

0
0

Hi,

 

We are using SAP Design Studio 1.4. When we view the application through IE 9, the Tool Tip appears on hovering over the chart data points.

 

Data Label Issue In DS.jpg

 

However, when the same application is viewed through IE 11, the Tool Tip does not appear. Has anyone encountered this issue? This however happens only for some charts.

 

Untitled.png

 

We have the BOBJ Server confirgured on Windows Server 2008 R2 and the User Laptops have IE 11 with the OS as Windows 7.

 

Thanks & Regards,

Mitalee

Re: unable to retrieve data during runtime

0
0

You get the data from a model by using,

list.getModel().getData()

 

or list.getModel().oData

Re: Re-initilize data

0
0

Hi Bruce,

 

Are you doing reload for the entire data flow or what do you want to do with reload.

 

Initialization would not delete any data, Delta is related to a particular datasource. It will set the delta pointer to load the deltas from that point onwards.But again if you have set the delta initialization already, you need to delete it first then only you can reinitialize. But be careful before doing this, are you trying to perform this Dev or Quality in which environment.

 

Question your self why you want to go for re-initialization, what exactly is your requirement. There are chances that will get disturb your existing deltas.

 

Regards,

Vengal.

Re: Workflow Stuck in 'In Process' - No Dump No Error

0
0

Did you check the step history of all of the step (especially the first work item)? Is there anything that could explain this?

 

Is this just a one time error or does this happen for all workflows or for several workflows?

 

Did the RFQ get created (or has it been already created manually)?

 

If this is a one time problem, I would not perhaps spend a lot of time for it, since the problem could be really hard to find (especially if you already went through the list that Sandy presented). Just try to force the workflow to continue or cancel the ongoing workflow, and start a new one for example with SWUS for the same document.

 

Regards,

Karri

Viewing all 8851 articles
Browse latest View live




Latest Images