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

Re: How to activate the Employee Photo option on Infotype screen.

$
0
0

Hi Mohan,

 

In order to enable photo of an employee you have to add an entry in TMG T588j , Later you can upload the image to content server through T-Code OAAD. Refer the below link ,Here is step by step explanation Display Photo of any employee in PA30 .


Re: Error when assigning SID: Action VAL_SID_CONVERT, InfoObject 0POSTxt

$
0
0

Hi sunil

There is a special/invalid character in position 9 for the field 0posttxt.

 

Take the hexa value from the second shot and split 4 values each in a row and Google in internet for link hexa to text conversion then paste the value to find the error.

Based on the error correct in PSA and load it again.

 

Thanks

Srikanth

Re: SAP Delivered roles in S/4HANA

Create a Ticket from a Survey.

$
0
0

Hi experts,

 

I am working on  the Survey Section, I need to Create Automatically a Ticket (Service Request).

 

Basically there is a Standard funcionality that create a Sales Order for a Specific Question.

Create Ticket.png

There is a way to include the Creation for a Ticket?

 

Can i show the QC for the ServiceRequest (Ticket)? I am trying to include the view but even in the extensibility Explorer i dont have the options for that.

 

If not is possible, there is another way?

 

Thanks for the reply.

 

Regards Pablo.

Re: Create PO for Packaging materials

$
0
0

thank you for your reply

I wanna use packaging material as dummy materials in order time. the vendor according to it's BOM send us materials and a packing list as an excel file. from that time we know the exact materials.

Now my question is that imagine ordering with these dummy materials. according to packing list I can define packaging instructions. Is it possible to convert these packaging materials to real materials in delivery time? because I wanna goods receipt the real materials not dummies!

 

Best Regards

Re: Hide Create Button on dependend Overview BT111H_OPPT / BT111H_OPPT/CompetitorsOV

$
0
0

Hi Frank,

 

    you can use the sample code like below:

 

.

data:

lr_entity  type ref to cl_crm_bol_entity,
lr_customctrl  type ref to cl_bt111h_o_opptdetailscu_impl,
lt_ddlb    type bsp_wd_dropdown_table.

 

  field-symbols:

<ls_ddlb>  type bsp_wd_dropdown_line.

 

* Get the Parent entity for creating the child

  lr_customctrl  ?= me->get_custom_controller( controller_id = 'BT111H_OPPT/OpptDetailsCuCo' )."#EC NOTEXT

  lr_entity ?= lr_customctrl->typed_context->btadminh->collection_wrapper->get_current( ).

 

 

B.R.

Cheney

Re: Create PO for Packaging materials

$
0
0

thank you for your reply

but how can I convert these packaging materials to real materials which they contain? I wanna goods receipt the real materials not packaging materials.

 

Best Regards

Re: how to achieve loans interest every day calculate?

$
0
0

YEAH, Has been solved!Thank you very so much.


Re: Product Catalog issue

$
0
0

Hi Dave,

 

I trust you, I never tried this before advising though. I did replicated the issue now and tried to assign to the existing legal regulation and you are right, it didn't worked. So as you already mentioned, the only solution is to create a new one for PH.

 

regards,

Kul Vaibhav

Transaction returns empty string

$
0
0

Hi experts,

 

 

Am doing customisation in Work Manager 6.3 for equipment create ,

 

I have created new Java project which contains my customised SAP pojo object,Steplet,Steplet handlers,Bapi Class by adding my new customised  field called SIze1

 

I have configured all SAPOBJECT,BAPIWRAPPER,STEPLETHANDLER in Syclo config panel

 

but while am triggering transmit it doesnt contain any value in the pojo object properties ,my transaction get string returns empty string ,i dont know why but i have configured everything correctly,In debug it returns empty string

 

in SMP logs

 

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|create|Function /SMERP/PM_DOEQUIPMENT_CRT created  |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|setImportParameters|TIMESTAMP_FROM_MOBILE=20160618185808 |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|setImportParameters|COMMIT_WAIT=X |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|setImportParameters|MOBILE_USER=Z_SERVICE |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|setImportParameters|USER_GUID=005056A204221EE5BBBF07FB6C030C48 |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|setImportParameters|MIDDLEWARE_CALL=X |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|IV_REFERENCE_NUMBER= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|User::getString|begin |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|User::getString|Property: transaction.ObjectType =  |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|OBJECTTYPE= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|MANFACTURE= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|MANSERNO= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|MANMODEL= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|CONSTYEAR= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|CONSTMONTH= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|START_FROM= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|PLANPLANT= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|DESCRIPT= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|User::getString|begin |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########ERROR|Z_SERVICE|3|session-3|11151|User::getString|Property: transaction.Equipment.Size1 not found, returning empty string |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|User::getString|Property: transaction.Equipment.Size1 =  |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|ZSIZE1= |

