Hi Cryssal,
data source for unassigned expenses contains employees cost center. So admin can add it to its report using report wizard.
Regards,
Steffen
Hi Cryssal,
data source for unassigned expenses contains employees cost center. So admin can add it to its report using report wizard.
Regards,
Steffen
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
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::::::
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
.
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
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
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 .
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.
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
Agree with you Greg, 'Consolidation on the fly" is to a certain extent a view of BSEG
Hi Jason,
You can use LOOKUP with a different label
Vadim
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
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.
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
Great - Thank you!
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.
Hi,
try to change field type of it_demand-fsc_seq to character and try.
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.
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
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