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

Re: GR Batch Classification in CO11N not updating in the Table.

$
0
0

Dear Prem,

 

Thanks for your reply, but this setting was already done.

 

But still it is not updating in MMBE the 101 batch classification entries made in CO11N.


Regards,

Amit


Re: Form Print on different Printers

$
0
0

Dear Janis,

 

I am repeating my requirement. I need to print Billing document details on A4 size paper , where so many different models of laser jet printers are already in use at different depots of our client company.

 

We used following details in Smartform

 

page format - DIN4

Printer models  : HP 1108, 1006,1008...

Overwrite means :

 

Example :

Printer 1 having 30 mm as left & Upper margin

Printer 2 having 50 mm as left & Upper margin

 

We want to overwrite it as 10 mm as a common left and upper margins on all the printers.

 

Please suggest.

 

Thanks,

SK.

Implementing POST method in oData service on SAP HANA

$
0
0

Hi All,

 

we have standalone SAP HANA Instance, where I have already implemented a simple service :

 

service {

     "SIZEGRID"."sizegrid21.data.UI5::HIERARCHY_SELECTION" as "Selections"

     keys generate local "ID";

     }

 

Now I need to have a write/update capability added to this service (POST method).

 

I've been through many links how to write POST in NetWeaver environment, however, can't find any reference how to implement POST method XS Server.

 

Heavily appreciate any guidance/directions on this.

 

Thanks !

No open items to be carried forward found Message no. FMCF200

$
0
0

Hi Experts,

Under FM-BCS, I am trying to carry forward the commitments through FMJ2 but upon execution system gives the following message:

"No open items to be carried forward found Message no. FMCF200".

 

When I clicked Help->Application Help button on top, system generated a new window message as:

Report.png

The Note at start surprised me as it indicates FMJ2 is for former budgeting.

I need guidance as whether I am using correct tcode for BCS, and if yes, what should I do to successfully execute the process (carry forward the commitments). If I am using wrong tcode then which one is right to use.

 

Looking for helpful suggestion.

 

Regards

 

Muhammad Waseem

Re: Issue with smartform output type

$
0
0

Hi Navaratan

 

My changes contains... earlier to print the bar code we were fetching data from J_1APACD. table now i have to fetch data from j_1ACAE table...i am using FM  J_1A_SD_BARCODE_CREATION for barcode creation.. i have made only change in this query

 

Kindly let me know if now the requirement is clear.

 

Regards

Asha

event server out of memory

$
0
0

hy

on newplatform BI41sp5 event server not started on reboot and whe have an error

in event log 'event server out of memory' :

'notes/1558872 '

 

is referenced to this case,but she is not on line (document not released...)

somebody have this note ?

thanks

 

regards

phil

Re: How we can make a Table UI's column as displayed one?

$
0
0

Hi,

 

Please inform us the application that you are working on.

 

But from your image, it is clear that you are viewing an ALV. So check for the coding that whether the column is controlled dynamically or is the table layout has been frozen for the respected columns.

 

 

BR,

RAM.

Re: Warehoue Order and Warehouse task

$
0
0

Hi,

 

1)

For inbound and non-RF environment (working on PC desktop) you basically do not need WO. But you will not be able to assign the workload to any queue and you will not be able to monitor workload by activity area. System allows you to unassign the WT from WO just manually.

 

2)

During WT creation, system searches for all user defined WOCRs. If there are any tasks left, system uses the remainder rule and always creates at least 1 WO.

If the system defined WO grouping does not fit your needs, you can explore and play with the BADI /SCWM/EX_WHO_CREATE

 

Regards,

Petr


Re: To which cost center is my work order settled?

Re: Help Installing Crystal Report Server 2013

Re: Need Information regarding SAP UI5 online training

Re: SAPUI5 Project - OData Consume example services - (No Data)

$
0
0

 

Thanks a lot!

 

My steps:

 

 

 

2- Create Project: SAP Mobile Platafform Odata Implementation Project: SamplFlight2

 

3- Deploy in Server

 

4- Create Project Application SAPUI5

 

5- Add Code in view main