2016 06 18 18:58:09#+0100#INFO#System.out###Agentry SAPWM48 Worker Thread########INFO|Z_SERVICE|3|session-3|11151|EquipmentCreateBAPI|EQUICATGRY= |

 

 

 

correct me please if am doing anything wrong ,thanks for your kind comments

 

Thanks

 

Kavi

Manage bank accounts web dynpro in s/4Hana is not opening in NWBC

$
0
0

Hi All

 

We have installed a new S/4HANA on premise edition and going with NWBC without Fiori apps.

 

To investigate the creation of Bank Accounts, i have assigned the required role:SAP_SFIN_CASH_MANAGER and activated below services from SICF:

 

WDA_FCLM_BAM_HIERARCHY

 

and few other services WDA_FCLM_BAM* are activated.

 

But once the webdynpro is launched, i get to see the below blank screen:

 

 

 

 

like LPD_CUST settings if so please let me know in detail.Untitled.png

 

can you please advise if i am missing with any other settings


Please suggest

sap.m.Table refresh items

$
0
0

Hi All,

 

I have created a simple app which has a view with a SearchField and Table. The search field also has liveChange feature and when the function is called, I call my query to backend system using oModel.read().

 

In the SearchField, the user can type either a material number or material description and as a result of liveChange, data is displayed in the table below the SearchField

 

Initial Screen.jpg

livechange.png

When I delete the typed in text, the search results adjust accordingly, and when the searchfield is empty, no data is shown:

 

nodata.png

 

Problem: The problem begins when I start typing in the search field again, it appears that the table has lost its items cells structure.

 

retype.png

 

The above view was created in XML.

 

I have created the same view in JS and it works fine.

 

Any suggestions? Please ask for more information and I will provide it as required.

 

Thanks.

Re: Restrict to change the PO conditon

$
0
0

Thanks for Rafael Zaragatzky and Rosh A suggestions. I think BAdi is solution.

 

 


Re: JDBC Scenario : Stored Procedure Call

$
0
0

I am not much of a expert on how Table Parameters on JDBC Stored Procedures work but as per SAP Help the only supported types are as below.

 

Defining XML Documents for Message Protocol XML SQL Format - Advanced Adapter Engine - SAP Library

The following SQL data types are supported: INTEGER, BIT, TINYINT, SMALLINT, BIGINT, FLOAT, REAL, DOUBLE, NUMERIC, DECIMAL, CHAR, VARCHAR, STRING, LONGVARCHAR, DATE, TIME, TIMESTAMP, BINARY, VARBINARY, LONGVARBINARY, BLOB (output only),CLOB (output only).

 

To me it seems like this might not be supported and other alternates would need to be looked at!

 

Regards

Bhavesh

Re: sap.m.Select: how to change dropdown items dynamically?

$
0
0

bind to model, then manipulate the model.


Re: sap.m.Table refresh items

$
0
0

Hi Aabhas,

 

If possible, can you share the code for table filter?

 

Regards,

Sai Vellanki.

Re: Alert rules for SFTP adapter

$
0
0

Can you explain further what you mean by Module Errors?

Is it Modules used in SFTP Adapter causing errors but not triggering alerts?

Or are the modules used in any other channel type?

 

Also - are you using Classical Alerts or Component Based Message Alerts?

 

Regards

Bhavesh

aborted due to duplicated key error

$
0
0

Hi folks,

Today one table in our SLT system keeps getting the error "

Z01_POS_PO_CREATE006: Run 0000000001 aborted due to DUPLICATE KEY on 20160620 at 105724

". This error happened when I update or delete a row in our source system(SYBASE). Table's name is SLT_TEST1.

I have followed the note 1919356 but it didn't help.

My detail steps:

first try:

1. update or delete a row in source system

2. find the errors and follow note 1919356

3. no help, so I stop and restart the replication

4. but the transfer behavior is 1 after the restart

 

Second try:

1. stop and restart replication

2. follow 1919356

3. update or delete a row in source system

4. the error happens...

 

This table's primary key was modified one week ago.

Anyway, I tested another table SLT_TEST2 with no errors.

 

So please suggest me how to resolve it or investigate the reason.

 

Thank you!

Chong

Re: SAP Fiori custom client without SMP

Re: sap.m.Table refresh items

$
0
0

Sure.

 

onSearch function which is called when liveChange is triggered:

 

var sQuery = sap.ui.getCore().byId("idSearchPage--idSearchMat");
if (sQuery.getValue()) {

 

 

oModelS.read("/MaterialSet?$filter=Werks eq '"
+sPlant.getSelectedKey()+
"' and Maktg eq '"
+sQuery.getValue()+
"' and Matnr eq '"
+sQuery.getValue()+
"' ",
null,null,false,function(oData,repsonse){
oJsonModelS.setData(oData);
sap.ui.getCore().setModel(oJsonModelS);
}); 
} else {
oJsonModelS.setData();
sap.ui.getCore().setModel(oJsonModelS);
}
Viewing all 8851 articles
Browse latest View live




Latest Images