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

Re: Reports needed for accruals

$
0
0

Hi Cryssal,

data source for unassigned expenses contains employees cost center. So admin can add it to its report using report wizard.

Regards,

Steffen


Re: Field EKPO-LGORT. not found in loop of screen SAPMM06E 0320

$
0
0

i got the solution,

the answer was to condence the screen field as it was not recognising with space.

 

ex:      MOVE 01 TO IDX. the value in IDX was ' 1'

 

CONCATENATE 'EKPO-EMATN(' IDX ')' INTO FNAM.

 

   perform bdc_field       using FNAM          

                                           wa_itab-matnr.

 

the screen field in below perform was not recogning the space.

perform bdc_field       using 'BDC_CURSOR'
                              'EKPO-LGORT(01)'.

Hence i used condence statement.

 

Where it was worked perfectly fine.

 

Thank you for your responce.

 

Regards

Ravi


Re: how the client send the data using WSDL.

$
0
0

Hi Inaki Vila,

 

We have use SOAP for webservices and .NET systems. JMS for JAVA it is different.

 

Daily I have to connect with VPN to connect with client,then i will start work .ok.

 

this is architecture diagram::::::

 

WEBSERVICE.jpg

 

My all interfaces in between

client-->PI-->ECC sym

 

 

now we have one new requirement with bank..

 

 

they are using only webservices so instad directly to client we placed PI in between them..

 

 

Bank--> PI--> Client

                       ECC sym

 

 

Now we have create a WSDL and we given that to Bank but what happend is WSDL will work through URL right?

 

 

but in PI system when ever client VPN is connected then only that URL is working otherwise it is not working.

 

 

Bank dont have the client VPN. He his having some problem, every time he won't connect and push the data,,,,, they need directly to send the data through URL only.

 

 

how they will connect URL out of VPN

 

 

Please don't tell open the PORT or FireWall

 

If Open the Port is there any problem with VPN, means any security or .......

 

thank you

 

Regards,

raj

.

Re: HOW TO CONFIGURE MANAGER or APPROVER USER IN ACCESS REQUEST MANAGEMENT TO APPROVE OR REJECT REQUEST

$
0
0


Hi Colleen,


I am facing a similar issue with my MSMP workflow as my standard GRAC MANAGER agent rule is not able to find the manager ID provided in access request field for manager in the stage 01 of workflow and no work item is triggered in the  inbox for manager to approve.I dont  even get notification for the request submission ; the WF-Batch user appears to be  fine as I get alerts for mitigation controls


when I checked the Perform Task-Specific Customizing ; I could not find TS76308026 and  workflow WS76300056 under the GRC folder;please advise as GRFNMW_DBGMONITOR_WD logs are not helping me in this case.

Thanks

BR,

Sushant

Can I achieve F4 help?

$
0
0

Hello,

 

I created a custom SEARCH HELP and attached it to a field on my custom screen, well.

 

Now, user is asking me to add a new button on the screen, and when user clicks that button I need to show the same F4 dialog box, results list, in short, all F4 functionality should get up on clicking of that button, pls. let us know how we can attach all that F4 functionality (dialog box, results list, user selected record populated on the field) to a button?

 

Thank you

Re: Is it possible to create a mono-like open source project for PowerBuilder?

$
0
0

Hi Benjamin,

 

I think the question is not who will use it?, but who will finance/contribute to it?

 

I'm pretty sure if that option was available today many PB Developers would at least give it a try.

 

Another question would be: Is it possible to do this without the consent of SAP? You mentioned using PBOrca and I believe that is a proprietaty technology, so it can't be used without the SAP's consent .

Re: An error occured in PD Layer; transaction terminated.

$
0
0

Hello again Martin,

 

 

 

Thanks again.

 

 

So, you're ok with the attributes. In relation to the RFx Response number range is of the same value RFx (BIDINV) for both internal and external to.

 

 

Another question, for activation of the BUS2200 object in SWO1 transaction, can influence this error?

 

Best regards.

Pablo Coelho.

Re: Error massage : BAPI_GOODSMVT_CREATE

$
0
0

I would first recommend that you pre-pend the zeroes to the front of the material number rather than appending (to the end).  Then test your function call from either t-code SE37 or BAPI to see if it works there.  If it does, you should be able to see the input as modified by the screen in which you are working (see what the material ID should look like and what other possible missing default populated data there might be).

 

Regards, Mike

SAP Technology Rapid Innovation Group


Re: life after BCS

$
0
0

Agree with you Greg, 'Consolidation on the fly" is to a certain extent a view of BSEG

Re: Dynamic tuple expression in *REC statement

$
0
0

Hi Jason,

 

