Re: BAPI_SALESORDER_CREATEFROMDAT2 AND Billing Plan
HI , I m even looking for a solution to update Bill plan using some BAPI / FM .Can you tell me if you got the solution . Manish
View ArticleRe: Formal paramaeter "i_commit_work" doenot exist - How to debug this error?
Hi All, Issue is resolved. It seems that some object was not activated. Thanks for your valuable replies. Regards-Mangesh Kelkar.
View ArticleRe: Bapi or function to simulate billing plan
HI , I m even looking for a solution to update Bill plan using some BAPI / FM .Can you tell me if you got the solution . Manish
View ArticleRe: ALV Using FM
Hi shashank, kindly modify your image size in the mspaint and save it as bmp image and then try uploading it................. regards,narayan
View ArticleRe: How To Delete From Itab based on Select option Condition
How is the data selected ? Why do you HAVE select options in the first place if you have to use a delete statement to delete what IS NOT in select options ?
View ArticleRe: Formal paramaeter "i_commit_work" doenot exist - How to debug this error?
Which is what I suggested a couple of hours ago.
View ArticleRe: Smartforms - Function module.
Open smartform from menu go to Environment--->Function module name. In devl & Quality the name may not be same check once...
View ArticleRe: How To Delete From Itab based on Select option Condition
Hi Dhana, U generally define Select-Option to fetch data as per Input. Firstly, what is the data that u r getting in ITAB and from which table?Fetch the data into "ITAB" based on the input in selection...
View ArticleRe: Smartforms - Function module.
Sorry, I've regenerated the smartform and the module functions remains the same.
View ArticleRe: Sending SMS Using ABAP Report SWN_TEST_SEND_SMS1
Dear Praveen, I think, to carry out this task you have to config SMS gateway settings in t-code SCOT. Thanx,Pathum.
View ArticleWhat is the VALUE CHECK really for?
Hi, Why do we need the VALUE CHECK addition in the PARAMETERS statement when the parameter type refers to an ABAP dictionary object? Doesn't the system automatically suggest the valid values from...
View ArticleRe: Standard Table is not active, DDPRS table error
Hi Uppu Narayan, I did the same but the same dump in result. Please advice. -Geerthi
View ArticleRe: Standard Table is not active, DDPRS table error
Hi Suganya, You mean to say that "deleting the standard table entries and adjust", right? I tried this approach but it is again ended up with the same dump. Please help. -Geerthi
View ArticleRe: Function module to convert weight without material
Hi Tarpan, Try using the following FM: UNIT_CONVERSION_SIMPLE This FM converts values from one measurement unit to another and rounds the result to the number of decimal places maintained in the...
View ArticleRe: Standard Table is not active, DDPRS table error
Hi Maverick, I checked the DDPRS table, it is in Active state and I checked all the other standard tables where this domain was in use, everything is activated except this problematic standard table.
View ArticleRe: Standard Table is not active, DDPRS table error
Hi, I tried to activate in SE14 but I got the same dump error message as the attached screen shot. -Geerthi Balaji
View ArticleRe: BADI Scenario
Hi Happy, I think in addition to activating the corresponding BADI, if you need to call a specific implementation, use the concept of FILTER. You can define a filter value for every implementation that...
View ArticleRe: What is the VALUE CHECK really for?
Without value check, you get suggestions. With value check, there is a check that the user entry matches the suggestion. Try it and see.
View ArticleRe: Standard Table is not active, DDPRS table error
do all the standard tables where this domain is used are active ? and they do not have any data ???
View Article