How to add label to lable1/2 in chartdesigner 640 ?
HelloI'm using chartdesigner 640 and I have 20 categories and dynamic number of series I want to put dynamically label at each series per categories...
View ArticleRe: error while using BAPI_CONTRACT_CHANGE
I'm having the same problem, managed solution?
View ArticleBAPI to upload G/L Account posting
Hi ExpertsI am having a requirement to upload G/L Account posting (F-02), please let me know which method is suitable.1) BAPI or2) BDC or3) LSMW and let me know suitable bapi for creation G/L...
View ArticleRe: Delete extra table line in smartform
Hello Neha, The issue is with regards to placing of conditions. You need to specify conditions for each table line of their condition tab. Regards Suresh Nair
View ArticleRe: Update Valuation Type in MIGO
Hello Vaibhav, Check for the Materials Master data where Valuation Category is set to 'X' i.e 'Automat.(Batch)'. If that is set as 'X' in that case it would determine valuation type automatically....
View ArticleRe: Delete extra table line in smartform
Hi Neha, You have condition at text level, so the text would be printed if the field is not initial.But as per your requirement you have to place your condition at table lines, which would restrict the...
View ArticleRe: BAPI to upload G/L Account posting
Hi Naresh, Please check below BAPI for G/L account Posting, BAPI_ACC_DOCUMENT_POST Regards,Barath
View Articlechartdesigner640 and transformation to customize data
Helloim using chartdesigner640 and transformation to customize data in sap******** TYPES values_type TYPE STANDARD TABLE OF f.DATA: BEGIN OF series, label TYPE string, id TYPE string,...
View ArticleRe: List contains no data for SDo1 transaction
Hello Jagjit Singh, I have no issue when I use t-code SCDO1 and enter a "Created On" date and "Created By". Perhaps your are entering your date in the wrong format. Try entering the date using the...
View ArticleRe: Update Valuation Type in MIGO
Hi All, As it was a config error check, cannot be taken care. Regards,Vaibhav
View ArticleRe: Regarding calling message class using Raise Exception
Hi Rajender, You may create as many exception ids as you want (actually there's a technical limit which is about 16000 if I'm correct). I don't think there will be any performance implication, even...
View ArticleRe: BAPI to upload G/L Account posting
Hi Naresh, Hope this will Help You.http://scn.sap.com/thread/427317 Thanks,Raghunadh.K
View ArticleHow to set authorizations for Posting date & Document date in MIGO Transaction.
Hi Friend, As per my requirement i enabled posting date & Document Date in MIGO Transaction Using OMJX. Many users are using MIGO Tcode so there is possibility of changing document date, posting...
View ArticleRe: BAPI to upload G/L Account posting
Hi Naresh, To upload G/L Account posting, BAPI is the best method. Check BAPI BAPI_ACC_DOCUMENT_POST Regards,Akash
View ArticleRe: Remove scroll bars at custom containers
my requirement is also same..can any one plz guide me to do this..requirement : I want to remove scroll bar for a custom container.
View ArticleRe: Remove scroll bars at custom containers
thank you. achieved the requirement. thread closed.
View ArticleRe: Remove scroll bars at custom containers
Hi Anusha, What you are unable to understand, if it is how to use CL_GUI_HTML_VIEWER then please check these links - http://wiki.sdn.sap.com/wiki/display/profile/2007/08/30/About+CL_GUI_HTML_VIEWER...
View ArticleRe: Mass table updates using Transaction object services(OS)
Hello Suhas Saha , In my opinion I have used transaction services for mass updates and have had no issues ( my Mass update was 100 Transactions ).The Transaction service could also be used with...
View ArticleRe: Mass table updates using Transaction object services(OS)
Hello Venkat, My # of records are in the range of 10k. Since OS visualise each record as an object, so we've x10k objects to maintain and this i think might cause resource bottleneck Hence the...
View ArticleRe: Mass table updates using Transaction object services(OS)
Hello Suhas, Since OS visualise each record as an objectThe is not the case especially when using non persistent objects. This is where the real power of Transaction services come in. It gives us...
View Article