if you know ECC T code SE11, enter table and display or change mode(not allowed).
you can see append button , go on it you can provide zname and add required field.
if you know ECC T code SE11, enter table and display or change mode(not allowed).
you can see append button , go on it you can provide zname and add required field.
Thanks a lot sir for replying...Its really help me and also gives motivation to do sap.
I inquire in some sap institute which gives me training and after completion of certification they give me internship as well as project. But only condition is that they will pay me only after passing the certification, they also give me very less package as compare to current. I am ok with less package but only question in my mind is that how difficult certification is? for that i will check some video on you tube as you suggested. After studying the basic and if it is understandable to me, then i will go for sap. while doing this i am planing to leave my current job.
to concentrate on studies.....Can i go with this option sir?
Hi,
check the data source 2LIS_11_VAHDR related data source for the VBAK table.
enhace at the data source append structure.
write the COMD at ECC side.
use the funciton exit - EXIT_SAPLRSAP_001.
inculde program - ZXRSAU01.
please serach the "data source enhancements in sap bi"
Thanks,
Phani.
Using "SAP BW Netweaver Connection" you cannot view the data in the spreadsheet, only at the time of preview you can view the data. Check the below Note:
1509125 - Unable to view Data Preview of BEx query within Xcelsius
Symptom
An Xcelsius dashboard contains an SAP NetWeaver BW Connection which loads into the data manager without any issues. Within the connection properties under the 'Data Preview' tab, clicking 'preview data' will return the following error:
"Xcelsius cannot connect to BI query because of the IO connection fault, please make sure your request url is valid and the connection is good."
Environment
Reproducing the Issue
Cause
After the connection was configured in the Xcelsius dashboard, changes to the underlying servers have been performed which resulted in a different connection endpoint than before.
Resolution
In the same dashboard, delete the existing connections and add them again. Re-mapping the connections will ensure that Xcelsius' connection to the BICS web service is current.
What exactly you wanted to achieve through PCR can you elaborate the requirement so that it helps to understand clearly.
Since there are many operations provided by sap you have to map it accordingly.
Regards
Venkatesh
Hi,
if problem was solved and understood please close the thread for other peoples reference.
Thanks,
Phani.
If you change the MNP number at Purchasing tab for plant xxxx, then it will take effect for all plants.
The field value is stored at MARA table (Not in MARC), So it can't be effect for an particular respective plant.
Hi SAP Gurus,
Can you advise if there is a standard report for interest accrued/deferred postings for Money Market transactions?
Example, for a Fixed Deposit transaction they want to display the interest generated for a certain period.
Thank you in advance.
Thanks,
Nel
Hello ,
We have a server with Oracle 10.2.0.4 on win server 2003.
Now we are planning to upgrade Win 2008/2012 sever on Oracle to 11g , so for this we are Planning to to follow
1) Performing Export on Win 2003 server 10g
2) Importing on 2008 R2/ 2012 server with 11g Database.
Can any one tel me ,Is this SAP suggested method or Not, If not Please clarify me with reasons.....
CHEERS
HSK.A
Hi Suruchi,
For interfaces generally you can directly call the method like IF_RETM_TERM_MNGR~INSERT_DETAIL by passing exporting and importing parameters if any.
Thanks,
Naveen
Dear TW,
There are different different customers in the market like Bakery shops, Institutes, FoodZones, Pvt. Canteens, Govt. Canteen....ETC....!
This are fix customer of the company who give the order 1 days before the delivery and next day delivery happens, and invoice is created for them.
The delivery man delivery the goods to these customer and make the collection of payment.
The Vanman is an Employee to the company but he is treated as an hawker also, who is get billed from the company (Eg:- Vanman took - 10 units of material A, 15 unit of material B, 20 units of material C.....exz) so in this hi billed for total amount, and this van man sells the goods in local retail market other then the fix customer of the company, and in this way he generates extra revenue for the company on daily basis.
Now we are creating Customer and Vanman to different different identity because the role of both are very different.
The Vanman follow a fix route, this route is consist of 10-15 fix customer who gives order on ph
Hello Experts,
One WorkFlow Is not Getting Triggered In Production.
I have chacked The Version,Linkage. All Are done.
I have lso check the TR's. It's Working In Dev & Qality.
What could be the Possible reason?
I am waiting For the solution................
Hello Udaya,
The cause of the issue is not all process of sapstartsrv is running. We need to manually start them or kill them.
Don't see a reference on what environment you are facing this. But before shutting the system down, try starting it using startsap and then try shutting it down, This should start all the necessary sapstartsrv processes. So when you are bringing the system down, It would not show you a error on connection refused. Hope this helps.
Thank you,
Sree.
Hello Jawahar,
Somehow, this issue was related to Auditing.
To check the same, I revised the value of "
The two issues - the CMS Timestamp change & the Administrator sessions being created every 5 mins got resolved.
Though I am still why Auditing is the culprit here.
Please feel free to share your thoughts.
Thanks & Regards,
Sree
While doing easy cost planning, after confirming entered data it shows error:
Message no. BOS04080
It asked to define addition/Deduction in Bill of services in Sales & Distribution config but we have not maintained any values in configuration.
Kindly suggest.ASAP
NOTE: This error has come after upgradation from Ehp4 to Ehp6 (Ehp4 also didn't have any values maintained in Bill of services)
The Class seems to be a protected class so you wont be able to use the method directly.
Try this:
Create a ZClass and inherit from CL_RETM_TERM_MNGR and then call the method using object of zclass.
Hi Bill,
The scenario that we want to achieve is as follows:
A. Equipment details are exported in another DB file – Agentry1.db
B. User logs in to WM app
C. Agentry1.db is available on the device, say at C:\mylocaldb\
D. User is able to view the equipment list stored on this DB file, instead of getting downloaded from SAP.
My doubt is how the data exported and saved in particular location can be made accessible to user. As the exported file will be .db extension which can not be read directly. So i want to show this data to user .Is there any import method is available using which I can import the file in app and see the dataor something like that.
PS: I am reffering to unencrypted database.
Regards,
Anupriya
Hi kavya,
If you are passing the parameters to form routine with the blank spaces or small letters in between the string then you will get this error:
For eg.
PERFORM field_cat_creation USING : 'MSGID' 'Message ID',
'LIFNR' 'Vendor No',
'BUKRS' 'Company Code'.
In above example the string 'Message ID', 'Vendor No' and 'Company code' are containing the space in between so it will give the error.
For correcting the same you need to use the text elements and replace the strings with text element in your program.
Or If you do not want to use text elements then simply avoid the in between spaces and small characters.
for eg:
you can use the underscore '_' for avoiding the spaces.
PERFORM field_cat_creation USING : 'MSGID' 'Message_ID',
'LIFNR' 'Vendor_No',
'BUKRS' 'Company_Code'.
Perhaps you need to refresh the screen. Is it for some ALV module pool program or generic one. If its ALV module pool program then we do have system field to refresh the screen.