You can use LOOKUP with a different label

 

Vadim

Re: Error in Install instance SCS01 in SAP Netweaver 7.4 SR2

$
0
0

Hi Stanislav,

 

We have already added that to the hosts file.

 

 

Under under \usr\sap\XYZ\SYS\profile inside XYZ_SCS01_SMDTest file, we found information as,

SAPSYSTEMNAME = XYZ

SAPGLOBALHOST = SMDTest

SAPSYSTEM = 01

INSTANCE_NAME = SCS01

 

No mention of SAPLOCALHOSTFULL

 

Thanks,

Suraj

Re: Difference result between MD03 and RMMRP000

$
0
0

Hello,

 

I have seen that relevant changes means any change on the MRP data in the material master data or in a transactional data of the material.

 

Thank you.

 

Best regards.

Business Partner Classification - BAPI_OBJCL_CHANGE

$
0
0

Hi gurus,

I'm trying to use the following function to update the business partners classification.

 

 

CALL FUNCTION 'BAPI_OBJCL_CHANGE'

EXPORTING

   objectkey                = wa_objectkey

   objecttable              = 'JGVGPKLASS'

   classnum                 = 'CLIENTI'

   classtype                = '071'

*   STATUS                   = '1'

*   STANDARDCLASS            =

*   CHANGENUMBER             =

*   KEYDATE                  = SY-DATUM

*   NO_DEFAULT_VALUES        = ' '

* IMPORTING

*   CLASSIF_STATUS           =

TABLES

   allocvaluesnumnew        = gt_allocnum

   allocvaluescharnew       = gt_allocchar

   allocvaluescurrnew       = gt_alloccurr

   return                   = gt_return.


As a result I can add a characteristic to an existing classification, but I can not change a value for a characteristic already present in that classification.

I can not even delete a characteristic for that classification.

 

 

Can you give me directions about?

 

Thanks in advance.

 

Alessio

Re: LSMW skip indicator in input file?

Re: Dynamic NODE creation using RTTC

$
0
0

You are over complicating things, the standard RTTI method handles everything automatically, even the case where the node exists already. See below.

  data lr_strucdescr typerefto cl_abap_structdescr.

  data lr_node_info  typerefto if_wd_context_node_info.

 

* initialize

  clear re_node.

 

  lr_node_info = wd_context->get_node_info().

 

  check lr_node_info isbound.

 

* create context node by the name of <STRUCT NAME>

  lr_strucdescr ?= cl_abap_typedescr=>describe_by_name( iv_struct_name ).

 

* when already existing do not create

  try.

      lr_node_info = lr_node_info->add_new_child_node(

                      name                  = iv_struct_name

                      static_element_rtti  = lr_strucdescr

                      is_static            = abap_false

                      is_mandatory          = abap_false

                      is_mandatory_selection = abap_false

                      is_multiple          = abap_true

                      is_multiple_selection = abap_true

                      is_singleton          = abap_false ).

    catch cx_wd_context.                                "#EC NO_HANDLER

  endtry.

 

  re_node = wd_context->get_child_node( iv_struct_name ).

 

then you simply bind the table to the node.


Re: Please consider there is no MRP-Planning at this material entered

$
0
0

Hi Catherine,

 

Thanks a million. Yes you are absolutely right.

I was getting this message from the include of MV45AFZA -

 

MV45AFZA.png

 

Regards,

Alex.

Re: A new value is not to be assigned to the field symbol

$
0
0

Hi,

 

try to change field type of it_demand-fsc_seq to character and try.

Re: Asset Master linking with equipment

$
0
0

Hi Abraham,

 

that depends also on legal requirements specific for the country.

 

When you buy the generator as a complete device, you can link the superior equipment number with the asset number.

If you enhance your generator within time with other devices (e.g. you install a pricy exhaust filter system), then depending on the price this device will also be activated. You could open an sub-equipemnt and link this with the asset number (e.g. of the exh. filter). Your colleague from finance department should tell you from which amount ($,€) on it's obligatory to activate a new device as asset.

 

Regards,

P.

Re: PO against AUC

$
0
0

Hi,

 

Please check table EKKN.

 

I did not understand "with the number of the fixed asset related ?"

 

Hope it Helps!

 

Thanks and Regards,

Varshal Kachole

Re: Current Transaction is marked for Roll Back.

$
0
0

Hi Adriana,

 

Could you please logon to the affected portal as an administrator and navigate to the following path: System Administration -> Cache Management -> Navigation Cache.
After that clean the navigation cache then disable it and try to perform the publish operation again. Finally you could enable back the navigation cache.
Please let me know if this helps.

 

Best Regards,
Viktoria

Viewing all 8379 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>