Triggering PAI
Hi experts..I have a container and am calling a image into it, i have got the image displayed in the container. Now my requirement is to trigger PAI when i click on the image,can i have a function code...
View ArticleABAP : Delivery(Header/Item ) table required
Dear Friends, I have a requirement , I want to get the Table name where the text value is saved for Delivery (header/item) creation. I have created a Delivery and enter some information in Text column...
View Articlecustom field should be saved with a default value.
hi all,i added a custom date field LAFD for work orders IW31/32. with a new screen. in PBO i wrote code so that if, no data provided to it then 'basic finish date' should be added to it.its working...
View ArticleRe: custom field should be saved with a default value.
Hi Satish, First you'll have to see when you are not providing any input in LAFD , whether the cursor is going to hit your logic in PBO.Observe this in debugging mode. And if its hitting your code you...
View ArticleRe: Triggering PAI
Hi, Please put a breakpoint in PAI and click on your image. Check the value of SY_UCOMM. This would be your required F Code. Regrds,Amit
View ArticleRe: Triggering PAI
You can refer to the sample SAP_PICTURE_DEMO.You add cl_gui_picture=>EVENTID_CONTROL_CLICK to trigger PAI when you click on the image.
View ArticleRe: custom field should be saved with a default value.
well i had that condition but, when im not hitting that custom screen then im not going into the PBO code though i have stop button there. :-(
View ArticleRe: ABAP : Delivery(Header/Item ) table required
Hi, You'll not find this Text in tables, but instead you'll have to use the FM READ_TEXT to get the text maintained in the Delivery Header. Click on text headers to get the parameters to be passed to...
View ArticleRe: make VL02N header texts field as mandatory
Hi Radha , Yeah you need to maintain proper access sequences and only a Functional Consultant can do it better because they are used to with similar procedures.Better contact your SD consultant.
View ArticleRe: custom field should be saved with a default value.
Hi Satish, The screen exit must be having a function exit through which the values are passed to the table.Check the initiality of the field in the function exit and whenever its not having a value...
View ArticleRe: Populate Horizontal lines with condition in ALV...
hi nagaraj,Even though you hide the column's it is present in the field catalog . So when you are downloading it will surely come. So make a runtime field catalog with field-symbols then your problem...
View ArticleRe: Populate Horizontal lines with condition in ALV...
Hi,Have a look at this http://wiki.sdn.sap.com/wiki/display/ABAP/Dynamic+Field+Catalog+In+ALVHope it will solve ur problem. ThanksGourav.
View ArticleRe: Screen output with out Connection to User-bapi
Hmm looking like this problem oocurs in ur system.. Make sure that RFC server always runs in dialog process.. http://help.sap.com/abapdocu_70/en/ABENRFC_SYS_FAIL.htm see what sap document says....
View ArticleValue diff in debugger and ALV
i am stuck with a wierd problem in simple alv report.here the problem starts. i am displaying the customer region from table KNA1.the data has been selected perfectly.when i see the value of field...
View ArticleRe: Populate Horizontal lines with condition in ALV...
Hi Vinoth. Thanks for your reply.could you tell me about "runtime field catalog with field-symbols"? Thanks.NJ
View ArticleRe: Value diff in debugger and ALV
Hi Abhishek, According to Debugging what you mmentioned above the Field name in the internal table 'IFINAL' Is 'REGION' But while filling field catalog you are giving the fieldname as 'REGIO'.Correct...
View ArticleRe: Value diff in debugger and ALV
Hi,check column position may be some value overlapped.Like in 3 & 4 position ,u r displaying same value.can u plz post ur all field catalog portion code . ThanksGourav.
View ArticleRe: Populate Horizontal lines with condition in ALV...
hi nagaraj,There are many documents available in sdn. and google . search for dynamic field catalog. hope it helps,Vinoth.
View ArticleRe: Populate Horizontal lines with condition in ALV...
Hi,Have a look at my link.related to ur run time field catalog.ThanksGourav.
View Article