Re: Goods Movement for Production Order
Just a typo, in the post or in the source code ?...I have been working with the Bapi "BAPI_GOODSMVT_CREATE" for Goods movement against a Production order from one S_Location to another S-Location. I am...
View ArticleRe: Goods Movement for Production Order
Hello, Can you post your code? . Thanks, Abhijit
View ArticleRe: How to default OI Routing Instructions Text in me21n , even before saving...
This text needs to be updated to default when we enter a specific company code in the PO header .
View ArticleCan we develop interactive report using sq01 and sq02.
Hi Experts, Can we develop alv interactive report using sq01,sq02.If we can please help me how to processed. Thanks in advance. Thanks&Regards, Ramakrishna B
View Articlehow to use pf status field in ALV Report
Hello, Can anybody tell me how to use set pf-status field from standard ITAB called IT_EVENTS in ALV Reports?
View ArticleRe: How to update VBAP-AEDAT via BAPI
Try to update VBAP-AEDAT by using the above thread. If it doesn't work please try this option below. You can also create a ZAEDAT in VBAP and then populate it by using the extensions available in your...
View ArticleRe: SQL syntax review
You are getting the desired result, VIQMEL is already included (two lines below the commented out line, otherwise there would be a syntax error), so what is the issue? Nice join, by the way Thomas
View ArticleDynamic internal table
Hi friends, I have a requirement to create an alv report which uses dynamic internal table and the report header is 3 layer .I want the sample code to create a reportwith dynamic internal table .I am...
View ArticleRe: Dynamic internal table
Please keep your points, do some research and work yourself first on your requirement.SCN is not your code factory. Thomas
View ArticleRe: SQL syntax review
The join will even be "nicer" if you "explode" VIQMEL which is a database view with three tables QMIH, QMEL and ILOA, into its three components. Regards,Raymond
View ArticleRe: Dynamic internal table
Hi, I have seen code for dynamic internal table ,but in my requirement all the header fields are dynamic.I couldn't find any help
View ArticleRe: Bypass logistics rounding profile for certain sales order types
Hello Mari, May be ypou can try this. Inside the include MV45AFZZ in routine FORM userexit_move_field_to_vbap. Modify the quantity and UoM field by reverting the recalculation done by MVKE-RDPRF in...
View ArticleRe: read table i_regis2 with key cid eq s_validate-cid error
Hi, Try using a work area in your read instruction as follow: INTO wa [transport_options] Moez.
View ArticleRe: abap error with exception CX_SY_IMPORT_MISMATCH_ERROR.
You performed EXPORT and IMPORT statements with different structures. Either a coding mismatch, or the structure was changed between the two event, especially for EXPORT TO/IMPORT FROM DATABASE....
View ArticleRe: Transpose internal table using dynamic table creation
Hi, You can create a dynamic table using some code like this: TRY. FREE lo_st_type. lo_st_type = cl_abap_structdescr=>create( gt_cols ). IF lo_st_type IS NOT INITIAL. CREATE...
View ArticleRe: Custom fields added to BSEG not editable in FB03/FB02
I believe it is referring to the Change Document Indicator and not to make it editable in FB02 . "The changes of the field contents in Transactions FB02 and FBD2 are logged in change documents for...
View ArticleRe: Attach file to Purchase Order
Hello , There is a good document for GOS upload . Please go through this document. Thanks & Regards, Abhijit
View ArticleRe: how to find the configuration use the Z message class.
I doubt it's feasible to find absolutely all the places where the message class would be used, unless you know exactly where to look. That's why it'd probably be a good practice to use one message...
View ArticleRe: how to display some text side by side in the header of an ALV GRID
Hello Vinay, There are lot of demo programs available in SCN and it can be achieved using the function module REUSE_ALV_COMMENTARY_WRITE...
View Article