createContent : function(oController) {        var layout = new sap.ui.commons.layout.MatrixLayout('layout'); 
layout.setWidth('80%');            var rPannel = new sap.ui.commons.Panel('rPannel');                      var rTitle = new sap.ui.commons.Title('rTitle');             rTitle.setText('All - Flights');             rPannel.setTitle(rTitle);             var oTable = new sap.ui.table.DataTable();          oTable.addColumn( new sap.ui.table.Column({label: new sap.ui.commons.Label({text: "AirLineID"}), template: new sap.ui.commons.TextField().bindProperty("value", "AirLineID"),                    sortProperty: "AirLineID"          }));          oTable.addColumn(new sap.ui.table.Column({ label: new sap.ui.commons.Label({text: "Flight Number"}),template: new sap.ui.commons.TextField().bindProperty("value", "FlightConnectionID"),                    sortProperty: "FlightConnectionID"          }));          oTable.addColumn( new sap.ui.table.Column({label: new sap.ui.commons.Label({text: "Date"}),template: new sap.ui.commons.TextField().bindProperty("value", "FlightDate"),                    sortProperty: "FlightDate"          }));          oTable.addColumn(new sap.ui.table.Column({  label: new sap.ui.commons.Label({text: "Airfare"}),                    template: new sap.ui.commons.TextField().bindProperty("value", "AirFare"),                    sortProperty: "AirFare"          }));          oTable.addColumn(new sap.ui.table.Column({  label: new sap.ui.commons.Label({text: "Airline Currency"}),template: new sap.ui.commons.TextField().bindProperty("value", "LocalCurrencyCode"),                    sortProperty: "LocalCurrencyCode"          }));          oTable.addColumn(new sap.ui.table.Column({  label: new sap.ui.commons.Label({text: "Type of the plane"}),template: new sap.ui.commons.TextField().bindProperty("value", "AirCraftType"),                    sortProperty: "AirCraftType"          }));           var oModel = new sap.ui.model.odata.ODataModel(    "https://127.0.0.1:8083/gateway/odata/SAP/SAMPLEFLIGHT2;v=1/",                                                           false, "zzzz", "pwd");          oTable.setModel(oModel);          oTable.bindRows("/FlightCollection");          rPannel.addContent(oTable);            layout.createRow(rPannel);          this.addContent(layout);          }   

6- Desactivate the Chrome secruity

 

 

7- Execute INDEX.HTML

 

 

Thanks a  lot.

Re: transport issue

Re: Customer exit first day of the month from the user entered date

$
0
0

Hi,

 

Use this code:

 

Data: l_s_range TYPE rrrangesid,
       loc_var_range LIKE rrrangeexit,

       lv_month TYPE d,
       lv_year(4) TYPE n,

       lv_data type sy-datum.


CASE I_VNAM.


When 'ZEXIT_DEL_DATE'


IF I_STEP = 2.


LOOP AT i_t_var_range into loc_var_range WHERE vnam = 'ZDEL_DTE'.


lv_month = loc_var_range-low+4(2).
lv_year = loc_var_range-low+0(4).


CONCATENATE lv_year lv_month '01' INTO lv_DATA.

 

           l_s_range-low  = lv_data.

           l_s_range-high  = loc_var_range-low.
           l_s_range-sign = 'I'.
           l_s_range-opt  = 'BT'.

           APPEND l_s_range TO e_t_range.
         ENDLOOP.




OR for shorter code, you can use this...


Data: l_s_range TYPE rrrangesid,
       loc_var_range LIKE rrrangeexit,

       lv_data type sy-datum.


CASE I_VNAM.


When 'ZEXIT_DEL_DATE'


IF I_STEP = 2.


LOOP AT i_t_var_range into loc_var_range WHERE vnam = 'ZDEL_DTE'.

 

CONCATENATE loc_var_range-low(6)'01' INTO lv_DATA.

 

           l_s_range-low  = lv_data.

           l_s_range-high  = loc_var_range-low.
           l_s_range-sign = 'I'.
           l_s_range-opt  = 'BT'.

           APPEND l_s_range TO e_t_range.
ENDLOOP.



Just post here for any question..

 

Regards,

Loed

Re: CU50 steps for cost simulation

$
0
0

Hi SU S,

 

did you ever resolve this? I know how to find the way through CU50 to do this.

 

Thanks

Dave


TLB - heuristic creates STOs without considering the issue SLoc

$
0
0

Hi,

 

when I create stock transfer orders using TLB in APO the STOs do not contain the issuing storage location from the product / material master data.

 

then we have to go to the STO in ECC and update it with the issu SLoc...which is of course not nice.

 

What should be done to make sure that the STO from TLB contains the issue SLOC?

 

thanks,

 

kr,

Pilvi

Re: Changing data source with script in design studio?

$
0
0

Hi,

 

setDataSource() method have solved my requirements. Thank you.

 

Regards,

Keraban

Re: Configurable Materials

$
0
0

Hi Naga,

 

you can use either method but it depends if material has already been created to use as KMAT parent.

You should use KMAT for new VC as a best practice, but if you have an exisiting material that now needs to be VC then you can set "Material is Configurable" in Basic Data 2 and create VC as usual.

 

Thanks

Dave

Re: IDM 7.2 - FromSAP-Parameter FILTER - Question

$
0
0

Hi Jai

Thanks for your reply. I checked the posts and I wanted to confirm if I just need to add another FILTER1          Y*  ??

 

Please advise.

 

Thanks

Ranjit

Re: Hana xsengine job failed

Viewing all 8713 articles
Browse latest View live




Latest Images